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": "5ab88d3b-4046-48d5-816f-bf69f1f40c16",
"ReferredDoctorId": "7a384220-5086-479a-a2ed-1e70a8507367",
"TimeZone": "sample string 4",
"SpecialtyId": "f77f15ab-308d-4080-861a-12d666ecc02a",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"5ab88d3b-4046-48d5-816f-bf69f1f40c16","ReferredDoctorId":"7a384220-5086-479a-a2ed-1e70a8507367","TimeZone":"sample string 4","SpecialtyId":"f77f15ab-308d-4080-861a-12d666ecc02a","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>5ab88d3b-4046-48d5-816f-bf69f1f40c16</ReferringDoctorId> <ReferredDoctorId>7a384220-5086-479a-a2ed-1e70a8507367</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>f77f15ab-308d-4080-861a-12d666ecc02a</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. |