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": "40b2bc00-fc8f-49e7-b472-10f6491fb381",
"Integrated": true,
"ReferringDoctorId": "d5036577-78fd-456e-8424-00b701cfe2a9",
"ReferredDoctorId": "b1926346-0179-452f-a37c-a14a0239f273",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"40b2bc00-fc8f-49e7-b472-10f6491fb381","Integrated":true,"ReferringDoctorId":"d5036577-78fd-456e-8424-00b701cfe2a9","ReferredDoctorId":"b1926346-0179-452f-a37c-a14a0239f273","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>40b2bc00-fc8f-49e7-b472-10f6491fb381</Id> <Integrated>true</Integrated> <ReferringDoctorId>d5036577-78fd-456e-8424-00b701cfe2a9</ReferringDoctorId> <ReferredDoctorId>b1926346-0179-452f-a37c-a14a0239f273</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. |