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": "0840da4b-eff0-4f2e-bbe9-83e0c27dcf79",
"Integrated": true,
"ReferringDoctorId": "d26d2b69-cf0c-4115-990e-2f8985e18336",
"ReferredDoctorId": "75308a6e-e695-4b8d-ac72-c2e61a818086",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"0840da4b-eff0-4f2e-bbe9-83e0c27dcf79","Integrated":true,"ReferringDoctorId":"d26d2b69-cf0c-4115-990e-2f8985e18336","ReferredDoctorId":"75308a6e-e695-4b8d-ac72-c2e61a818086","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>0840da4b-eff0-4f2e-bbe9-83e0c27dcf79</Id> <Integrated>true</Integrated> <ReferringDoctorId>d26d2b69-cf0c-4115-990e-2f8985e18336</ReferringDoctorId> <ReferredDoctorId>75308a6e-e695-4b8d-ac72-c2e61a818086</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. |