POST Case
Request Information
URI Parameters
None.
Body Parameters
CaseDtoForApi| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Integrated | boolean |
None. |
|
| ReferringDoctorId | globally unique identifier |
None. |
|
| ReferredDoctorId | globally unique identifier |
None. |
|
| TimeZone | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "7935cb11-04a2-456f-95a8-cddb4b216e1a",
"Integrated": true,
"ReferringDoctorId": "0a68a464-5694-41a9-a502-d682a92cfc18",
"ReferredDoctorId": "f0c42707-74bb-49db-82a3-c9c16021edc6",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"7935cb11-04a2-456f-95a8-cddb4b216e1a","Integrated":true,"ReferringDoctorId":"0a68a464-5694-41a9-a502-d682a92cfc18","ReferredDoctorId":"f0c42707-74bb-49db-82a3-c9c16021edc6","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>7935cb11-04a2-456f-95a8-cddb4b216e1a</Id> <Integrated>true</Integrated> <ReferringDoctorId>0a68a464-5694-41a9-a502-d682a92cfc18</ReferringDoctorId> <ReferredDoctorId>f0c42707-74bb-49db-82a3-c9c16021edc6</ReferredDoctorId> <TimeZone>sample string 5</TimeZone> </CaseDtoForApi>
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |