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": "2a5dbbfa-e4d2-400a-9253-7f276099caef",
"ReferredDoctorId": "bb3f3d7d-d341-476d-b14e-e4d19ebd6099",
"TimeZone": "sample string 4",
"SpecialtyId": "3d3a1013-8ec2-4868-8dbe-736db1acf917",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"2a5dbbfa-e4d2-400a-9253-7f276099caef","ReferredDoctorId":"bb3f3d7d-d341-476d-b14e-e4d19ebd6099","TimeZone":"sample string 4","SpecialtyId":"3d3a1013-8ec2-4868-8dbe-736db1acf917","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>2a5dbbfa-e4d2-400a-9253-7f276099caef</ReferringDoctorId> <ReferredDoctorId>bb3f3d7d-d341-476d-b14e-e4d19ebd6099</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>3d3a1013-8ec2-4868-8dbe-736db1acf917</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. |