Skip to main content
POST
/
ventas-mostrador
/
cancelar
/
{_id}
Cancelar una venta de mostrador
curl --request POST \
  --url https://rest.yafacture.com/ventas-mostrador/cancelar/{_id} \
  --header 'x-api-key: <api-key>'
{
  "message": "Forbidden resource",
  "error": "Forbidden",
  "statusCode": 403
}

Documentation Index

Fetch the complete documentation index at: https://docs.yafacture.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

X-API-Key authentication header for the development token generated in Yafacture

Path Parameters

_id
string
required

Response