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": "475e3833-10d3-4888-867b-a9bf9703faa9",
"ReferredDoctorId": "0a692a8a-6100-4786-9dda-1cb5641775d2",
"TimeZone": "sample string 4",
"SpecialtyId": "c588f0ff-6687-484b-8cb6-89b04166c333",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"475e3833-10d3-4888-867b-a9bf9703faa9","ReferredDoctorId":"0a692a8a-6100-4786-9dda-1cb5641775d2","TimeZone":"sample string 4","SpecialtyId":"c588f0ff-6687-484b-8cb6-89b04166c333","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>475e3833-10d3-4888-867b-a9bf9703faa9</ReferringDoctorId> <ReferredDoctorId>0a692a8a-6100-4786-9dda-1cb5641775d2</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>c588f0ff-6687-484b-8cb6-89b04166c333</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. |