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": "34300106-fb97-4d04-af4c-00a27c091bf6",
"ReferredDoctorId": "61650b89-a52a-4daa-8c16-0d4dd9523da0",
"TimeZone": "sample string 4",
"SpecialtyId": "34383d46-09e9-4b4a-b7be-2eac31d03702",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"34300106-fb97-4d04-af4c-00a27c091bf6","ReferredDoctorId":"61650b89-a52a-4daa-8c16-0d4dd9523da0","TimeZone":"sample string 4","SpecialtyId":"34383d46-09e9-4b4a-b7be-2eac31d03702","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>34300106-fb97-4d04-af4c-00a27c091bf6</ReferringDoctorId> <ReferredDoctorId>61650b89-a52a-4daa-8c16-0d4dd9523da0</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>34383d46-09e9-4b4a-b7be-2eac31d03702</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. |