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": "5af00797-3b82-45d2-9e3d-fcaa27a6cbdb",
"Integrated": true,
"ReferringDoctorId": "107ae58a-45e3-4e53-a001-dd4f21b5b4cf",
"ReferredDoctorId": "5a8bb32d-1df2-405c-832c-d740dcfb4dcf",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"5af00797-3b82-45d2-9e3d-fcaa27a6cbdb","Integrated":true,"ReferringDoctorId":"107ae58a-45e3-4e53-a001-dd4f21b5b4cf","ReferredDoctorId":"5a8bb32d-1df2-405c-832c-d740dcfb4dcf","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>5af00797-3b82-45d2-9e3d-fcaa27a6cbdb</Id> <Integrated>true</Integrated> <ReferringDoctorId>107ae58a-45e3-4e53-a001-dd4f21b5b4cf</ReferringDoctorId> <ReferredDoctorId>5a8bb32d-1df2-405c-832c-d740dcfb4dcf</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. |