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": "8214a803-f332-4f13-a699-d2982530d9f5",
"ReferredDoctorId": "1480d12f-d7f0-4f1e-acfd-4d62e9dc470b",
"TimeZone": "sample string 4",
"SpecialtyId": "59a89bb7-3d91-4e2d-a5ae-a05e1731b3cd",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"8214a803-f332-4f13-a699-d2982530d9f5","ReferredDoctorId":"1480d12f-d7f0-4f1e-acfd-4d62e9dc470b","TimeZone":"sample string 4","SpecialtyId":"59a89bb7-3d91-4e2d-a5ae-a05e1731b3cd","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>8214a803-f332-4f13-a699-d2982530d9f5</ReferringDoctorId> <ReferredDoctorId>1480d12f-d7f0-4f1e-acfd-4d62e9dc470b</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>59a89bb7-3d91-4e2d-a5ae-a05e1731b3cd</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. |