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": "251a320d-6a1a-44a9-9fb5-59305f9859f9",
"ReferredDoctorId": "9967e661-44be-47ab-aeec-1558fb1911e9",
"TimeZone": "sample string 4",
"SpecialtyId": "90224679-3f44-4418-b5d2-715d81bc7d86",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"251a320d-6a1a-44a9-9fb5-59305f9859f9","ReferredDoctorId":"9967e661-44be-47ab-aeec-1558fb1911e9","TimeZone":"sample string 4","SpecialtyId":"90224679-3f44-4418-b5d2-715d81bc7d86","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>251a320d-6a1a-44a9-9fb5-59305f9859f9</ReferringDoctorId> <ReferredDoctorId>9967e661-44be-47ab-aeec-1558fb1911e9</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>90224679-3f44-4418-b5d2-715d81bc7d86</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. |