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": "19f99a7b-aa5e-4d0c-b147-c25a57bc1f54",
"ReferredDoctorId": "5686f7dc-d965-4b10-97d9-bb2644635ba0",
"TimeZone": "sample string 4",
"SpecialtyId": "a4ec8370-c576-43e1-95f6-2f4c3d520796",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"19f99a7b-aa5e-4d0c-b147-c25a57bc1f54","ReferredDoctorId":"5686f7dc-d965-4b10-97d9-bb2644635ba0","TimeZone":"sample string 4","SpecialtyId":"a4ec8370-c576-43e1-95f6-2f4c3d520796","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>19f99a7b-aa5e-4d0c-b147-c25a57bc1f54</ReferringDoctorId> <ReferredDoctorId>5686f7dc-d965-4b10-97d9-bb2644635ba0</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>a4ec8370-c576-43e1-95f6-2f4c3d520796</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. |