POST api/v1/recommendations/cancelpackagerecommendation
Request Information
URI Parameters
None.
Body Parameters
PromotionalPackageRecommendation| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CustomerId | integer |
None. |
|
| PromotionalPackageId | integer |
None. |
|
| EmployeeId | integer |
None. |
|
| DateCreated | date |
None. |
|
| DateUpdated | date |
None. |
|
| StatusId | integer |
None. |
|
| Comment | string |
None. |
|
| AppointmentServiceId | integer |
None. |
|
| Required | boolean |
None. |
|
| SpecialId | integer |
None. |
|
| CancellationMessage | string |
None. |
|
| Customer | Customer |
None. |
|
| Employee | Employee |
None. |
|
| PromotionalPackage | PromotionalPackage |
None. |
|
| RecommendationStatus | GeneralStatus |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseModelOfBoolean| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| Message | string |
None. |
|
| Data | boolean |
None. |
|
| Pagination | Pagination |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.