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": "7a50ea05-afb8-4a37-93d9-09593dbee4cc",
"ReferredDoctorId": "9a4abd45-78f3-4964-90bd-5df057874fc1",
"TimeZone": "sample string 4",
"SpecialtyId": "001eeddb-9939-44b9-9ff6-0a7344637dc8",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"7a50ea05-afb8-4a37-93d9-09593dbee4cc","ReferredDoctorId":"9a4abd45-78f3-4964-90bd-5df057874fc1","TimeZone":"sample string 4","SpecialtyId":"001eeddb-9939-44b9-9ff6-0a7344637dc8","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>7a50ea05-afb8-4a37-93d9-09593dbee4cc</ReferringDoctorId> <ReferredDoctorId>9a4abd45-78f3-4964-90bd-5df057874fc1</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>001eeddb-9939-44b9-9ff6-0a7344637dc8</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. |