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": "b2f80824-3b62-4ef4-8a47-01d6858c0b88",
"Integrated": true,
"ReferringDoctorId": "80d97d5a-89d9-414f-99a3-117db0cea5d8",
"ReferredDoctorId": "f8a12098-02a3-4dc1-ae28-52b5f35efbbc",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"b2f80824-3b62-4ef4-8a47-01d6858c0b88","Integrated":true,"ReferringDoctorId":"80d97d5a-89d9-414f-99a3-117db0cea5d8","ReferredDoctorId":"f8a12098-02a3-4dc1-ae28-52b5f35efbbc","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>b2f80824-3b62-4ef4-8a47-01d6858c0b88</Id> <Integrated>true</Integrated> <ReferringDoctorId>80d97d5a-89d9-414f-99a3-117db0cea5d8</ReferringDoctorId> <ReferredDoctorId>f8a12098-02a3-4dc1-ae28-52b5f35efbbc</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. |