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": "614b243c-ac1c-43de-ab36-fe220320274b",
"Integrated": true,
"ReferringDoctorId": "c377fe40-bf0f-40a8-9449-8f08ce09b001",
"ReferredDoctorId": "d87000ee-3656-4d5f-9aba-ebdbffefd3bb",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"614b243c-ac1c-43de-ab36-fe220320274b","Integrated":true,"ReferringDoctorId":"c377fe40-bf0f-40a8-9449-8f08ce09b001","ReferredDoctorId":"d87000ee-3656-4d5f-9aba-ebdbffefd3bb","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>614b243c-ac1c-43de-ab36-fe220320274b</Id> <Integrated>true</Integrated> <ReferringDoctorId>c377fe40-bf0f-40a8-9449-8f08ce09b001</ReferringDoctorId> <ReferredDoctorId>d87000ee-3656-4d5f-9aba-ebdbffefd3bb</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. |