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": "036dea0a-c5c6-49f9-851d-67c39b797a8f",
"ReferredDoctorId": "16637413-bf37-41d1-a4e9-692c483bd5ac",
"TimeZone": "sample string 4",
"SpecialtyId": "92912f16-fc32-46b6-b97a-d4e58179301e",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"036dea0a-c5c6-49f9-851d-67c39b797a8f","ReferredDoctorId":"16637413-bf37-41d1-a4e9-692c483bd5ac","TimeZone":"sample string 4","SpecialtyId":"92912f16-fc32-46b6-b97a-d4e58179301e","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>036dea0a-c5c6-49f9-851d-67c39b797a8f</ReferringDoctorId> <ReferredDoctorId>16637413-bf37-41d1-a4e9-692c483bd5ac</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>92912f16-fc32-46b6-b97a-d4e58179301e</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. |