Stamp an issued Punch Card
Add a stamp to an issued Punch Card by it’s ID and those of the card itself
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the Punch Card
ID of the issued Punch Card to stamp
Body
Amount of punches to stamp
1
Response
The stamped issued Punch Card
A bought punch card
ID of the bought punch card, always starting with pcb_.
"pcb_abc12345def678"
ID of the punch card which is bought
"pcd_abc12345def678"
ID of the customer who owns this bought punch card
"cst_abc12345def678"
Indicates how many punches are left before the card is fully used
17
Actual status of the bought card. Can be active, expired or fully_used.
"active"
Date and time when the bought card will expire, written in ATOM format. Remains null when the card will not expire at all.
"2028-11-19T21:00:00+02:00"
Date and time when the card was issued to or bought by the customer. Written in ATOM format.
"2025-11-19T21:00:00+02:00"
