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": "e41d852d-a264-43f6-a897-bc788a13c1a4",
"Integrated": true,
"ReferringDoctorId": "b4d4a91f-ebe9-4876-b416-072e67c73595",
"ReferredDoctorId": "2559e360-3979-4d79-a3b7-67e9f892c4dd",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"e41d852d-a264-43f6-a897-bc788a13c1a4","Integrated":true,"ReferringDoctorId":"b4d4a91f-ebe9-4876-b416-072e67c73595","ReferredDoctorId":"2559e360-3979-4d79-a3b7-67e9f892c4dd","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>e41d852d-a264-43f6-a897-bc788a13c1a4</Id> <Integrated>true</Integrated> <ReferringDoctorId>b4d4a91f-ebe9-4876-b416-072e67c73595</ReferringDoctorId> <ReferredDoctorId>2559e360-3979-4d79-a3b7-67e9f892c4dd</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. |