Skip to main content
GET
/
polizas-reglas
Obtener lista de reglas asignadas a una poliza
curl --request GET \
  --url https://rest.yafacture.com/polizas-reglas \
  --header 'x-api-key: <api-key>'
[
  {
    "polizaId": "<string>",
    "nombreRegla": "<string>",
    "fechaCreacion": "2023-11-07T05:31:56Z",
    "fechaActualizacion": "2023-11-07T05:31:56Z",
    "status": true
  }
]

Authorizations

x-api-key
string
header
required

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

Query Parameters

polizaId
string
required
page
number
required
limit
number
required

Response

polizaId
string
required

Identificador único de la póliza

nombreRegla
string
required

Nombre de la regla

fechaCreacion
string<date-time>
required

Fecha de creación del registro

fechaActualizacion
string<date-time>
required

Fecha de última actualización del registro

status
boolean
default:true
required

Estado activo/inactivo de la regla