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": "39bea8cc-af78-483f-8547-ef25be3cac14",
"Integrated": true,
"ReferringDoctorId": "0327355b-940d-4aec-a2e4-93e4c099a70a",
"ReferredDoctorId": "c572d877-30cb-45c1-b991-f7a717d56536",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"39bea8cc-af78-483f-8547-ef25be3cac14","Integrated":true,"ReferringDoctorId":"0327355b-940d-4aec-a2e4-93e4c099a70a","ReferredDoctorId":"c572d877-30cb-45c1-b991-f7a717d56536","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>39bea8cc-af78-483f-8547-ef25be3cac14</Id> <Integrated>true</Integrated> <ReferringDoctorId>0327355b-940d-4aec-a2e4-93e4c099a70a</ReferringDoctorId> <ReferredDoctorId>c572d877-30cb-45c1-b991-f7a717d56536</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. |