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": "1e02a474-1ef1-49c9-acfa-7f0dfc37cb9f",
"Integrated": true,
"ReferringDoctorId": "0e640d8d-25fe-4b2f-82e4-f1a4d9a33c52",
"ReferredDoctorId": "50c48b26-b64f-4b36-aa46-825c32e2b489",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"1e02a474-1ef1-49c9-acfa-7f0dfc37cb9f","Integrated":true,"ReferringDoctorId":"0e640d8d-25fe-4b2f-82e4-f1a4d9a33c52","ReferredDoctorId":"50c48b26-b64f-4b36-aa46-825c32e2b489","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>1e02a474-1ef1-49c9-acfa-7f0dfc37cb9f</Id> <Integrated>true</Integrated> <ReferringDoctorId>0e640d8d-25fe-4b2f-82e4-f1a4d9a33c52</ReferringDoctorId> <ReferredDoctorId>50c48b26-b64f-4b36-aa46-825c32e2b489</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. |