Create Product Transaction Endpoint
This API endpoint allows you to create a product transaction within the supply chain system. By sending a POST request to the specified endpoint, you can initiate a product transaction, including transaction payments and submission details.
Authorizations
Body
The amount of the transaction.
The destination of the transaction.
The product associated with the transaction.
The source of the transaction.
The card used in the transaction.
Details of the card used in the transaction.
Date and time when the transaction was created.
Identifier of the user who created the transaction.
The currency used in the transaction.
1
Details of the currency used in the transaction.
The date of the transaction.
Unique identifier for the transaction.
The invoice number associated with the transaction.
100
The method used in the transaction.
CARD
, INVOICE
, NONE
The number associated with the transaction.
10
Array of parent transactions associated with the product transaction.
The quality correction value in the transaction.
The quantity associated with the transaction.
Array of submissions associated with the product transaction.
Array of payment transactions associated with the product transaction.
Identifier of the user who last updated the transaction.
The latitude of verification in the transaction.
The longitude of verification in the transaction.
Response
The amount of the transaction.
The destination of the transaction.
The product associated with the transaction.
The source of the transaction.
The card used in the transaction.
Details of the card used in the transaction.
Date and time when the transaction was created.
Identifier of the user who created the transaction.
The currency used in the transaction.
1
Details of the currency used in the transaction.
The current quantity in the transaction.
The date of the transaction.
Unique identifier for the transaction.
The invoice associated with the transaction.
The invoice number associated with the transaction.
100
The method used in the transaction.
CARD
, INVOICE
, NONE
The number associated with the transaction.
10
Array of parent transactions associated with the product transaction.
The quality correction value in the transaction.
The quantity associated with the transaction.
The quantity from the source in the transaction.
Array of submissions associated with the product transaction.
Array of payment transactions associated with the product transaction.
The type of the transaction.
Date and time when the transaction was last updated.
Identifier of the user who last updated the transaction.
The latitude of verification in the transaction.
The longitude of verification in the transaction.