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": "ae37caef-c6ed-4791-b93c-bdf0feda02ca",
"Integrated": true,
"ReferringDoctorId": "58500f32-2e27-47bf-a668-df61fb42e7c6",
"ReferredDoctorId": "e4a1d29f-7c3d-468f-b226-5d1b4df74cad",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"ae37caef-c6ed-4791-b93c-bdf0feda02ca","Integrated":true,"ReferringDoctorId":"58500f32-2e27-47bf-a668-df61fb42e7c6","ReferredDoctorId":"e4a1d29f-7c3d-468f-b226-5d1b4df74cad","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>ae37caef-c6ed-4791-b93c-bdf0feda02ca</Id> <Integrated>true</Integrated> <ReferringDoctorId>58500f32-2e27-47bf-a668-df61fb42e7c6</ReferringDoctorId> <ReferredDoctorId>e4a1d29f-7c3d-468f-b226-5d1b4df74cad</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. |