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": "594bd18d-7e13-4a81-b80f-5533c0194140",
"ReferredDoctorId": "7a000014-ed02-43df-ac71-d61a59ed9fdc",
"TimeZone": "sample string 4",
"SpecialtyId": "7cc914fa-7da5-42eb-9e2e-25096c4f6191",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"594bd18d-7e13-4a81-b80f-5533c0194140","ReferredDoctorId":"7a000014-ed02-43df-ac71-d61a59ed9fdc","TimeZone":"sample string 4","SpecialtyId":"7cc914fa-7da5-42eb-9e2e-25096c4f6191","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>594bd18d-7e13-4a81-b80f-5533c0194140</ReferringDoctorId> <ReferredDoctorId>7a000014-ed02-43df-ac71-d61a59ed9fdc</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>7cc914fa-7da5-42eb-9e2e-25096c4f6191</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. |