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": "e7d6a5c1-9b50-48b0-8873-7dcecea8af5c",
"ReferredDoctorId": "02cb7063-2507-4aca-bcb7-7481205a8085",
"TimeZone": "sample string 4",
"SpecialtyId": "40492f72-f066-4962-975e-d3c6d860984d",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"e7d6a5c1-9b50-48b0-8873-7dcecea8af5c","ReferredDoctorId":"02cb7063-2507-4aca-bcb7-7481205a8085","TimeZone":"sample string 4","SpecialtyId":"40492f72-f066-4962-975e-d3c6d860984d","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>e7d6a5c1-9b50-48b0-8873-7dcecea8af5c</ReferringDoctorId> <ReferredDoctorId>02cb7063-2507-4aca-bcb7-7481205a8085</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>40492f72-f066-4962-975e-d3c6d860984d</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. |