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": "abbd4127-e4c3-4a5b-b629-9e29c736ab2c",
"ReferredDoctorId": "a55370e7-295d-4aeb-8549-f402831a7492",
"TimeZone": "sample string 4",
"SpecialtyId": "2cda1886-69cd-4458-8804-19999120fcbc",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"abbd4127-e4c3-4a5b-b629-9e29c736ab2c","ReferredDoctorId":"a55370e7-295d-4aeb-8549-f402831a7492","TimeZone":"sample string 4","SpecialtyId":"2cda1886-69cd-4458-8804-19999120fcbc","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>abbd4127-e4c3-4a5b-b629-9e29c736ab2c</ReferringDoctorId> <ReferredDoctorId>a55370e7-295d-4aeb-8549-f402831a7492</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>2cda1886-69cd-4458-8804-19999120fcbc</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. |