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": "c5829e53-9156-4b01-abee-77378d9a647a",
"Integrated": true,
"ReferringDoctorId": "7f6a952b-7df9-482b-97a3-c3c37db5634d",
"ReferredDoctorId": "7879794d-7527-4401-833d-15a94fc0412c",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"c5829e53-9156-4b01-abee-77378d9a647a","Integrated":true,"ReferringDoctorId":"7f6a952b-7df9-482b-97a3-c3c37db5634d","ReferredDoctorId":"7879794d-7527-4401-833d-15a94fc0412c","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>c5829e53-9156-4b01-abee-77378d9a647a</Id> <Integrated>true</Integrated> <ReferringDoctorId>7f6a952b-7df9-482b-97a3-c3c37db5634d</ReferringDoctorId> <ReferredDoctorId>7879794d-7527-4401-833d-15a94fc0412c</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. |