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": "054c5107-6f13-405e-8448-25113d340ea2",
"Integrated": true,
"ReferringDoctorId": "b2e42e51-f53e-4de4-9ca0-6baf7fc77c35",
"ReferredDoctorId": "aa88b188-3cb7-4086-a976-f187ead43770",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"054c5107-6f13-405e-8448-25113d340ea2","Integrated":true,"ReferringDoctorId":"b2e42e51-f53e-4de4-9ca0-6baf7fc77c35","ReferredDoctorId":"aa88b188-3cb7-4086-a976-f187ead43770","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>054c5107-6f13-405e-8448-25113d340ea2</Id> <Integrated>true</Integrated> <ReferringDoctorId>b2e42e51-f53e-4de4-9ca0-6baf7fc77c35</ReferringDoctorId> <ReferredDoctorId>aa88b188-3cb7-4086-a976-f187ead43770</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. |