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": "9c0eb45a-891d-4123-98ea-44a5e3605160", "ReferredDoctorId": "200945aa-7c10-4122-8200-6692829952f9", "TimeZone": "sample string 4", "SpecialtyId": "9bdf1c7f-8b37-43ad-88cd-0253ed3442cb", "SubmissionJson": "sample string 6" }
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"9c0eb45a-891d-4123-98ea-44a5e3605160","ReferredDoctorId":"200945aa-7c10-4122-8200-6692829952f9","TimeZone":"sample string 4","SpecialtyId":"9bdf1c7f-8b37-43ad-88cd-0253ed3442cb","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>9c0eb45a-891d-4123-98ea-44a5e3605160</ReferringDoctorId> <ReferredDoctorId>200945aa-7c10-4122-8200-6692829952f9</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>9bdf1c7f-8b37-43ad-88cd-0253ed3442cb</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. |