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": "b4db6d5a-8cba-42ec-aeb1-d153e405e606",
"Integrated": true,
"ReferringDoctorId": "f07e6b57-cd12-4cf9-85b9-279470f64b53",
"ReferredDoctorId": "f479a6a4-a77d-4b65-bd5a-36ed3c1fa8aa",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"b4db6d5a-8cba-42ec-aeb1-d153e405e606","Integrated":true,"ReferringDoctorId":"f07e6b57-cd12-4cf9-85b9-279470f64b53","ReferredDoctorId":"f479a6a4-a77d-4b65-bd5a-36ed3c1fa8aa","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>b4db6d5a-8cba-42ec-aeb1-d153e405e606</Id> <Integrated>true</Integrated> <ReferringDoctorId>f07e6b57-cd12-4cf9-85b9-279470f64b53</ReferringDoctorId> <ReferredDoctorId>f479a6a4-a77d-4b65-bd5a-36ed3c1fa8aa</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. |