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": "5ce5dab1-494f-481d-a536-39e153b45fb0",
"Integrated": true,
"ReferringDoctorId": "29625c86-751d-45cb-9bf6-8e6ad0a65ea0",
"ReferredDoctorId": "596dfc72-cd24-47ec-9e4b-ecdf7efabd19",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"5ce5dab1-494f-481d-a536-39e153b45fb0","Integrated":true,"ReferringDoctorId":"29625c86-751d-45cb-9bf6-8e6ad0a65ea0","ReferredDoctorId":"596dfc72-cd24-47ec-9e4b-ecdf7efabd19","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>5ce5dab1-494f-481d-a536-39e153b45fb0</Id> <Integrated>true</Integrated> <ReferringDoctorId>29625c86-751d-45cb-9bf6-8e6ad0a65ea0</ReferringDoctorId> <ReferredDoctorId>596dfc72-cd24-47ec-9e4b-ecdf7efabd19</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. |