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": "df68b9e7-ae4e-4e56-a9df-1c06d2891ca7",
"ReferredDoctorId": "d9937e39-57ac-45d8-a326-2a4651c0600c",
"TimeZone": "sample string 4",
"SpecialtyId": "1c254618-a3d4-42d0-b14f-604ac5401536",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"df68b9e7-ae4e-4e56-a9df-1c06d2891ca7","ReferredDoctorId":"d9937e39-57ac-45d8-a326-2a4651c0600c","TimeZone":"sample string 4","SpecialtyId":"1c254618-a3d4-42d0-b14f-604ac5401536","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>df68b9e7-ae4e-4e56-a9df-1c06d2891ca7</ReferringDoctorId> <ReferredDoctorId>d9937e39-57ac-45d8-a326-2a4651c0600c</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>1c254618-a3d4-42d0-b14f-604ac5401536</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. |