PearlPOS
  1. Live Endpoints
PearlPOS
  • Inbound
    • postMasterdata
      POST
    • postPOSdata
      POST
  • Outbound
    • POSlog
      POST
  • Live Endpoints
    • getCustomers
      GET
    • getCustomerOrders
      GET
    • verifyDigitalArticle
      GET
    • purchaseDigitalArticle
      POST
    • getRelatedProducts
      GET
    • getSerialNumberVerification
      GET
    • getAvailableValueCodes
      GET
    • getValueCodes
      GET
  1. Live Endpoints

getAvailableValueCodes

Developing
GET
/getAvailableValueCodes
This endpoint shall be implemented by the customer system and called by PearlPOS to search for available value codes for an article.

Request

Query Params

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/getAvailableValueCodes?article&chain'
Response Response Example
[
    {
        "hasAvailableValueCodes": true,
        "description": "string",
        "lastClaimDate": "string"
    }
]
Modified at 2025-12-12 08:59:10
Previous
getSerialNumberVerification
Next
getValueCodes
Built with