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": "c75a1a9f-3f53-46c6-8217-6b777c1a132e", "ReferredDoctorId": "00d567a2-965b-4b9d-b96d-317f7232c240", "TimeZone": "sample string 4", "SpecialtyId": "3059985d-18b9-4aec-8139-6232c2f9e1d6", "SubmissionJson": "sample string 6" }
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"c75a1a9f-3f53-46c6-8217-6b777c1a132e","ReferredDoctorId":"00d567a2-965b-4b9d-b96d-317f7232c240","TimeZone":"sample string 4","SpecialtyId":"3059985d-18b9-4aec-8139-6232c2f9e1d6","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>c75a1a9f-3f53-46c6-8217-6b777c1a132e</ReferringDoctorId> <ReferredDoctorId>00d567a2-965b-4b9d-b96d-317f7232c240</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>3059985d-18b9-4aec-8139-6232c2f9e1d6</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. |