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": "8e2012e5-b555-4fd2-bf5d-5b67dad0b811",
"Integrated": true,
"ReferringDoctorId": "1c62b437-3006-4a30-82f0-3685d9496e21",
"ReferredDoctorId": "a83701b0-fcaf-4aed-94a2-6bdb48aa2660",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"8e2012e5-b555-4fd2-bf5d-5b67dad0b811","Integrated":true,"ReferringDoctorId":"1c62b437-3006-4a30-82f0-3685d9496e21","ReferredDoctorId":"a83701b0-fcaf-4aed-94a2-6bdb48aa2660","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>8e2012e5-b555-4fd2-bf5d-5b67dad0b811</Id> <Integrated>true</Integrated> <ReferringDoctorId>1c62b437-3006-4a30-82f0-3685d9496e21</ReferringDoctorId> <ReferredDoctorId>a83701b0-fcaf-4aed-94a2-6bdb48aa2660</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. |