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": "b88fd4be-f5a4-40f7-a40d-d75ad6d6c8e7",
"ReferredDoctorId": "51278300-5acd-4944-9a95-2350e8102f74",
"TimeZone": "sample string 4",
"SpecialtyId": "7f473ca2-1116-4654-8482-e441d1d86269",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"b88fd4be-f5a4-40f7-a40d-d75ad6d6c8e7","ReferredDoctorId":"51278300-5acd-4944-9a95-2350e8102f74","TimeZone":"sample string 4","SpecialtyId":"7f473ca2-1116-4654-8482-e441d1d86269","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>b88fd4be-f5a4-40f7-a40d-d75ad6d6c8e7</ReferringDoctorId> <ReferredDoctorId>51278300-5acd-4944-9a95-2350e8102f74</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>7f473ca2-1116-4654-8482-e441d1d86269</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. |