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": "7fbb18aa-50e7-483e-813e-5facc1a79dbc",
"Integrated": true,
"ReferringDoctorId": "5a28aacc-c081-41d4-976c-3a1c165b820e",
"ReferredDoctorId": "500f908d-a404-4191-8f77-45edc9ec008f",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"7fbb18aa-50e7-483e-813e-5facc1a79dbc","Integrated":true,"ReferringDoctorId":"5a28aacc-c081-41d4-976c-3a1c165b820e","ReferredDoctorId":"500f908d-a404-4191-8f77-45edc9ec008f","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>7fbb18aa-50e7-483e-813e-5facc1a79dbc</Id> <Integrated>true</Integrated> <ReferringDoctorId>5a28aacc-c081-41d4-976c-3a1c165b820e</ReferringDoctorId> <ReferredDoctorId>500f908d-a404-4191-8f77-45edc9ec008f</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. |