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": "efb5b05f-b1e9-4dce-88f6-79070a55209a", "ReferredDoctorId": "248b8ad8-6ad2-4cd8-8a9a-cf53263832a0", "TimeZone": "sample string 4", "SpecialtyId": "5bb6dd97-7b0c-4c1a-bedd-ae54c2252c1f", "SubmissionJson": "sample string 6" }
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"efb5b05f-b1e9-4dce-88f6-79070a55209a","ReferredDoctorId":"248b8ad8-6ad2-4cd8-8a9a-cf53263832a0","TimeZone":"sample string 4","SpecialtyId":"5bb6dd97-7b0c-4c1a-bedd-ae54c2252c1f","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>efb5b05f-b1e9-4dce-88f6-79070a55209a</ReferringDoctorId> <ReferredDoctorId>248b8ad8-6ad2-4cd8-8a9a-cf53263832a0</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>5bb6dd97-7b0c-4c1a-bedd-ae54c2252c1f</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. |