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": "254f609f-4793-42a3-8fd1-1a10fb17e5f9",
"ReferredDoctorId": "56b73b68-7e1c-45bd-b80a-b22eaf7e1148",
"TimeZone": "sample string 4",
"SpecialtyId": "ae7599c9-51a6-43cd-98dd-d9a56e3fb205",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"254f609f-4793-42a3-8fd1-1a10fb17e5f9","ReferredDoctorId":"56b73b68-7e1c-45bd-b80a-b22eaf7e1148","TimeZone":"sample string 4","SpecialtyId":"ae7599c9-51a6-43cd-98dd-d9a56e3fb205","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>254f609f-4793-42a3-8fd1-1a10fb17e5f9</ReferringDoctorId> <ReferredDoctorId>56b73b68-7e1c-45bd-b80a-b22eaf7e1148</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>ae7599c9-51a6-43cd-98dd-d9a56e3fb205</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. |