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": "578b339e-5703-4afe-8a65-9e5c32bba917",
"Integrated": true,
"ReferringDoctorId": "79a7909d-db3d-49ad-8499-aa39121a3884",
"ReferredDoctorId": "4352e645-05a3-4829-b200-36f5a59c4d90",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"578b339e-5703-4afe-8a65-9e5c32bba917","Integrated":true,"ReferringDoctorId":"79a7909d-db3d-49ad-8499-aa39121a3884","ReferredDoctorId":"4352e645-05a3-4829-b200-36f5a59c4d90","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>578b339e-5703-4afe-8a65-9e5c32bba917</Id> <Integrated>true</Integrated> <ReferringDoctorId>79a7909d-db3d-49ad-8499-aa39121a3884</ReferringDoctorId> <ReferredDoctorId>4352e645-05a3-4829-b200-36f5a59c4d90</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. |