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": "7fe14e18-fa66-4484-a9fc-211fc0fb8cab",
"ReferredDoctorId": "421a7ff8-3fc5-4df3-9c32-703257a0b38f",
"TimeZone": "sample string 4",
"SpecialtyId": "273d459c-2d0f-4f3d-baec-1382a275d737",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"7fe14e18-fa66-4484-a9fc-211fc0fb8cab","ReferredDoctorId":"421a7ff8-3fc5-4df3-9c32-703257a0b38f","TimeZone":"sample string 4","SpecialtyId":"273d459c-2d0f-4f3d-baec-1382a275d737","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>7fe14e18-fa66-4484-a9fc-211fc0fb8cab</ReferringDoctorId> <ReferredDoctorId>421a7ff8-3fc5-4df3-9c32-703257a0b38f</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>273d459c-2d0f-4f3d-baec-1382a275d737</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. |