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": "084c314a-b872-4673-aeda-b0f2140761ec", "ReferredDoctorId": "f1ac52dc-2445-4116-b0a4-930544ed7589", "TimeZone": "sample string 4", "SpecialtyId": "ba1d7b6a-4572-47c5-8f00-4be1289d253a", "SubmissionJson": "sample string 6" }
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"084c314a-b872-4673-aeda-b0f2140761ec","ReferredDoctorId":"f1ac52dc-2445-4116-b0a4-930544ed7589","TimeZone":"sample string 4","SpecialtyId":"ba1d7b6a-4572-47c5-8f00-4be1289d253a","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>084c314a-b872-4673-aeda-b0f2140761ec</ReferringDoctorId> <ReferredDoctorId>f1ac52dc-2445-4116-b0a4-930544ed7589</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>ba1d7b6a-4572-47c5-8f00-4be1289d253a</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. |