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": "06b5f8cd-a073-42f9-b23a-3744e91f7f40",
"Integrated": true,
"ReferringDoctorId": "0b97182a-4f41-436d-89ae-86437c66a0a1",
"ReferredDoctorId": "16164a37-4f12-4718-8ffc-77244af4203e",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"06b5f8cd-a073-42f9-b23a-3744e91f7f40","Integrated":true,"ReferringDoctorId":"0b97182a-4f41-436d-89ae-86437c66a0a1","ReferredDoctorId":"16164a37-4f12-4718-8ffc-77244af4203e","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>06b5f8cd-a073-42f9-b23a-3744e91f7f40</Id> <Integrated>true</Integrated> <ReferringDoctorId>0b97182a-4f41-436d-89ae-86437c66a0a1</ReferringDoctorId> <ReferredDoctorId>16164a37-4f12-4718-8ffc-77244af4203e</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. |