POST Cases/Create
Request Information
URI Parameters
None.
Body Parameters
CreateCaseDtoForApi| Name | 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": "5d0639a7-be92-4b33-9598-9c3bc4668c96",
"ReferredDoctorId": "b8880326-b610-4f99-ac4f-bb29725bba9e",
"TimeZone": "sample string 4",
"SpecialtyId": "f7fc345c-2f49-4417-b75b-21b9a51f1498",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"5d0639a7-be92-4b33-9598-9c3bc4668c96","ReferredDoctorId":"b8880326-b610-4f99-ac4f-bb29725bba9e","TimeZone":"sample string 4","SpecialtyId":"f7fc345c-2f49-4417-b75b-21b9a51f1498","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>5d0639a7-be92-4b33-9598-9c3bc4668c96</ReferringDoctorId> <ReferredDoctorId>b8880326-b610-4f99-ac4f-bb29725bba9e</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>f7fc345c-2f49-4417-b75b-21b9a51f1498</SpecialtyId> <SubmissionJson>sample string 6</SubmissionJson> </CreateCaseDtoForApi>
Response Information
Resource Description
HttpResponseMessage| Name | 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. |