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": "030089bb-2d89-4f13-88db-7c8358949abb",
"ReferredDoctorId": "2b504d3d-2024-4858-aae9-bd75ba5d0d87",
"TimeZone": "sample string 4",
"SpecialtyId": "7e9fc1a9-c589-416c-98ab-b6d2486e2aaa",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"030089bb-2d89-4f13-88db-7c8358949abb","ReferredDoctorId":"2b504d3d-2024-4858-aae9-bd75ba5d0d87","TimeZone":"sample string 4","SpecialtyId":"7e9fc1a9-c589-416c-98ab-b6d2486e2aaa","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>030089bb-2d89-4f13-88db-7c8358949abb</ReferringDoctorId> <ReferredDoctorId>2b504d3d-2024-4858-aae9-bd75ba5d0d87</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>7e9fc1a9-c589-416c-98ab-b6d2486e2aaa</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. |