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": "9a7e0bae-739d-4548-9b40-ae4c9b536da9",
"Integrated": true,
"ReferringDoctorId": "918fa788-1451-4459-bbd5-2d5a7247c613",
"ReferredDoctorId": "517adac1-bcdb-4b44-b3c5-312fa618a53a",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"9a7e0bae-739d-4548-9b40-ae4c9b536da9","Integrated":true,"ReferringDoctorId":"918fa788-1451-4459-bbd5-2d5a7247c613","ReferredDoctorId":"517adac1-bcdb-4b44-b3c5-312fa618a53a","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>9a7e0bae-739d-4548-9b40-ae4c9b536da9</Id> <Integrated>true</Integrated> <ReferringDoctorId>918fa788-1451-4459-bbd5-2d5a7247c613</ReferringDoctorId> <ReferredDoctorId>517adac1-bcdb-4b44-b3c5-312fa618a53a</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. |