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": "36a78645-31e8-4d16-aeb7-c7b83bd21646",
"ReferredDoctorId": "5a53b7f1-4665-4322-b406-087aeae6962a",
"TimeZone": "sample string 4",
"SpecialtyId": "108a80ca-c487-437e-a249-e93bed5f596e",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"36a78645-31e8-4d16-aeb7-c7b83bd21646","ReferredDoctorId":"5a53b7f1-4665-4322-b406-087aeae6962a","TimeZone":"sample string 4","SpecialtyId":"108a80ca-c487-437e-a249-e93bed5f596e","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>36a78645-31e8-4d16-aeb7-c7b83bd21646</ReferringDoctorId> <ReferredDoctorId>5a53b7f1-4665-4322-b406-087aeae6962a</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>108a80ca-c487-437e-a249-e93bed5f596e</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. |