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": "7a193eab-0c64-4de6-9eed-963203fa993a", "ReferredDoctorId": "de7f214d-fbbe-45ba-bfa4-b9d58479794e", "TimeZone": "sample string 4", "SpecialtyId": "1aa9a770-32d5-4b64-94ab-b894bfb7bb44", "SubmissionJson": "sample string 6" }
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"7a193eab-0c64-4de6-9eed-963203fa993a","ReferredDoctorId":"de7f214d-fbbe-45ba-bfa4-b9d58479794e","TimeZone":"sample string 4","SpecialtyId":"1aa9a770-32d5-4b64-94ab-b894bfb7bb44","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>7a193eab-0c64-4de6-9eed-963203fa993a</ReferringDoctorId> <ReferredDoctorId>de7f214d-fbbe-45ba-bfa4-b9d58479794e</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>1aa9a770-32d5-4b64-94ab-b894bfb7bb44</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. |