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": "637c78da-01c3-4bc8-8aa4-d9abb3701a0e",
"ReferredDoctorId": "c73eca1b-cfa3-4332-9946-7653468bc219",
"TimeZone": "sample string 4",
"SpecialtyId": "fd4f54bd-025c-4079-b022-cc9100d1748d",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"637c78da-01c3-4bc8-8aa4-d9abb3701a0e","ReferredDoctorId":"c73eca1b-cfa3-4332-9946-7653468bc219","TimeZone":"sample string 4","SpecialtyId":"fd4f54bd-025c-4079-b022-cc9100d1748d","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>637c78da-01c3-4bc8-8aa4-d9abb3701a0e</ReferringDoctorId> <ReferredDoctorId>c73eca1b-cfa3-4332-9946-7653468bc219</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>fd4f54bd-025c-4079-b022-cc9100d1748d</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. |