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": "9812942a-c081-43a5-bf35-3011380f2d76",
"Integrated": true,
"ReferringDoctorId": "1c8a8c44-c2f6-42c4-b7b9-2919da8d1579",
"ReferredDoctorId": "eca2ba9c-a7cc-47cb-969c-f3c090255937",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"9812942a-c081-43a5-bf35-3011380f2d76","Integrated":true,"ReferringDoctorId":"1c8a8c44-c2f6-42c4-b7b9-2919da8d1579","ReferredDoctorId":"eca2ba9c-a7cc-47cb-969c-f3c090255937","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>9812942a-c081-43a5-bf35-3011380f2d76</Id> <Integrated>true</Integrated> <ReferringDoctorId>1c8a8c44-c2f6-42c4-b7b9-2919da8d1579</ReferringDoctorId> <ReferredDoctorId>eca2ba9c-a7cc-47cb-969c-f3c090255937</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. |