Bill Payments
Tag bill payments
Tag multiple bill payments with a custom tag. Payments can be tagged in bulk or individually with this endpoint.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Content-Type must be set to application/json
Path Parameters
The UUID of the business to tag bill payments for
Body
application/json
Response
200
application/json
Contains a collection of tags as defined by the ApiTag schema. This structure is used to encapsulate multiple tags in API responses or requests.