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": "4be1d1f5-6b2d-4b84-b478-524840e0e1cb",
"Integrated": true,
"ReferringDoctorId": "a4ca6fdd-4000-4a1f-9384-ff6cfc94daf6",
"ReferredDoctorId": "d79dca6a-3146-426f-81d4-d4580cf5a6fc",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"4be1d1f5-6b2d-4b84-b478-524840e0e1cb","Integrated":true,"ReferringDoctorId":"a4ca6fdd-4000-4a1f-9384-ff6cfc94daf6","ReferredDoctorId":"d79dca6a-3146-426f-81d4-d4580cf5a6fc","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>4be1d1f5-6b2d-4b84-b478-524840e0e1cb</Id> <Integrated>true</Integrated> <ReferringDoctorId>a4ca6fdd-4000-4a1f-9384-ff6cfc94daf6</ReferringDoctorId> <ReferredDoctorId>d79dca6a-3146-426f-81d4-d4580cf5a6fc</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. |