GET API/Promotion/ItemsImpacted?promotionActionTypeID={promotionActionTypeID}&onlineOrderID={onlineOrderID}&orderID={orderID}
This API will get the items impacted by promotions by promotion action type id
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| promotionActionTypeID |
Promotion Action Type Id |
integer |
Required |
| onlineOrderID |
Online Order ID |
integer |
Default value is 0 |
| orderID |
Order ID |
integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/xml, text/xml, application/json, text/json
Sample:
Sample not available.