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": "29fb44d8-452c-4306-ac3b-ff866ff93679",
"ReferredDoctorId": "a1e8fec7-c33f-4c04-bb6f-c76905625b07",
"TimeZone": "sample string 4",
"SpecialtyId": "110f2ad4-52d4-4b4f-a7e0-c94353e3ff9f",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"29fb44d8-452c-4306-ac3b-ff866ff93679","ReferredDoctorId":"a1e8fec7-c33f-4c04-bb6f-c76905625b07","TimeZone":"sample string 4","SpecialtyId":"110f2ad4-52d4-4b4f-a7e0-c94353e3ff9f","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>29fb44d8-452c-4306-ac3b-ff866ff93679</ReferringDoctorId> <ReferredDoctorId>a1e8fec7-c33f-4c04-bb6f-c76905625b07</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>110f2ad4-52d4-4b4f-a7e0-c94353e3ff9f</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. |