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": "ad9ec8cd-a357-4417-9ed0-e895185008ec",
"Integrated": true,
"ReferringDoctorId": "1b95d1b2-89f9-41a3-910f-2a21c142268f",
"ReferredDoctorId": "49a1983d-be33-4434-b06d-9804d7482cd7",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"ad9ec8cd-a357-4417-9ed0-e895185008ec","Integrated":true,"ReferringDoctorId":"1b95d1b2-89f9-41a3-910f-2a21c142268f","ReferredDoctorId":"49a1983d-be33-4434-b06d-9804d7482cd7","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>ad9ec8cd-a357-4417-9ed0-e895185008ec</Id> <Integrated>true</Integrated> <ReferringDoctorId>1b95d1b2-89f9-41a3-910f-2a21c142268f</ReferringDoctorId> <ReferredDoctorId>49a1983d-be33-4434-b06d-9804d7482cd7</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. |