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": "e1eeec07-71f2-43dd-ae05-f5a3f4ac3858",
"ReferredDoctorId": "0afc28c4-889a-4576-a2a3-d87da43d3f69",
"TimeZone": "sample string 4",
"SpecialtyId": "111aec51-79c3-4ad2-ba1c-f72481392fdd",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"e1eeec07-71f2-43dd-ae05-f5a3f4ac3858","ReferredDoctorId":"0afc28c4-889a-4576-a2a3-d87da43d3f69","TimeZone":"sample string 4","SpecialtyId":"111aec51-79c3-4ad2-ba1c-f72481392fdd","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>e1eeec07-71f2-43dd-ae05-f5a3f4ac3858</ReferringDoctorId> <ReferredDoctorId>0afc28c4-889a-4576-a2a3-d87da43d3f69</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>111aec51-79c3-4ad2-ba1c-f72481392fdd</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. |