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": "b6ea53bb-c3d9-484e-b6d3-9b38cf6a859d",
"ReferredDoctorId": "a0066d21-8374-4d17-a75c-afcddb885655",
"TimeZone": "sample string 4",
"SpecialtyId": "aa535bfb-bc80-424a-8989-3a6d2321c391",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"b6ea53bb-c3d9-484e-b6d3-9b38cf6a859d","ReferredDoctorId":"a0066d21-8374-4d17-a75c-afcddb885655","TimeZone":"sample string 4","SpecialtyId":"aa535bfb-bc80-424a-8989-3a6d2321c391","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>b6ea53bb-c3d9-484e-b6d3-9b38cf6a859d</ReferringDoctorId> <ReferredDoctorId>a0066d21-8374-4d17-a75c-afcddb885655</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>aa535bfb-bc80-424a-8989-3a6d2321c391</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. |