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": "4d1a8b20-0f59-4295-9f36-4b7b17068760",
"Integrated": true,
"ReferringDoctorId": "2e271e49-7dce-4f5a-92ff-b8c21fc782a5",
"ReferredDoctorId": "2a021d21-16fa-4427-97ef-6d8a29872b16",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"4d1a8b20-0f59-4295-9f36-4b7b17068760","Integrated":true,"ReferringDoctorId":"2e271e49-7dce-4f5a-92ff-b8c21fc782a5","ReferredDoctorId":"2a021d21-16fa-4427-97ef-6d8a29872b16","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>4d1a8b20-0f59-4295-9f36-4b7b17068760</Id> <Integrated>true</Integrated> <ReferringDoctorId>2e271e49-7dce-4f5a-92ff-b8c21fc782a5</ReferringDoctorId> <ReferredDoctorId>2a021d21-16fa-4427-97ef-6d8a29872b16</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. |