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": "593a2649-fc05-49c1-b560-e64ff67e4566",
"Integrated": true,
"ReferringDoctorId": "bc8ba877-9776-4462-8dcc-5f79ae35fa15",
"ReferredDoctorId": "2d20b4da-c2ac-4f50-a0b1-9e472bb3337b",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"593a2649-fc05-49c1-b560-e64ff67e4566","Integrated":true,"ReferringDoctorId":"bc8ba877-9776-4462-8dcc-5f79ae35fa15","ReferredDoctorId":"2d20b4da-c2ac-4f50-a0b1-9e472bb3337b","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>593a2649-fc05-49c1-b560-e64ff67e4566</Id> <Integrated>true</Integrated> <ReferringDoctorId>bc8ba877-9776-4462-8dcc-5f79ae35fa15</ReferringDoctorId> <ReferredDoctorId>2d20b4da-c2ac-4f50-a0b1-9e472bb3337b</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. |