Skip to content

Commit 233ae6a

Browse files
authored
feat: additional params for bonuses history method (#295)
Closes #DEV-3770
1 parent 1e39b2e commit 233ae6a

1 file changed

Lines changed: 14 additions & 7 deletions

File tree

source/includes/_loyalty.bonuses.event_bonus_history.md.erb

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,20 @@ Method return member's bonuses history which were created with `loyalty/basic/ev
4343

4444
### Query Parameters
4545

46-
| Parameter | Required | Description |
47-
|-------------|----------|----------------------------|
48-
| shop_id | true | Your API key |
49-
| shop_secret | true | Your API secret key |
50-
| identifier | true | User's phone (identifier) |
51-
| offset | optional | Offset (default 0) |
52-
| limit | optional | Limit (default 50, max 50) |
46+
| Parameter | Required | Description |
47+
|----------------------|----------|---------------------------------------------------------------------------|
48+
| shop_id | true | Your API key |
49+
| shop_secret | true | Your API secret key |
50+
| identifier | true | User's phone (identifier) |
51+
| offset | optional | Offset (default 0) |
52+
| limit | optional | Limit (default 50, max 50) |
53+
| status | optional | Transaction status. One of: pending, confirmed, spent, cancelled, expired |
54+
| activation_date_from | optional | Activation date from. Date in YYYY-MM-DD format |
55+
| activation_date_to | optional | Activation date to. Date in YYYY-MM-DD format |
56+
| expiration_date_from | optional | Expiration date from. Date in YYYY-MM-DD format |
57+
| expiration_date_to | optional | Expiration date to. Date in YYYY-MM-DD format |
58+
| created_date_from | optional | Created date from. Date in YYYY-MM-DD format |
59+
| created_date_to | optional | Created date to. Date in YYYY-MM-DD format |
5360

5461

5562

0 commit comments

Comments
 (0)