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": "a30daf08-8a69-47da-be7a-21f6ffe879fc",
"Integrated": true,
"ReferringDoctorId": "daa8390a-50c8-46c2-b3f3-beeb0780aec8",
"ReferredDoctorId": "657229c8-ce1b-4aa9-9d4b-44c559ed3254",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"a30daf08-8a69-47da-be7a-21f6ffe879fc","Integrated":true,"ReferringDoctorId":"daa8390a-50c8-46c2-b3f3-beeb0780aec8","ReferredDoctorId":"657229c8-ce1b-4aa9-9d4b-44c559ed3254","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>a30daf08-8a69-47da-be7a-21f6ffe879fc</Id> <Integrated>true</Integrated> <ReferringDoctorId>daa8390a-50c8-46c2-b3f3-beeb0780aec8</ReferringDoctorId> <ReferredDoctorId>657229c8-ce1b-4aa9-9d4b-44c559ed3254</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. |