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": "3e6a5f6e-15be-49be-8f3e-2d3c2048ade9",
"Integrated": true,
"ReferringDoctorId": "66096310-3656-4432-83d9-a1714310e423",
"ReferredDoctorId": "9983081e-b402-4f3c-852f-e3c30a99a1d0",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"3e6a5f6e-15be-49be-8f3e-2d3c2048ade9","Integrated":true,"ReferringDoctorId":"66096310-3656-4432-83d9-a1714310e423","ReferredDoctorId":"9983081e-b402-4f3c-852f-e3c30a99a1d0","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>3e6a5f6e-15be-49be-8f3e-2d3c2048ade9</Id> <Integrated>true</Integrated> <ReferringDoctorId>66096310-3656-4432-83d9-a1714310e423</ReferringDoctorId> <ReferredDoctorId>9983081e-b402-4f3c-852f-e3c30a99a1d0</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. |