docs/CouponApi.md in ultracart_api-3.6.7 vs docs/CouponApi.md in ultracart_api-3.6.8
- old
+ new
@@ -506,10 +506,11 @@
start_date_end: 'start_date_end_example', # String | Start date end
expiration_date_begin: 'expiration_date_begin_example', # String | Expiration date begin
expiration_date_end: 'expiration_date_end_example', # String | Expiration date end
affiliate_oid: 56, # Integer | Affiliate oid
exclude_expired: true, # BOOLEAN | Exclude expired
+ merchant_code_or_description: 'merchant_code_or_description_example', # String | Merchant code or description
_limit: 100, # Integer | The maximum number of records to return on this one API call. (Max 200)
_offset: 0, # Integer | Pagination of the record set. Offset is a zero based index.
_sort: '_sort_example', # String | The sort order of the coupons. See Sorting documentation for examples of using multiple values and sorting by ascending and descending.
_expand: '_expand_example' # String | The object expansion to perform on the result. See documentation for examples
}
@@ -534,9 +535,10 @@
**start_date_end** | **String**| Start date end | [optional]
**expiration_date_begin** | **String**| Expiration date begin | [optional]
**expiration_date_end** | **String**| Expiration date end | [optional]
**affiliate_oid** | **Integer**| Affiliate oid | [optional]
**exclude_expired** | **BOOLEAN**| Exclude expired | [optional]
+ **merchant_code_or_description** | **String**| Merchant code or description | [optional]
**_limit** | **Integer**| The maximum number of records to return on this one API call. (Max 200) | [optional] [default to 100]
**_offset** | **Integer**| Pagination of the record set. Offset is a zero based index. | [optional] [default to 0]
**_sort** | **String**| The sort order of the coupons. See Sorting documentation for examples of using multiple values and sorting by ascending and descending. | [optional]
**_expand** | **String**| The object expansion to perform on the result. See documentation for examples | [optional]