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": "ba616d3e-9d38-4aa4-8c9e-6ea9b5cc403f", "ReferredDoctorId": "17eee8cb-87f1-4432-b4a8-1004a73f63a3", "TimeZone": "sample string 4", "SpecialtyId": "591a8583-214f-428d-8a71-7052f10bd03a", "SubmissionJson": "sample string 6" }
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"ba616d3e-9d38-4aa4-8c9e-6ea9b5cc403f","ReferredDoctorId":"17eee8cb-87f1-4432-b4a8-1004a73f63a3","TimeZone":"sample string 4","SpecialtyId":"591a8583-214f-428d-8a71-7052f10bd03a","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>ba616d3e-9d38-4aa4-8c9e-6ea9b5cc403f</ReferringDoctorId> <ReferredDoctorId>17eee8cb-87f1-4432-b4a8-1004a73f63a3</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>591a8583-214f-428d-8a71-7052f10bd03a</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. |