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": "4279e4e0-d0b5-47e1-a0c8-0fabb202d63c",
"Integrated": true,
"ReferringDoctorId": "81ecc581-9792-4f4f-86e5-7fe0e47c5b98",
"ReferredDoctorId": "263c1cde-83ea-425e-b630-5a6b6e00eb0b",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"4279e4e0-d0b5-47e1-a0c8-0fabb202d63c","Integrated":true,"ReferringDoctorId":"81ecc581-9792-4f4f-86e5-7fe0e47c5b98","ReferredDoctorId":"263c1cde-83ea-425e-b630-5a6b6e00eb0b","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>4279e4e0-d0b5-47e1-a0c8-0fabb202d63c</Id> <Integrated>true</Integrated> <ReferringDoctorId>81ecc581-9792-4f4f-86e5-7fe0e47c5b98</ReferringDoctorId> <ReferredDoctorId>263c1cde-83ea-425e-b630-5a6b6e00eb0b</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. |