Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

NamePromotion Codes Show
DescriptionDisplay a single promotion code.
TypeGET
URL/v9/promotion_codes/:id

Long Description

Display information about a single promotion code that has been configured for your brokerage in the settings app.

Examples

RequestResponse
/v9/promotion_codes/45



{
  "start_date": null,
  "active": true,
  "end_date": null,
  "percentage": false,
  "value": 10.0,
  "url": "/promotion_codes/45",
  "updated_at": "2013-07-17T19:31:05Z",
  "created_at": "2013-07-17T19:31:05Z",
  "name": "A Code",
  "id": 45,
  "code": "CODE123",
  "minimum_spend", "10.0"
}
  • No labels