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": "78abd31a-5b34-4af1-ade9-e640582e9143",
"Integrated": true,
"ReferringDoctorId": "038236ac-0935-4ac3-9aab-0913bff58b91",
"ReferredDoctorId": "a5a47258-5b41-4003-bdc8-17cf5accaaec",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"78abd31a-5b34-4af1-ade9-e640582e9143","Integrated":true,"ReferringDoctorId":"038236ac-0935-4ac3-9aab-0913bff58b91","ReferredDoctorId":"a5a47258-5b41-4003-bdc8-17cf5accaaec","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>78abd31a-5b34-4af1-ade9-e640582e9143</Id> <Integrated>true</Integrated> <ReferringDoctorId>038236ac-0935-4ac3-9aab-0913bff58b91</ReferringDoctorId> <ReferredDoctorId>a5a47258-5b41-4003-bdc8-17cf5accaaec</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. |