Replace offers for customer
Customers
Replace offers for customer
Replace offer grant(s) for a customer
Replace offer grants (grants and revokes offers to/from customer) using a list of resource identifiers
In the request body inlcude offer resource identifier(s), id: OFFER_ID, type: "offers".
{ "data": [{"type": "offers", "id": "456"}, {"type": "offers", "id": "789"}] }
Response
- A successful response body will list the offers related to the customer
- An error response will include a JSON body with error details.
PATCH
Replace offers for customer
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/vnd.api+json