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": "a4a53118-beb0-4070-bcc1-3e57c145f140",
"ReferredDoctorId": "ae1404c7-86f7-41de-9816-8076188e3a1d",
"TimeZone": "sample string 4",
"SpecialtyId": "4d57de4c-494d-4d23-a1e3-ca76ab3e2359",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"a4a53118-beb0-4070-bcc1-3e57c145f140","ReferredDoctorId":"ae1404c7-86f7-41de-9816-8076188e3a1d","TimeZone":"sample string 4","SpecialtyId":"4d57de4c-494d-4d23-a1e3-ca76ab3e2359","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>a4a53118-beb0-4070-bcc1-3e57c145f140</ReferringDoctorId> <ReferredDoctorId>ae1404c7-86f7-41de-9816-8076188e3a1d</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>4d57de4c-494d-4d23-a1e3-ca76ab3e2359</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. |