Rebate Detail

GET /api/rebate/detail

Returns a detail of a rebate payment by deal, rebate ID and period

Query parameters

  • psaid integer

    Deal ID

  • periodend string

    Period End Date

  • xmlid string

    Rebate ID

Responses

  • default
GET /api/rebate/detail
curl \
 --request GET 'http://api.example.com/api/rebate/detail' \
 --header "Authorization: Bearer $ACCESS_TOKEN"