add cluster purchase details
Create cluster purchase details
This endpoint is throttled to 1 request every 200 milliseconds.
Request
Method
URL
POST
{{baseUrl}}/api/service/v1/query/merchant/cluster/purchase/add
Header
Value
Content-Type
application/json
publicKey
{{publicKey}}
b-access-token
{{accessToken}}
Use the accessToken that was given in response to /api/service/v1/query/merchant/login
Request Body
Description
description
Description of the purchase
Mandatory
product_category
Product category
Mandatory
quantity
Quantity
Mandatory
transaction_ref
Transaction reference
Mandatory
Last updated