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": "ea053ae0-0092-4b40-816c-ee691de444c1",
"ReferredDoctorId": "acbb09b4-3b4b-4e87-9cc1-3b9cf6798101",
"TimeZone": "sample string 4",
"SpecialtyId": "34aaf330-c0aa-40ad-a743-214d5f772a3b",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"ea053ae0-0092-4b40-816c-ee691de444c1","ReferredDoctorId":"acbb09b4-3b4b-4e87-9cc1-3b9cf6798101","TimeZone":"sample string 4","SpecialtyId":"34aaf330-c0aa-40ad-a743-214d5f772a3b","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>ea053ae0-0092-4b40-816c-ee691de444c1</ReferringDoctorId> <ReferredDoctorId>acbb09b4-3b4b-4e87-9cc1-3b9cf6798101</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>34aaf330-c0aa-40ad-a743-214d5f772a3b</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. |