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": "f732716c-7b2d-48ae-a865-c2fa3270da45",
"ReferredDoctorId": "235cd111-0152-47e5-91cd-bedbfb3357ce",
"TimeZone": "sample string 4",
"SpecialtyId": "66c25a4d-6f6f-4688-b5e0-72e05ac2a71d",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"f732716c-7b2d-48ae-a865-c2fa3270da45","ReferredDoctorId":"235cd111-0152-47e5-91cd-bedbfb3357ce","TimeZone":"sample string 4","SpecialtyId":"66c25a4d-6f6f-4688-b5e0-72e05ac2a71d","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>f732716c-7b2d-48ae-a865-c2fa3270da45</ReferringDoctorId> <ReferredDoctorId>235cd111-0152-47e5-91cd-bedbfb3357ce</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>66c25a4d-6f6f-4688-b5e0-72e05ac2a71d</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. |