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": "a372f665-d679-492f-b43c-345421ef3e32",
"Integrated": true,
"ReferringDoctorId": "cb41e82d-4c0a-41b9-a544-41c384bd07b4",
"ReferredDoctorId": "c561fbce-8ce3-4b82-a357-1652ba15827a",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"a372f665-d679-492f-b43c-345421ef3e32","Integrated":true,"ReferringDoctorId":"cb41e82d-4c0a-41b9-a544-41c384bd07b4","ReferredDoctorId":"c561fbce-8ce3-4b82-a357-1652ba15827a","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>a372f665-d679-492f-b43c-345421ef3e32</Id> <Integrated>true</Integrated> <ReferringDoctorId>cb41e82d-4c0a-41b9-a544-41c384bd07b4</ReferringDoctorId> <ReferredDoctorId>c561fbce-8ce3-4b82-a357-1652ba15827a</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. |