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": "34f80a89-22b4-43da-b437-d9825bf8f35b",
"ReferredDoctorId": "e3c7f539-c10e-466e-9d43-184feade787d",
"TimeZone": "sample string 4",
"SpecialtyId": "b811259e-6f4d-4cdf-8233-c0d6d7758738",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"34f80a89-22b4-43da-b437-d9825bf8f35b","ReferredDoctorId":"e3c7f539-c10e-466e-9d43-184feade787d","TimeZone":"sample string 4","SpecialtyId":"b811259e-6f4d-4cdf-8233-c0d6d7758738","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>34f80a89-22b4-43da-b437-d9825bf8f35b</ReferringDoctorId> <ReferredDoctorId>e3c7f539-c10e-466e-9d43-184feade787d</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>b811259e-6f4d-4cdf-8233-c0d6d7758738</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. |