Skip to main content

Annual Point of Sale (POS) Transactions (Volume)

Retrieve data for annual point of sale (pos) transactions (volume).

GET/3.0/alternate/pos-transactions-annual-volume

Request

Authentication

  • Type: Bearer Token
  • Required: Yes

Parameters

This endpoint does not accept any query parameters.

Response

Success Response (200)

{
"status": "ok",
"data": [
{
"year": "2023",
"value": 100000000
},
{
"year": "2022",
"value": 95000000
}
]
}

Response Fields

FieldTypeDescription
yearstringYear identifier
valuenumericTotal Transactions

Error Responses

For detailed Common Error responses, see the Error Handling.

Examples

GET Annual Point of Sale (POS) Transactions (Volume)

curl -X GET "https://csapis.com/3.0/alternate/pos-transactions-annual-volume" -H "Authorization: Bearer YOUR_API_TOKEN"

Use Cases

  • Data analysis
  • Dashboard / metrics