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": "b2f8e16e-a1b4-4948-b8ce-0c7e9f76a48f",
"ReferredDoctorId": "4da530bb-97ce-4aa6-9dd4-d327a22b1b90",
"TimeZone": "sample string 4",
"SpecialtyId": "d26fef79-fd61-4f7e-8c9d-84c4b2001259",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"b2f8e16e-a1b4-4948-b8ce-0c7e9f76a48f","ReferredDoctorId":"4da530bb-97ce-4aa6-9dd4-d327a22b1b90","TimeZone":"sample string 4","SpecialtyId":"d26fef79-fd61-4f7e-8c9d-84c4b2001259","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>b2f8e16e-a1b4-4948-b8ce-0c7e9f76a48f</ReferringDoctorId> <ReferredDoctorId>4da530bb-97ce-4aa6-9dd4-d327a22b1b90</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>d26fef79-fd61-4f7e-8c9d-84c4b2001259</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. |