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": "2b4b2462-95c1-4403-bdaf-af79543b8356",
"ReferredDoctorId": "f68d5a53-e1c5-4ba1-835b-96027e5c4e12",
"TimeZone": "sample string 4",
"SpecialtyId": "7bd8f8e1-0477-4984-96d0-35555a8e34da",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"2b4b2462-95c1-4403-bdaf-af79543b8356","ReferredDoctorId":"f68d5a53-e1c5-4ba1-835b-96027e5c4e12","TimeZone":"sample string 4","SpecialtyId":"7bd8f8e1-0477-4984-96d0-35555a8e34da","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>2b4b2462-95c1-4403-bdaf-af79543b8356</ReferringDoctorId> <ReferredDoctorId>f68d5a53-e1c5-4ba1-835b-96027e5c4e12</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>7bd8f8e1-0477-4984-96d0-35555a8e34da</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. |