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": "629d4727-2d8f-4b8d-9b99-a7426c30f3b1",
"Integrated": true,
"ReferringDoctorId": "54ecc129-1fd8-4d1e-82aa-b563a83b4c0f",
"ReferredDoctorId": "f792dadb-7bf3-478c-b74e-2fadaed7aa9a",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"629d4727-2d8f-4b8d-9b99-a7426c30f3b1","Integrated":true,"ReferringDoctorId":"54ecc129-1fd8-4d1e-82aa-b563a83b4c0f","ReferredDoctorId":"f792dadb-7bf3-478c-b74e-2fadaed7aa9a","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>629d4727-2d8f-4b8d-9b99-a7426c30f3b1</Id> <Integrated>true</Integrated> <ReferringDoctorId>54ecc129-1fd8-4d1e-82aa-b563a83b4c0f</ReferringDoctorId> <ReferredDoctorId>f792dadb-7bf3-478c-b74e-2fadaed7aa9a</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. |