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": "6cfa8819-7e35-4e03-bfa6-4178a259e57d",
"ReferredDoctorId": "b1e3896d-de82-4a94-b097-08d8fa93188e",
"TimeZone": "sample string 4",
"SpecialtyId": "6c8a7e05-4b05-4584-be69-2af1493d725f",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"6cfa8819-7e35-4e03-bfa6-4178a259e57d","ReferredDoctorId":"b1e3896d-de82-4a94-b097-08d8fa93188e","TimeZone":"sample string 4","SpecialtyId":"6c8a7e05-4b05-4584-be69-2af1493d725f","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>6cfa8819-7e35-4e03-bfa6-4178a259e57d</ReferringDoctorId> <ReferredDoctorId>b1e3896d-de82-4a94-b097-08d8fa93188e</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>6c8a7e05-4b05-4584-be69-2af1493d725f</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. |