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": "99db97fe-7537-4826-a076-3e6cfa020d7d",
"Integrated": true,
"ReferringDoctorId": "a2d230d3-7b47-4520-877c-ed2c2b6575e3",
"ReferredDoctorId": "71f39806-95fd-4891-9e30-9c8de024364c",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"99db97fe-7537-4826-a076-3e6cfa020d7d","Integrated":true,"ReferringDoctorId":"a2d230d3-7b47-4520-877c-ed2c2b6575e3","ReferredDoctorId":"71f39806-95fd-4891-9e30-9c8de024364c","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>99db97fe-7537-4826-a076-3e6cfa020d7d</Id> <Integrated>true</Integrated> <ReferringDoctorId>a2d230d3-7b47-4520-877c-ed2c2b6575e3</ReferringDoctorId> <ReferredDoctorId>71f39806-95fd-4891-9e30-9c8de024364c</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. |