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": "790af412-9889-463d-96d6-dc80b7011b6f",
"ReferredDoctorId": "bedc9453-12e9-4b0f-812f-89e1eda93077",
"TimeZone": "sample string 4",
"SpecialtyId": "1dca49ce-ce81-4ad0-923a-a7764fbf0497",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"790af412-9889-463d-96d6-dc80b7011b6f","ReferredDoctorId":"bedc9453-12e9-4b0f-812f-89e1eda93077","TimeZone":"sample string 4","SpecialtyId":"1dca49ce-ce81-4ad0-923a-a7764fbf0497","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>790af412-9889-463d-96d6-dc80b7011b6f</ReferringDoctorId> <ReferredDoctorId>bedc9453-12e9-4b0f-812f-89e1eda93077</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>1dca49ce-ce81-4ad0-923a-a7764fbf0497</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. |