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": "ec186c15-60bb-4dec-812d-9e7d8422d605",
"Integrated": true,
"ReferringDoctorId": "ea7da5c6-f6c8-4787-b3b0-71e8399edb42",
"ReferredDoctorId": "de845676-966f-4557-8a05-9c78d5cb04bc",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"ec186c15-60bb-4dec-812d-9e7d8422d605","Integrated":true,"ReferringDoctorId":"ea7da5c6-f6c8-4787-b3b0-71e8399edb42","ReferredDoctorId":"de845676-966f-4557-8a05-9c78d5cb04bc","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>ec186c15-60bb-4dec-812d-9e7d8422d605</Id> <Integrated>true</Integrated> <ReferringDoctorId>ea7da5c6-f6c8-4787-b3b0-71e8399edb42</ReferringDoctorId> <ReferredDoctorId>de845676-966f-4557-8a05-9c78d5cb04bc</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. |