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

NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/xml, text/xml, application/json, text/json

Sample:

Sample not available.