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": "6adda6fd-0dbb-4ecd-a55f-01d86f7100e9",
"ReferredDoctorId": "44d19671-44e3-44e5-990d-bc04ff512da6",
"TimeZone": "sample string 4",
"SpecialtyId": "580f739d-cd5e-4a03-9e2a-7a44c5c14c93",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"6adda6fd-0dbb-4ecd-a55f-01d86f7100e9","ReferredDoctorId":"44d19671-44e3-44e5-990d-bc04ff512da6","TimeZone":"sample string 4","SpecialtyId":"580f739d-cd5e-4a03-9e2a-7a44c5c14c93","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>6adda6fd-0dbb-4ecd-a55f-01d86f7100e9</ReferringDoctorId> <ReferredDoctorId>44d19671-44e3-44e5-990d-bc04ff512da6</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>580f739d-cd5e-4a03-9e2a-7a44c5c14c93</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. |