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": "3ef11e9a-e5e0-45cf-8a20-4f9c6b0b3591",
"Integrated": true,
"ReferringDoctorId": "94ee5fac-14fb-4e16-90d3-3d4ba65d1104",
"ReferredDoctorId": "016d9da6-b1d1-475e-a33f-ac41c659c7dd",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"3ef11e9a-e5e0-45cf-8a20-4f9c6b0b3591","Integrated":true,"ReferringDoctorId":"94ee5fac-14fb-4e16-90d3-3d4ba65d1104","ReferredDoctorId":"016d9da6-b1d1-475e-a33f-ac41c659c7dd","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>3ef11e9a-e5e0-45cf-8a20-4f9c6b0b3591</Id> <Integrated>true</Integrated> <ReferringDoctorId>94ee5fac-14fb-4e16-90d3-3d4ba65d1104</ReferringDoctorId> <ReferredDoctorId>016d9da6-b1d1-475e-a33f-ac41c659c7dd</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. |