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": "9b45df0d-ffd3-40f1-9931-9e7ba1b065f0",
"ReferredDoctorId": "2a8ca6dd-c21b-47f5-93ca-e4cdef9938d8",
"TimeZone": "sample string 4",
"SpecialtyId": "c8244a7a-3eef-4962-ae0f-1fbf9a53823b",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"9b45df0d-ffd3-40f1-9931-9e7ba1b065f0","ReferredDoctorId":"2a8ca6dd-c21b-47f5-93ca-e4cdef9938d8","TimeZone":"sample string 4","SpecialtyId":"c8244a7a-3eef-4962-ae0f-1fbf9a53823b","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>9b45df0d-ffd3-40f1-9931-9e7ba1b065f0</ReferringDoctorId> <ReferredDoctorId>2a8ca6dd-c21b-47f5-93ca-e4cdef9938d8</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>c8244a7a-3eef-4962-ae0f-1fbf9a53823b</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. |