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": "4e9e4b12-163e-4bab-816a-2f0759807e1f",
"Integrated": true,
"ReferringDoctorId": "e5d0681a-f4d0-4675-b72f-cfe84c25ae30",
"ReferredDoctorId": "720ca2c7-d840-4efa-8653-24d1cadcc0a7",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"4e9e4b12-163e-4bab-816a-2f0759807e1f","Integrated":true,"ReferringDoctorId":"e5d0681a-f4d0-4675-b72f-cfe84c25ae30","ReferredDoctorId":"720ca2c7-d840-4efa-8653-24d1cadcc0a7","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>4e9e4b12-163e-4bab-816a-2f0759807e1f</Id> <Integrated>true</Integrated> <ReferringDoctorId>e5d0681a-f4d0-4675-b72f-cfe84c25ae30</ReferringDoctorId> <ReferredDoctorId>720ca2c7-d840-4efa-8653-24d1cadcc0a7</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. |