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": "beac4031-6595-44c6-9c30-c31fa790b695",
"Integrated": true,
"ReferringDoctorId": "be419827-0455-463b-ae20-2ce4b8d79194",
"ReferredDoctorId": "eb9b76be-d3b1-4712-beff-40bbbb80ea03",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"beac4031-6595-44c6-9c30-c31fa790b695","Integrated":true,"ReferringDoctorId":"be419827-0455-463b-ae20-2ce4b8d79194","ReferredDoctorId":"eb9b76be-d3b1-4712-beff-40bbbb80ea03","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>beac4031-6595-44c6-9c30-c31fa790b695</Id> <Integrated>true</Integrated> <ReferringDoctorId>be419827-0455-463b-ae20-2ce4b8d79194</ReferringDoctorId> <ReferredDoctorId>eb9b76be-d3b1-4712-beff-40bbbb80ea03</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. |