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": "acaa3ec3-b186-4c7f-8e63-309102fea027",
"ReferredDoctorId": "7a341e3c-6abb-41da-919b-1d1c0589359e",
"TimeZone": "sample string 4",
"SpecialtyId": "7f3990c0-3e07-4e0c-8039-37162141b738",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"acaa3ec3-b186-4c7f-8e63-309102fea027","ReferredDoctorId":"7a341e3c-6abb-41da-919b-1d1c0589359e","TimeZone":"sample string 4","SpecialtyId":"7f3990c0-3e07-4e0c-8039-37162141b738","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>acaa3ec3-b186-4c7f-8e63-309102fea027</ReferringDoctorId> <ReferredDoctorId>7a341e3c-6abb-41da-919b-1d1c0589359e</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>7f3990c0-3e07-4e0c-8039-37162141b738</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. |