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": "960764d2-5b9d-4d60-af7a-f9954f879c13",
"ReferredDoctorId": "dcd94ae8-c99d-4bac-84d8-c992f05452e8",
"TimeZone": "sample string 4",
"SpecialtyId": "dd8bcb41-4192-4953-a9cc-0a533bfa899c",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"960764d2-5b9d-4d60-af7a-f9954f879c13","ReferredDoctorId":"dcd94ae8-c99d-4bac-84d8-c992f05452e8","TimeZone":"sample string 4","SpecialtyId":"dd8bcb41-4192-4953-a9cc-0a533bfa899c","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>960764d2-5b9d-4d60-af7a-f9954f879c13</ReferringDoctorId> <ReferredDoctorId>dcd94ae8-c99d-4bac-84d8-c992f05452e8</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>dd8bcb41-4192-4953-a9cc-0a533bfa899c</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. |