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": "6a3e4fc3-84ef-40cc-9622-1ddb6dd3fe47",
"Integrated": true,
"ReferringDoctorId": "9ddf9f36-6ebd-4e39-ac8e-5623a5df132c",
"ReferredDoctorId": "d3adac1d-fa70-44c1-a7d5-b2de51655806",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"6a3e4fc3-84ef-40cc-9622-1ddb6dd3fe47","Integrated":true,"ReferringDoctorId":"9ddf9f36-6ebd-4e39-ac8e-5623a5df132c","ReferredDoctorId":"d3adac1d-fa70-44c1-a7d5-b2de51655806","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>6a3e4fc3-84ef-40cc-9622-1ddb6dd3fe47</Id> <Integrated>true</Integrated> <ReferringDoctorId>9ddf9f36-6ebd-4e39-ac8e-5623a5df132c</ReferringDoctorId> <ReferredDoctorId>d3adac1d-fa70-44c1-a7d5-b2de51655806</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. |