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": "176841cb-4a4e-4d49-8327-2836ecdc0054",
"ReferredDoctorId": "05fe1e52-3517-4ffb-af10-5be27f9b872d",
"TimeZone": "sample string 4",
"SpecialtyId": "75a0aaf8-8e32-45ab-9504-9b9076b17be5",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"176841cb-4a4e-4d49-8327-2836ecdc0054","ReferredDoctorId":"05fe1e52-3517-4ffb-af10-5be27f9b872d","TimeZone":"sample string 4","SpecialtyId":"75a0aaf8-8e32-45ab-9504-9b9076b17be5","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>176841cb-4a4e-4d49-8327-2836ecdc0054</ReferringDoctorId> <ReferredDoctorId>05fe1e52-3517-4ffb-af10-5be27f9b872d</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>75a0aaf8-8e32-45ab-9504-9b9076b17be5</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. |