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": "efcd48ce-191d-45c9-b25e-39a8d07a1d8e",
"Integrated": true,
"ReferringDoctorId": "81d47316-8340-4137-b95d-2180edafbd0f",
"ReferredDoctorId": "7f61a858-c9ad-4748-afe5-58978b7a8d33",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"efcd48ce-191d-45c9-b25e-39a8d07a1d8e","Integrated":true,"ReferringDoctorId":"81d47316-8340-4137-b95d-2180edafbd0f","ReferredDoctorId":"7f61a858-c9ad-4748-afe5-58978b7a8d33","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>efcd48ce-191d-45c9-b25e-39a8d07a1d8e</Id> <Integrated>true</Integrated> <ReferringDoctorId>81d47316-8340-4137-b95d-2180edafbd0f</ReferringDoctorId> <ReferredDoctorId>7f61a858-c9ad-4748-afe5-58978b7a8d33</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. |