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": "41bbe0fb-96c9-4891-b3bf-2c177391cfe0",
"Integrated": true,
"ReferringDoctorId": "b7910cf9-a327-4ee3-8353-8bedd5e984dc",
"ReferredDoctorId": "81f81c88-3212-4a8d-9a99-ce2bcce5958f",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"41bbe0fb-96c9-4891-b3bf-2c177391cfe0","Integrated":true,"ReferringDoctorId":"b7910cf9-a327-4ee3-8353-8bedd5e984dc","ReferredDoctorId":"81f81c88-3212-4a8d-9a99-ce2bcce5958f","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>41bbe0fb-96c9-4891-b3bf-2c177391cfe0</Id> <Integrated>true</Integrated> <ReferringDoctorId>b7910cf9-a327-4ee3-8353-8bedd5e984dc</ReferringDoctorId> <ReferredDoctorId>81f81c88-3212-4a8d-9a99-ce2bcce5958f</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. |