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": "737ea003-b911-4397-add3-c868e16d3868",
"Integrated": true,
"ReferringDoctorId": "537957ad-9cca-482f-9ea9-e40df40b84fc",
"ReferredDoctorId": "e5db881d-6b6a-42b6-bd4b-fc64e7ec4dc7",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"737ea003-b911-4397-add3-c868e16d3868","Integrated":true,"ReferringDoctorId":"537957ad-9cca-482f-9ea9-e40df40b84fc","ReferredDoctorId":"e5db881d-6b6a-42b6-bd4b-fc64e7ec4dc7","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>737ea003-b911-4397-add3-c868e16d3868</Id> <Integrated>true</Integrated> <ReferringDoctorId>537957ad-9cca-482f-9ea9-e40df40b84fc</ReferringDoctorId> <ReferredDoctorId>e5db881d-6b6a-42b6-bd4b-fc64e7ec4dc7</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. |