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": "24e68872-621a-4e36-92bd-5947cbcdb1be",
"ReferredDoctorId": "cd5fcac1-798e-4cdc-87d0-8a5d8f2e9d4a",
"TimeZone": "sample string 4",
"SpecialtyId": "e1146d7d-25a0-4a30-bfc9-cf525ba5a79e",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"24e68872-621a-4e36-92bd-5947cbcdb1be","ReferredDoctorId":"cd5fcac1-798e-4cdc-87d0-8a5d8f2e9d4a","TimeZone":"sample string 4","SpecialtyId":"e1146d7d-25a0-4a30-bfc9-cf525ba5a79e","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>24e68872-621a-4e36-92bd-5947cbcdb1be</ReferringDoctorId> <ReferredDoctorId>cd5fcac1-798e-4cdc-87d0-8a5d8f2e9d4a</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>e1146d7d-25a0-4a30-bfc9-cf525ba5a79e</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. |