Retrieve Credit Card HoldersAsk AIget https://api.accountabilityone.com/v1/CreditCardHoldersQuery ParamsIdsarray of int32sIdsADD int32SearchStringstringAllow searching for holders of which name contains the string.CreditCardTypeenumSelect only holders for this credit card type.AMEXVisaMasterCardAllowed:AMEXVisaMasterCardCardNumberstringSelect only holders that match this card number.SupplierIdsarray of int32sSelect only holders that belong to these suppliers.SupplierIdsADD int32EmployeeIdsarray of int32sSelect only holders that belong to these employees.EmployeeIdsADD int32ActivebooleanSelect only holders that match the active condition.truefalseLimitint32The result set size for pagination. Default to 100 if omitted; capped at a maximum of 200.Offsetint32The number of records to skip. Use this in combination with limit for pagination.Responses 200OK 400Bad Request 401Unauthorized 403ForbiddenUpdated 3 days ago