Thanx · Example Payload

Consumer Api Purchase Example

RestaurantLoyaltyGuest EngagementMarketingCRMOnline OrderingWebhooksPointsRewardsCampaigns

Consumer Api Purchase Example is an example object payload from Thanx, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

iduser_idmerchant_idlocation_idpurchased_atamountorder

Example Payload

Raw ↑
{
  "id": "92b7b0dac4",
  "user_id": "92b7b0dac4",
  "merchant_id": "92b7b0dac4",
  "location_id": "92b7b0dac4",
  "purchased_at": "2025-06-01T18:02:05Z",
  "amount": 9.99,
  "order": {
    "id": "92b7b0dac4",
    "provider": "OLO"
  }
}