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": "a20e4e2c-32b3-401b-b511-4ebe5803ba73",
"Integrated": true,
"ReferringDoctorId": "af6e5f0d-825b-47df-bc8b-695e98794b75",
"ReferredDoctorId": "f91bef9b-694d-4f97-ad30-e2a2b7f9ca5f",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"a20e4e2c-32b3-401b-b511-4ebe5803ba73","Integrated":true,"ReferringDoctorId":"af6e5f0d-825b-47df-bc8b-695e98794b75","ReferredDoctorId":"f91bef9b-694d-4f97-ad30-e2a2b7f9ca5f","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>a20e4e2c-32b3-401b-b511-4ebe5803ba73</Id> <Integrated>true</Integrated> <ReferringDoctorId>af6e5f0d-825b-47df-bc8b-695e98794b75</ReferringDoctorId> <ReferredDoctorId>f91bef9b-694d-4f97-ad30-e2a2b7f9ca5f</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. |