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": "532adb04-63dc-4109-bdb0-eb97a728df60",
"ReferredDoctorId": "4a9980b4-b9c2-438f-93ad-6d5f2d7dc7b8",
"TimeZone": "sample string 4",
"SpecialtyId": "58983571-03ff-4581-b5ed-0fb99b4c5e5b",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"532adb04-63dc-4109-bdb0-eb97a728df60","ReferredDoctorId":"4a9980b4-b9c2-438f-93ad-6d5f2d7dc7b8","TimeZone":"sample string 4","SpecialtyId":"58983571-03ff-4581-b5ed-0fb99b4c5e5b","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>532adb04-63dc-4109-bdb0-eb97a728df60</ReferringDoctorId> <ReferredDoctorId>4a9980b4-b9c2-438f-93ad-6d5f2d7dc7b8</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>58983571-03ff-4581-b5ed-0fb99b4c5e5b</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. |