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": "a015451d-93bf-41d0-b216-a3bcf0e7a70f",
"ReferredDoctorId": "c5cd5058-fb15-4d93-bd25-b3ab13f59b2c",
"TimeZone": "sample string 4",
"SpecialtyId": "a189ef27-4669-4dba-8ddc-df10ae1647ae",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"a015451d-93bf-41d0-b216-a3bcf0e7a70f","ReferredDoctorId":"c5cd5058-fb15-4d93-bd25-b3ab13f59b2c","TimeZone":"sample string 4","SpecialtyId":"a189ef27-4669-4dba-8ddc-df10ae1647ae","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>a015451d-93bf-41d0-b216-a3bcf0e7a70f</ReferringDoctorId> <ReferredDoctorId>c5cd5058-fb15-4d93-bd25-b3ab13f59b2c</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>a189ef27-4669-4dba-8ddc-df10ae1647ae</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. |