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": "1ad790e8-3d0f-4421-9f3f-f132e8b8438d",
"ReferredDoctorId": "1de28c6f-0682-4481-b414-70204e09b498",
"TimeZone": "sample string 4",
"SpecialtyId": "8dd7e06d-c07a-4a50-a53a-86089e1a3d6f",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"1ad790e8-3d0f-4421-9f3f-f132e8b8438d","ReferredDoctorId":"1de28c6f-0682-4481-b414-70204e09b498","TimeZone":"sample string 4","SpecialtyId":"8dd7e06d-c07a-4a50-a53a-86089e1a3d6f","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>1ad790e8-3d0f-4421-9f3f-f132e8b8438d</ReferringDoctorId> <ReferredDoctorId>1de28c6f-0682-4481-b414-70204e09b498</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>8dd7e06d-c07a-4a50-a53a-86089e1a3d6f</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. |