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": "ee839c82-214b-4da6-8729-81cea32a2cfb",
"Integrated": true,
"ReferringDoctorId": "3aaf4c7d-b8a9-4273-9f9c-10d6d1bb2a82",
"ReferredDoctorId": "e7949cdf-7a02-4fc5-9e80-9c21d1fe12dc",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"ee839c82-214b-4da6-8729-81cea32a2cfb","Integrated":true,"ReferringDoctorId":"3aaf4c7d-b8a9-4273-9f9c-10d6d1bb2a82","ReferredDoctorId":"e7949cdf-7a02-4fc5-9e80-9c21d1fe12dc","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>ee839c82-214b-4da6-8729-81cea32a2cfb</Id> <Integrated>true</Integrated> <ReferringDoctorId>3aaf4c7d-b8a9-4273-9f9c-10d6d1bb2a82</ReferringDoctorId> <ReferredDoctorId>e7949cdf-7a02-4fc5-9e80-9c21d1fe12dc</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. |