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": "6bb44f6b-b978-45cb-89a9-187ed22a8e7c",
"Integrated": true,
"ReferringDoctorId": "b4a06eb5-7273-40a4-8cec-66076a26b3a5",
"ReferredDoctorId": "3bf4d7b6-f447-4298-8af5-695773aa8b3d",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"6bb44f6b-b978-45cb-89a9-187ed22a8e7c","Integrated":true,"ReferringDoctorId":"b4a06eb5-7273-40a4-8cec-66076a26b3a5","ReferredDoctorId":"3bf4d7b6-f447-4298-8af5-695773aa8b3d","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>6bb44f6b-b978-45cb-89a9-187ed22a8e7c</Id> <Integrated>true</Integrated> <ReferringDoctorId>b4a06eb5-7273-40a4-8cec-66076a26b3a5</ReferringDoctorId> <ReferredDoctorId>3bf4d7b6-f447-4298-8af5-695773aa8b3d</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. |