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": "bb78f6c4-e93b-42b5-99e4-4bddf94c649e",
"ReferredDoctorId": "244c9e66-e34a-4a87-ab00-cd7aa852644d",
"TimeZone": "sample string 4",
"SpecialtyId": "834c2aa6-3577-4527-872b-759492c49d7d",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"bb78f6c4-e93b-42b5-99e4-4bddf94c649e","ReferredDoctorId":"244c9e66-e34a-4a87-ab00-cd7aa852644d","TimeZone":"sample string 4","SpecialtyId":"834c2aa6-3577-4527-872b-759492c49d7d","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>bb78f6c4-e93b-42b5-99e4-4bddf94c649e</ReferringDoctorId> <ReferredDoctorId>244c9e66-e34a-4a87-ab00-cd7aa852644d</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>834c2aa6-3577-4527-872b-759492c49d7d</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. |