Skip to content

Commit

Permalink
Merge branch 'jk/qualifications' into pz/stackable-validation
Browse files Browse the repository at this point in the history
  • Loading branch information
p-zielinski committed Nov 2, 2023
2 parents 18f4ca5 + c963e22 commit 5b4e95a
Show file tree
Hide file tree
Showing 6 changed files with 986 additions and 301 deletions.
38 changes: 38 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,44 @@

**REMOVED ALL DUMMY ENDPOINTS AS WE DON'T USE THEM ANYMORE!!!**

## 20231102 - Qualifications

**Added schemas**
- Discount
- Gift
- RedeemableGift
- QualificationsFieldConditions
- QualificationsFiltersCondition
- QualificationsRedeemableSingleResponse
- ValidationRulesAssignments
- BusValRuleAssignment
- RedeemableSingleResultResponse
- RedeemableLoyaltyCard
- Error

**Removed schemas**
- 16_filter_conditions_string_qualification
- 23_obj_filter_category_id
- 23_obj_filter_campaign_id
- 23_obj_filter_resource_type
- 23_obj_filter_voucher_type
- qualificationJunction

**Changed schemas**
- 16_filter_conditions_string_qualification to QualificationsCheckEligibilityResponseBody
- 23_obj_qualification_object_stacking_rules to QualificationsStackingRulesResponse
- 23_req_create_qualification to QualificationsCheckEligibilityRequestBody
- 23_obj_qualification_redeemables to QualificationsRedeemablesResponse


## 20231031 Integration blueprint – 2 new articles

Added the following articles to the Integration Blueprint section:
- Integration overview
- Modeling Voucherify integration
- Campaign limits
-

## 20231030 - Order Model

**Removed schemas**
Expand Down
5 changes: 3 additions & 2 deletions docs/reference-docs/CATEGORIES-API-Category-Object.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,16 @@ hidden: false
order: 1
---

## Category Object
## Category
| Attributes | Description |
|:-----|:--------|
| id</br>`string` | <p>Unique category ID assigned by Voucherify.</p> |
| name</br>`string` | <p>Category name.</p> |
| hierarchy</br>`integer` | <p>Category hierarchy.</p> |
| object</br>`string` | <p>The type of object represented by the JSON. This object stores information about the category.</p> Available values: `category` |
| created_at</br>`string` | <p>Timestamp representing the date and time when the category was created in ISO 8601 format.</p> **Example:** <p>2022-07-14T10:45:13.156Z</p> |
| updated_at</br>`string` | <p>Timestamp representing the date and time when the category was updated in ISO 8601 format.</p> **Example:** <p>2022-08-16T10:52:08.094Z</p> |
| object</br>`string` | <p>The type of object represented by the JSON. This object stores information about the category.</p> |
| stacking_rules_type</br>`string` | <p>The type of category stacking rules</p> Available values: `JOINT`, `EXCLUSIVE` |

[block:html]
{
Expand Down
Loading

0 comments on commit 5b4e95a

Please sign in to comment.