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": "127a5e01-1300-452a-b1b8-95079acdb24a",
"ReferredDoctorId": "15dd533e-94c4-4b9e-b090-1947d05a1ace",
"TimeZone": "sample string 4",
"SpecialtyId": "e69a85a9-760e-4efa-9302-e17447f21368",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"127a5e01-1300-452a-b1b8-95079acdb24a","ReferredDoctorId":"15dd533e-94c4-4b9e-b090-1947d05a1ace","TimeZone":"sample string 4","SpecialtyId":"e69a85a9-760e-4efa-9302-e17447f21368","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>127a5e01-1300-452a-b1b8-95079acdb24a</ReferringDoctorId> <ReferredDoctorId>15dd533e-94c4-4b9e-b090-1947d05a1ace</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>e69a85a9-760e-4efa-9302-e17447f21368</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. |