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": "108e24ec-3355-4656-9d49-b436f5dcfd71",
"Integrated": true,
"ReferringDoctorId": "5b54e596-8d64-43fa-80bc-4f1c86784ee7",
"ReferredDoctorId": "14d0045c-ddba-40ee-83a1-1aedeb81efd2",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"108e24ec-3355-4656-9d49-b436f5dcfd71","Integrated":true,"ReferringDoctorId":"5b54e596-8d64-43fa-80bc-4f1c86784ee7","ReferredDoctorId":"14d0045c-ddba-40ee-83a1-1aedeb81efd2","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>108e24ec-3355-4656-9d49-b436f5dcfd71</Id> <Integrated>true</Integrated> <ReferringDoctorId>5b54e596-8d64-43fa-80bc-4f1c86784ee7</ReferringDoctorId> <ReferredDoctorId>14d0045c-ddba-40ee-83a1-1aedeb81efd2</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. |