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": "35be065e-a64d-48f5-a479-6ada9b34876b",
"ReferredDoctorId": "add35a43-bd51-4c07-a6cd-797910a4dc12",
"TimeZone": "sample string 4",
"SpecialtyId": "bde6db28-fecb-4a0e-aaae-903afcbeff96",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"35be065e-a64d-48f5-a479-6ada9b34876b","ReferredDoctorId":"add35a43-bd51-4c07-a6cd-797910a4dc12","TimeZone":"sample string 4","SpecialtyId":"bde6db28-fecb-4a0e-aaae-903afcbeff96","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>35be065e-a64d-48f5-a479-6ada9b34876b</ReferringDoctorId> <ReferredDoctorId>add35a43-bd51-4c07-a6cd-797910a4dc12</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>bde6db28-fecb-4a0e-aaae-903afcbeff96</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. |