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": "ef48f9fe-3097-4979-adcd-f11eabc53152",
"ReferredDoctorId": "7fe3fa54-eb6e-4804-ae47-9a98c729a020",
"TimeZone": "sample string 4",
"SpecialtyId": "aca204db-fcf5-4994-9b32-c76ef1a07b46",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"ef48f9fe-3097-4979-adcd-f11eabc53152","ReferredDoctorId":"7fe3fa54-eb6e-4804-ae47-9a98c729a020","TimeZone":"sample string 4","SpecialtyId":"aca204db-fcf5-4994-9b32-c76ef1a07b46","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>ef48f9fe-3097-4979-adcd-f11eabc53152</ReferringDoctorId> <ReferredDoctorId>7fe3fa54-eb6e-4804-ae47-9a98c729a020</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>aca204db-fcf5-4994-9b32-c76ef1a07b46</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. |