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": "af030180-ada6-49d7-9eed-5817317eb492",
"ReferredDoctorId": "45e0fdf5-0a30-4826-b11e-5f621cc118db",
"TimeZone": "sample string 4",
"SpecialtyId": "7a9b4a47-81ab-41f3-bdc0-09822119e531",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"af030180-ada6-49d7-9eed-5817317eb492","ReferredDoctorId":"45e0fdf5-0a30-4826-b11e-5f621cc118db","TimeZone":"sample string 4","SpecialtyId":"7a9b4a47-81ab-41f3-bdc0-09822119e531","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>af030180-ada6-49d7-9eed-5817317eb492</ReferringDoctorId> <ReferredDoctorId>45e0fdf5-0a30-4826-b11e-5f621cc118db</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>7a9b4a47-81ab-41f3-bdc0-09822119e531</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. |