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": "dafbe742-851d-409c-b904-ed0ab5eb15d5",
"Integrated": true,
"ReferringDoctorId": "9f1f745f-1995-47a8-b830-5a38bebad130",
"ReferredDoctorId": "f519e53c-7c98-4a02-80c6-50d2f0df25be",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"dafbe742-851d-409c-b904-ed0ab5eb15d5","Integrated":true,"ReferringDoctorId":"9f1f745f-1995-47a8-b830-5a38bebad130","ReferredDoctorId":"f519e53c-7c98-4a02-80c6-50d2f0df25be","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>dafbe742-851d-409c-b904-ed0ab5eb15d5</Id> <Integrated>true</Integrated> <ReferringDoctorId>9f1f745f-1995-47a8-b830-5a38bebad130</ReferringDoctorId> <ReferredDoctorId>f519e53c-7c98-4a02-80c6-50d2f0df25be</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. |