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": "8d79baba-32b7-427b-a8c0-c76f73227c2d",
"ReferredDoctorId": "7ab96e5d-0852-4e48-a640-728e9d26d7de",
"TimeZone": "sample string 4",
"SpecialtyId": "5c37a79c-b6d5-4874-a295-e3a84c582a0c",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"8d79baba-32b7-427b-a8c0-c76f73227c2d","ReferredDoctorId":"7ab96e5d-0852-4e48-a640-728e9d26d7de","TimeZone":"sample string 4","SpecialtyId":"5c37a79c-b6d5-4874-a295-e3a84c582a0c","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>8d79baba-32b7-427b-a8c0-c76f73227c2d</ReferringDoctorId> <ReferredDoctorId>7ab96e5d-0852-4e48-a640-728e9d26d7de</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>5c37a79c-b6d5-4874-a295-e3a84c582a0c</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. |