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": "afbf52c1-28b7-4d8a-b315-e33b54fbe640",
"Integrated": true,
"ReferringDoctorId": "93b79658-656f-4356-a8a1-7d270a570fca",
"ReferredDoctorId": "591e32f0-2e9a-443d-89ea-e9448a059525",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"afbf52c1-28b7-4d8a-b315-e33b54fbe640","Integrated":true,"ReferringDoctorId":"93b79658-656f-4356-a8a1-7d270a570fca","ReferredDoctorId":"591e32f0-2e9a-443d-89ea-e9448a059525","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>afbf52c1-28b7-4d8a-b315-e33b54fbe640</Id> <Integrated>true</Integrated> <ReferringDoctorId>93b79658-656f-4356-a8a1-7d270a570fca</ReferringDoctorId> <ReferredDoctorId>591e32f0-2e9a-443d-89ea-e9448a059525</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. |