POST Cases/Create
Request Information
URI Parameters
None.
Body Parameters
CreateCaseDtoForApi| Name | Description | Type | Additional information |
|---|---|---|---|
| Integrated | boolean |
None. |
|
| ReferringDoctorId | globally unique identifier |
None. |
|
| ReferredDoctorId | globally unique identifier |
None. |
|
| TimeZone | string |
None. |
|
| SpecialtyId | globally unique identifier |
None. |
|
| SubmissionJson | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Integrated": true,
"ReferringDoctorId": "68537e7a-aa67-4c44-851e-385e15fd5733",
"ReferredDoctorId": "bfdab177-8c23-4644-a606-62435411e02d",
"TimeZone": "sample string 4",
"SpecialtyId": "132533bc-ab25-4b1d-bbaa-9ac4bc46e806",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"68537e7a-aa67-4c44-851e-385e15fd5733","ReferredDoctorId":"bfdab177-8c23-4644-a606-62435411e02d","TimeZone":"sample string 4","SpecialtyId":"132533bc-ab25-4b1d-bbaa-9ac4bc46e806","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>68537e7a-aa67-4c44-851e-385e15fd5733</ReferringDoctorId> <ReferredDoctorId>bfdab177-8c23-4644-a606-62435411e02d</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>132533bc-ab25-4b1d-bbaa-9ac4bc46e806</SpecialtyId> <SubmissionJson>sample string 6</SubmissionJson> </CreateCaseDtoForApi>
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. |