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": "4255e65d-f29d-4cf7-a0f7-d24f837896c7",
"Integrated": true,
"ReferringDoctorId": "e9c6061f-a3bc-46d4-b4fa-19d98a9628f1",
"ReferredDoctorId": "d3866b44-d3b7-430c-9af1-89d5158a26a9",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"4255e65d-f29d-4cf7-a0f7-d24f837896c7","Integrated":true,"ReferringDoctorId":"e9c6061f-a3bc-46d4-b4fa-19d98a9628f1","ReferredDoctorId":"d3866b44-d3b7-430c-9af1-89d5158a26a9","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>4255e65d-f29d-4cf7-a0f7-d24f837896c7</Id> <Integrated>true</Integrated> <ReferringDoctorId>e9c6061f-a3bc-46d4-b4fa-19d98a9628f1</ReferringDoctorId> <ReferredDoctorId>d3866b44-d3b7-430c-9af1-89d5158a26a9</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. |