Vending machine

Making a product selection

POST https://api.vendex.app/api/vending_machine/product_selection/

API endpoint to process programmable product selection from vending machine.

Headers

Name
Type
Description

Api-Client-Token

string

Client token obtained from client authentication method.

Api-User-Token

string

User token obtained from user login.

Content-Type

string

Content-type need to be set as application/json

{
    "status": "success",
    "detail": "Product selection successful"
}

Example of POST data (JSON)

{
    "vend_address_name": "15",
    "sale_point_account_number" : "1234567812345678"
}

Last updated

Was this helpful?