Skip to main content
GET
/
catalog
Filtrar catálogos
curl --request GET \
  --url https://sandbox.cucu.bo/api/v1/catalog \
  --header 'Content-Type: <content-type>' \
  --header 'cucukey: <cucukey>' \
  --data '
{
  "posId": 123,
  "branchId": 1,
  "groupId": 1
}
'
{
  "message": "SINCRO ALL",
  "errors": "<unknown>",
  "success": true,
  "data": {
    "Activities": "<array>",
    "Legends": "<array>",
    "ParamCauseAnnulation": "<array>",
    "ParamDocumentSector": "<array>",
    "MessageSiatErrors": "<array>",
    "ParamTypeBedroom": "<array>",
    "ParamUnitMeasure": "<array>",
    "ParamPointOfSale": "<array>",
    "ParamCountry": "<array>",
    "ParamDocumentIdentity": "<array>",
    "ParamTypeCurrency": "<array>",
    "ProductService": "<array>",
    "ParamTypeEmission": "<array>",
    "ParamTypeInvoice": "<array>",
    "ActivitiesDocumentSector": "<array>",
    "ParamEventSignificant": "<array>",
    "ParamMethodPayment": "<array>"
  }
}

Headers

Content-Type
string
default:application/json
required

Debe ser siempre 'application/json'

Example:

"application/json"

cucukey
string
default:Token eyJhbGciOiJIUzUxMiJ9...
required

Token obtenido del login. Formato: 'Token '

Example:

"Token abc123def456"

Body

application/json
posId
integer
required

ID del punto de venta

branchId
integer
default:1

ID de la sucursal (default: 1 si no se especifica)

groupId
enum<integer>

ID del agrupador para filtrar (opcional)

Available options:
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17

Response

200 - application/json

Catálogos obtenidos exitosamente

  • Option 1
  • Option 2
message
string
Example:

"SINCRO ALL"

errors
null
success
boolean
Example:

true

data
object