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": "2edbcff2-298a-493e-b6b1-d5a4e08c4030",
"Integrated": true,
"ReferringDoctorId": "53c1b79a-1e93-4eb3-8f82-34b385f212e4",
"ReferredDoctorId": "c7839980-b80e-4424-898d-6362f8301d1c",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"2edbcff2-298a-493e-b6b1-d5a4e08c4030","Integrated":true,"ReferringDoctorId":"53c1b79a-1e93-4eb3-8f82-34b385f212e4","ReferredDoctorId":"c7839980-b80e-4424-898d-6362f8301d1c","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>2edbcff2-298a-493e-b6b1-d5a4e08c4030</Id> <Integrated>true</Integrated> <ReferringDoctorId>53c1b79a-1e93-4eb3-8f82-34b385f212e4</ReferringDoctorId> <ReferredDoctorId>c7839980-b80e-4424-898d-6362f8301d1c</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. |