Voiding Transactions
Void a Single RCC Transaction (by ID)
Section titled “Void a Single RCC Transaction (by ID)”To void a single RCC transaction by its itemId, you can use the following endpoint:
PUT /api/v3/RccTransactions/companycode/{companyCode}/{itemId}/voidVoid Several RCC Transactions Using Reference Numbers
Section titled “Void Several RCC Transactions Using Reference Numbers”To void multiple RCC transactions using their reference numbers, you can use the following endpoint:
PUT /api/v3/RccTransactions/companycode/{companyCode}/void/referencenumbersRequest Body
Section titled “Request Body”{ "referenceNumbers": [ "string" ]}Void Several RCC Transactions (by Flex Item ID)
Section titled “Void Several RCC Transactions (by Flex Item ID)”To void multiple RCC transactions by their Flex Item IDs, you can use the following endpoint:
PUT /api/v3/RccTransactions/companycode/{companyCode}/void/rccitemidsRequest Body
Section titled “Request Body”{ "rccItemIds": [ 0 ]}