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": "91fe21d1-bb2d-4a4d-b5ba-abaab4c2d358",
"ReferredDoctorId": "77a36e97-0762-40e0-a07b-fb6835323ac8",
"TimeZone": "sample string 4",
"SpecialtyId": "bd285088-b717-4f13-b97e-42233a633b19",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"91fe21d1-bb2d-4a4d-b5ba-abaab4c2d358","ReferredDoctorId":"77a36e97-0762-40e0-a07b-fb6835323ac8","TimeZone":"sample string 4","SpecialtyId":"bd285088-b717-4f13-b97e-42233a633b19","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>91fe21d1-bb2d-4a4d-b5ba-abaab4c2d358</ReferringDoctorId> <ReferredDoctorId>77a36e97-0762-40e0-a07b-fb6835323ac8</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>bd285088-b717-4f13-b97e-42233a633b19</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. |