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": "b08b70a2-7b9f-4ad4-af31-c8928402b76a",
"Integrated": true,
"ReferringDoctorId": "32b7aa4d-caae-4267-bd6a-e713a08dbbee",
"ReferredDoctorId": "b0d1ef3d-2fd3-4472-a7e1-2314d92c93cd",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"b08b70a2-7b9f-4ad4-af31-c8928402b76a","Integrated":true,"ReferringDoctorId":"32b7aa4d-caae-4267-bd6a-e713a08dbbee","ReferredDoctorId":"b0d1ef3d-2fd3-4472-a7e1-2314d92c93cd","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>b08b70a2-7b9f-4ad4-af31-c8928402b76a</Id> <Integrated>true</Integrated> <ReferringDoctorId>32b7aa4d-caae-4267-bd6a-e713a08dbbee</ReferringDoctorId> <ReferredDoctorId>b0d1ef3d-2fd3-4472-a7e1-2314d92c93cd</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. |