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": "8f130458-5f09-4407-8b9e-a4569178f483",
"Integrated": true,
"ReferringDoctorId": "1b7c756f-3b54-4a2f-931d-91a46c6860d2",
"ReferredDoctorId": "e6d2d3eb-a9b9-450b-8214-865db0152889",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"8f130458-5f09-4407-8b9e-a4569178f483","Integrated":true,"ReferringDoctorId":"1b7c756f-3b54-4a2f-931d-91a46c6860d2","ReferredDoctorId":"e6d2d3eb-a9b9-450b-8214-865db0152889","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>8f130458-5f09-4407-8b9e-a4569178f483</Id> <Integrated>true</Integrated> <ReferringDoctorId>1b7c756f-3b54-4a2f-931d-91a46c6860d2</ReferringDoctorId> <ReferredDoctorId>e6d2d3eb-a9b9-450b-8214-865db0152889</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. |