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": "1ba02b56-f430-4146-ab7b-9eded3c4dc14",
"Integrated": true,
"ReferringDoctorId": "311abf8b-608d-4cfc-988b-f3ac2e308e92",
"ReferredDoctorId": "79016f8e-18fb-4448-a6b6-54f2d5f6dfc7",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"1ba02b56-f430-4146-ab7b-9eded3c4dc14","Integrated":true,"ReferringDoctorId":"311abf8b-608d-4cfc-988b-f3ac2e308e92","ReferredDoctorId":"79016f8e-18fb-4448-a6b6-54f2d5f6dfc7","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>1ba02b56-f430-4146-ab7b-9eded3c4dc14</Id> <Integrated>true</Integrated> <ReferringDoctorId>311abf8b-608d-4cfc-988b-f3ac2e308e92</ReferringDoctorId> <ReferredDoctorId>79016f8e-18fb-4448-a6b6-54f2d5f6dfc7</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. |