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": "f3b95b24-6332-493c-b53e-595888a10b74",
"Integrated": true,
"ReferringDoctorId": "2194a64b-d74f-4b84-8c9b-64bc57322e6f",
"ReferredDoctorId": "b6bc3de4-0fae-41e7-8f07-c886f75585ba",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"f3b95b24-6332-493c-b53e-595888a10b74","Integrated":true,"ReferringDoctorId":"2194a64b-d74f-4b84-8c9b-64bc57322e6f","ReferredDoctorId":"b6bc3de4-0fae-41e7-8f07-c886f75585ba","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>f3b95b24-6332-493c-b53e-595888a10b74</Id> <Integrated>true</Integrated> <ReferringDoctorId>2194a64b-d74f-4b84-8c9b-64bc57322e6f</ReferringDoctorId> <ReferredDoctorId>b6bc3de4-0fae-41e7-8f07-c886f75585ba</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. |