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": "7c4e50c7-709e-42fd-b046-5583ab3b6421", "ReferredDoctorId": "67acb2f9-2739-49bf-9539-cde65f810b38", "TimeZone": "sample string 4", "SpecialtyId": "cd405b88-19b2-4823-9244-d3b48d5d3148", "SubmissionJson": "sample string 6" }
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"7c4e50c7-709e-42fd-b046-5583ab3b6421","ReferredDoctorId":"67acb2f9-2739-49bf-9539-cde65f810b38","TimeZone":"sample string 4","SpecialtyId":"cd405b88-19b2-4823-9244-d3b48d5d3148","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>7c4e50c7-709e-42fd-b046-5583ab3b6421</ReferringDoctorId> <ReferredDoctorId>67acb2f9-2739-49bf-9539-cde65f810b38</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>cd405b88-19b2-4823-9244-d3b48d5d3148</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. |