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": "0ba54c5b-93b1-4d66-8d54-f5034da7acb9",
"Integrated": true,
"ReferringDoctorId": "ad3a236f-0ce3-4e00-a05a-2d339532ed10",
"ReferredDoctorId": "ba7a611c-c126-4b81-bd02-45b2b6c3ef84",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"0ba54c5b-93b1-4d66-8d54-f5034da7acb9","Integrated":true,"ReferringDoctorId":"ad3a236f-0ce3-4e00-a05a-2d339532ed10","ReferredDoctorId":"ba7a611c-c126-4b81-bd02-45b2b6c3ef84","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>0ba54c5b-93b1-4d66-8d54-f5034da7acb9</Id> <Integrated>true</Integrated> <ReferringDoctorId>ad3a236f-0ce3-4e00-a05a-2d339532ed10</ReferringDoctorId> <ReferredDoctorId>ba7a611c-c126-4b81-bd02-45b2b6c3ef84</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. |