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": "f48b7c03-c67d-487b-8d71-4abf46e391f8",
"ReferredDoctorId": "d1c62070-82d7-4902-91b7-66d9b229e1aa",
"TimeZone": "sample string 4",
"SpecialtyId": "e90fa1e7-d6ff-4167-81b2-6857e9df5884",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"f48b7c03-c67d-487b-8d71-4abf46e391f8","ReferredDoctorId":"d1c62070-82d7-4902-91b7-66d9b229e1aa","TimeZone":"sample string 4","SpecialtyId":"e90fa1e7-d6ff-4167-81b2-6857e9df5884","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>f48b7c03-c67d-487b-8d71-4abf46e391f8</ReferringDoctorId> <ReferredDoctorId>d1c62070-82d7-4902-91b7-66d9b229e1aa</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>e90fa1e7-d6ff-4167-81b2-6857e9df5884</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. |