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": "27faabba-801f-40f0-9609-9ffbcd53b1e1",
"Integrated": true,
"ReferringDoctorId": "85e1a666-a58b-49a3-a05a-8a7b4ce8bb7c",
"ReferredDoctorId": "640ac0d0-41a3-4e5d-9564-3fa49d778e48",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"27faabba-801f-40f0-9609-9ffbcd53b1e1","Integrated":true,"ReferringDoctorId":"85e1a666-a58b-49a3-a05a-8a7b4ce8bb7c","ReferredDoctorId":"640ac0d0-41a3-4e5d-9564-3fa49d778e48","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>27faabba-801f-40f0-9609-9ffbcd53b1e1</Id> <Integrated>true</Integrated> <ReferringDoctorId>85e1a666-a58b-49a3-a05a-8a7b4ce8bb7c</ReferringDoctorId> <ReferredDoctorId>640ac0d0-41a3-4e5d-9564-3fa49d778e48</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. |