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": "92e829df-6228-4e47-a5fd-9093fb8c35fa",
"Integrated": true,
"ReferringDoctorId": "31024329-f93b-4649-87da-da5df09128bf",
"ReferredDoctorId": "b7396d27-4c43-4207-8772-a0cddae617c6",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"92e829df-6228-4e47-a5fd-9093fb8c35fa","Integrated":true,"ReferringDoctorId":"31024329-f93b-4649-87da-da5df09128bf","ReferredDoctorId":"b7396d27-4c43-4207-8772-a0cddae617c6","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>92e829df-6228-4e47-a5fd-9093fb8c35fa</Id> <Integrated>true</Integrated> <ReferringDoctorId>31024329-f93b-4649-87da-da5df09128bf</ReferringDoctorId> <ReferredDoctorId>b7396d27-4c43-4207-8772-a0cddae617c6</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. |