mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-15 01:20:59 +00:00
34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
|
"@context": "\/api\/v2\/contexts\/PromotionCoupon",
|
|
"@id": "\/api\/v2\/admin\/promotions/dollar_off/coupons",
|
|
"@type": "hydra:Collection",
|
|
"hydra:member": [
|
|
{
|
|
"@id": "\/api\/v2\/admin\/promotion-coupons\/XYZ1",
|
|
"@type": "PromotionCoupon",
|
|
"perCustomerUsageLimit": 1,
|
|
"reusableFromCancelledOrders": true,
|
|
"code": "XYZ1",
|
|
"usageLimit": 2,
|
|
"used": 1,
|
|
"promotion": "\/api\/v2\/admin\/promotions\/dollar_off",
|
|
"expiresAt": null,
|
|
"createdAt": "@date@",
|
|
"updatedAt": "@date@"
|
|
},
|
|
{
|
|
"@id": "\/api\/v2\/admin\/promotion-coupons\/XYZ2",
|
|
"@type": "PromotionCoupon",
|
|
"perCustomerUsageLimit": null,
|
|
"reusableFromCancelledOrders": false,
|
|
"code": "XYZ2",
|
|
"usageLimit": null,
|
|
"used": 0,
|
|
"promotion": "\/api\/v2\/admin\/promotions\/dollar_off",
|
|
"expiresAt": "@date@",
|
|
"createdAt": "@date@",
|
|
"updatedAt": "@date@"
|
|
}
|
|
],
|
|
"hydra:totalItems": 2
|
|
}
|