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": "76d9830e-5974-484f-803e-d3f6a3064127",
"ReferredDoctorId": "5541b32a-28a7-4687-a43f-a512bb107800",
"TimeZone": "sample string 4",
"SpecialtyId": "31b696c1-c94d-4304-83e2-8a89b4caa0e6",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"76d9830e-5974-484f-803e-d3f6a3064127","ReferredDoctorId":"5541b32a-28a7-4687-a43f-a512bb107800","TimeZone":"sample string 4","SpecialtyId":"31b696c1-c94d-4304-83e2-8a89b4caa0e6","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>76d9830e-5974-484f-803e-d3f6a3064127</ReferringDoctorId> <ReferredDoctorId>5541b32a-28a7-4687-a43f-a512bb107800</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>31b696c1-c94d-4304-83e2-8a89b4caa0e6</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. |