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": "cb1f7d69-607f-4715-8499-c04f95efd813",
"ReferredDoctorId": "07a56c6e-dc87-42e2-a328-18653110771c",
"TimeZone": "sample string 4",
"SpecialtyId": "72485450-a2f7-485d-96e5-aac37021bd31",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"cb1f7d69-607f-4715-8499-c04f95efd813","ReferredDoctorId":"07a56c6e-dc87-42e2-a328-18653110771c","TimeZone":"sample string 4","SpecialtyId":"72485450-a2f7-485d-96e5-aac37021bd31","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>cb1f7d69-607f-4715-8499-c04f95efd813</ReferringDoctorId> <ReferredDoctorId>07a56c6e-dc87-42e2-a328-18653110771c</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>72485450-a2f7-485d-96e5-aac37021bd31</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. |