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": "8a8bc12a-f964-4061-8a3d-38c0eab87438",
"ReferredDoctorId": "a296ee28-8a29-49b1-93e1-a784134451ab",
"TimeZone": "sample string 4",
"SpecialtyId": "46a42931-178a-4817-b5bd-c2c809ea7122",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"8a8bc12a-f964-4061-8a3d-38c0eab87438","ReferredDoctorId":"a296ee28-8a29-49b1-93e1-a784134451ab","TimeZone":"sample string 4","SpecialtyId":"46a42931-178a-4817-b5bd-c2c809ea7122","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>8a8bc12a-f964-4061-8a3d-38c0eab87438</ReferringDoctorId> <ReferredDoctorId>a296ee28-8a29-49b1-93e1-a784134451ab</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>46a42931-178a-4817-b5bd-c2c809ea7122</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. |