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": "a016172a-90b2-4233-8f77-38b227004132",
"Integrated": true,
"ReferringDoctorId": "0e4a8d31-aeb4-4afa-9b55-e1335982f359",
"ReferredDoctorId": "0602ea95-99f0-4d91-95b8-d63d18658a0d",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"a016172a-90b2-4233-8f77-38b227004132","Integrated":true,"ReferringDoctorId":"0e4a8d31-aeb4-4afa-9b55-e1335982f359","ReferredDoctorId":"0602ea95-99f0-4d91-95b8-d63d18658a0d","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>a016172a-90b2-4233-8f77-38b227004132</Id> <Integrated>true</Integrated> <ReferringDoctorId>0e4a8d31-aeb4-4afa-9b55-e1335982f359</ReferringDoctorId> <ReferredDoctorId>0602ea95-99f0-4d91-95b8-d63d18658a0d</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. |