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": "86909a71-7f5e-4f4f-829b-e3922355d266",
"ReferredDoctorId": "44f3c246-d248-4f2e-84e3-4e2b0429b9b0",
"TimeZone": "sample string 4",
"SpecialtyId": "d28f635a-cf2c-4b82-912e-68338d2e1024",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"86909a71-7f5e-4f4f-829b-e3922355d266","ReferredDoctorId":"44f3c246-d248-4f2e-84e3-4e2b0429b9b0","TimeZone":"sample string 4","SpecialtyId":"d28f635a-cf2c-4b82-912e-68338d2e1024","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>86909a71-7f5e-4f4f-829b-e3922355d266</ReferringDoctorId> <ReferredDoctorId>44f3c246-d248-4f2e-84e3-4e2b0429b9b0</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>d28f635a-cf2c-4b82-912e-68338d2e1024</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. |