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": "92e266a4-038c-4445-80cc-cf0447d9a632",
"ReferredDoctorId": "16d063aa-ee25-484c-ab19-527d0c63b569",
"TimeZone": "sample string 4",
"SpecialtyId": "7a70375a-11b8-4fe1-80fa-289778fe2f2d",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"92e266a4-038c-4445-80cc-cf0447d9a632","ReferredDoctorId":"16d063aa-ee25-484c-ab19-527d0c63b569","TimeZone":"sample string 4","SpecialtyId":"7a70375a-11b8-4fe1-80fa-289778fe2f2d","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>92e266a4-038c-4445-80cc-cf0447d9a632</ReferringDoctorId> <ReferredDoctorId>16d063aa-ee25-484c-ab19-527d0c63b569</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>7a70375a-11b8-4fe1-80fa-289778fe2f2d</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. |