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": "bdf60595-08f2-4768-b187-65c03a0e1e4b",
"ReferredDoctorId": "0f1c1141-bd60-454d-a8c7-1cd42a6af613",
"TimeZone": "sample string 4",
"SpecialtyId": "12f75d0b-b04b-4231-b648-53f129a8ab05",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"bdf60595-08f2-4768-b187-65c03a0e1e4b","ReferredDoctorId":"0f1c1141-bd60-454d-a8c7-1cd42a6af613","TimeZone":"sample string 4","SpecialtyId":"12f75d0b-b04b-4231-b648-53f129a8ab05","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>bdf60595-08f2-4768-b187-65c03a0e1e4b</ReferringDoctorId> <ReferredDoctorId>0f1c1141-bd60-454d-a8c7-1cd42a6af613</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>12f75d0b-b04b-4231-b648-53f129a8ab05</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. |