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": "d61b7a2a-8d3b-4e53-8c8d-a228141d9b94",
"Integrated": true,
"ReferringDoctorId": "8215b420-622b-4a84-962c-2c4b57a5d7dc",
"ReferredDoctorId": "51d1481a-7503-4ca1-98b7-4a806ca65f21",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"d61b7a2a-8d3b-4e53-8c8d-a228141d9b94","Integrated":true,"ReferringDoctorId":"8215b420-622b-4a84-962c-2c4b57a5d7dc","ReferredDoctorId":"51d1481a-7503-4ca1-98b7-4a806ca65f21","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>d61b7a2a-8d3b-4e53-8c8d-a228141d9b94</Id> <Integrated>true</Integrated> <ReferringDoctorId>8215b420-622b-4a84-962c-2c4b57a5d7dc</ReferringDoctorId> <ReferredDoctorId>51d1481a-7503-4ca1-98b7-4a806ca65f21</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. |