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": "d6c6901d-49d3-42ba-a754-f7e9f69205ba",
"ReferredDoctorId": "e98abd42-552e-43ad-b148-1a41ad1d0857",
"TimeZone": "sample string 4",
"SpecialtyId": "cbd2a973-1096-4169-8d86-30829a9b7eb4",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"d6c6901d-49d3-42ba-a754-f7e9f69205ba","ReferredDoctorId":"e98abd42-552e-43ad-b148-1a41ad1d0857","TimeZone":"sample string 4","SpecialtyId":"cbd2a973-1096-4169-8d86-30829a9b7eb4","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>d6c6901d-49d3-42ba-a754-f7e9f69205ba</ReferringDoctorId> <ReferredDoctorId>e98abd42-552e-43ad-b148-1a41ad1d0857</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>cbd2a973-1096-4169-8d86-30829a9b7eb4</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. |