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": "57bab53d-91c5-4f71-8208-fc1b9f8553d9",
"ReferredDoctorId": "cf13f620-7906-4f4c-8252-987168da2fa2",
"TimeZone": "sample string 4",
"SpecialtyId": "c09a27d4-40f1-480c-a03c-9b3858a69bd9",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"57bab53d-91c5-4f71-8208-fc1b9f8553d9","ReferredDoctorId":"cf13f620-7906-4f4c-8252-987168da2fa2","TimeZone":"sample string 4","SpecialtyId":"c09a27d4-40f1-480c-a03c-9b3858a69bd9","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>57bab53d-91c5-4f71-8208-fc1b9f8553d9</ReferringDoctorId> <ReferredDoctorId>cf13f620-7906-4f4c-8252-987168da2fa2</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>c09a27d4-40f1-480c-a03c-9b3858a69bd9</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. |