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": "850f19b6-7595-4efd-ba26-3d33dc7af802",
"Integrated": true,
"ReferringDoctorId": "4b3ec1f1-84e7-4165-82b8-6e73f5c3c389",
"ReferredDoctorId": "ac9b35b0-6852-4462-8884-e81362c1c781",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"850f19b6-7595-4efd-ba26-3d33dc7af802","Integrated":true,"ReferringDoctorId":"4b3ec1f1-84e7-4165-82b8-6e73f5c3c389","ReferredDoctorId":"ac9b35b0-6852-4462-8884-e81362c1c781","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>850f19b6-7595-4efd-ba26-3d33dc7af802</Id> <Integrated>true</Integrated> <ReferringDoctorId>4b3ec1f1-84e7-4165-82b8-6e73f5c3c389</ReferringDoctorId> <ReferredDoctorId>ac9b35b0-6852-4462-8884-e81362c1c781</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. |