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": "3619d067-8bec-4f1c-8670-91ea6709037e",
"ReferredDoctorId": "eb34223d-38ed-4246-8f18-37a24a030737",
"TimeZone": "sample string 4",
"SpecialtyId": "ec8a97f7-dee4-4d0b-acc7-a78ffda89a6c",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"3619d067-8bec-4f1c-8670-91ea6709037e","ReferredDoctorId":"eb34223d-38ed-4246-8f18-37a24a030737","TimeZone":"sample string 4","SpecialtyId":"ec8a97f7-dee4-4d0b-acc7-a78ffda89a6c","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>3619d067-8bec-4f1c-8670-91ea6709037e</ReferringDoctorId> <ReferredDoctorId>eb34223d-38ed-4246-8f18-37a24a030737</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>ec8a97f7-dee4-4d0b-acc7-a78ffda89a6c</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. |