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": "53590ea9-c4f6-40cc-8b00-5e0532916a7f",
"ReferredDoctorId": "95ee840f-5956-4dcc-b05a-25e73693fe0c",
"TimeZone": "sample string 4",
"SpecialtyId": "e2b8645d-b978-44ba-9c84-f1eec92d525f",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"53590ea9-c4f6-40cc-8b00-5e0532916a7f","ReferredDoctorId":"95ee840f-5956-4dcc-b05a-25e73693fe0c","TimeZone":"sample string 4","SpecialtyId":"e2b8645d-b978-44ba-9c84-f1eec92d525f","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>53590ea9-c4f6-40cc-8b00-5e0532916a7f</ReferringDoctorId> <ReferredDoctorId>95ee840f-5956-4dcc-b05a-25e73693fe0c</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>e2b8645d-b978-44ba-9c84-f1eec92d525f</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. |