POST Cases/Create
Request Information
URI Parameters
None.
Body Parameters
CreateCaseDtoForApiName | 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": "8333a45d-e558-4e1f-bd76-5cc117e36e1f", "ReferredDoctorId": "b25de324-1fd5-421f-9e45-e94296477168", "TimeZone": "sample string 4", "SpecialtyId": "f06228ab-8f9c-4125-8884-59c376e0e8fe", "SubmissionJson": "sample string 6" }
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"8333a45d-e558-4e1f-bd76-5cc117e36e1f","ReferredDoctorId":"b25de324-1fd5-421f-9e45-e94296477168","TimeZone":"sample string 4","SpecialtyId":"f06228ab-8f9c-4125-8884-59c376e0e8fe","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>8333a45d-e558-4e1f-bd76-5cc117e36e1f</ReferringDoctorId> <ReferredDoctorId>b25de324-1fd5-421f-9e45-e94296477168</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>f06228ab-8f9c-4125-8884-59c376e0e8fe</SpecialtyId> <SubmissionJson>sample string 6</SubmissionJson> </CreateCaseDtoForApi>
Response Information
Resource Description
HttpResponseMessageName | 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. |