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": "9ab9477f-5ab4-497b-8ab0-8361ce6138f0",
"Integrated": true,
"ReferringDoctorId": "8d52df3a-f378-4d1d-a830-c46fafeacd32",
"ReferredDoctorId": "e8c43720-df74-4da8-b2af-91e2996fb2b7",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"9ab9477f-5ab4-497b-8ab0-8361ce6138f0","Integrated":true,"ReferringDoctorId":"8d52df3a-f378-4d1d-a830-c46fafeacd32","ReferredDoctorId":"e8c43720-df74-4da8-b2af-91e2996fb2b7","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>9ab9477f-5ab4-497b-8ab0-8361ce6138f0</Id> <Integrated>true</Integrated> <ReferringDoctorId>8d52df3a-f378-4d1d-a830-c46fafeacd32</ReferringDoctorId> <ReferredDoctorId>e8c43720-df74-4da8-b2af-91e2996fb2b7</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. |