curl --request GET \
--url https://matcher.sandbox.lerian.net/v1/config/contexts/{contextId}/fee-rules \
--header 'Authorization: Bearer <token>'{
"items": [
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"contextId": "550e8400-e29b-41d4-a716-446655440000",
"feeScheduleId": "550e8400-e29b-41d4-a716-446655440000",
"name": "BB Right-Side Rule",
"side": "RIGHT",
"priority": 0,
"predicates": [
{
"field": "institution",
"operator": "EQUALS",
"value": "Banco do Brasil",
"values": [
"<string>"
]
}
],
"createdAt": "2025-01-15T10:30:00Z",
"updatedAt": "2025-01-15T10:30:00Z"
}
]
}Use this endpoint to retrieve all fee rules for a reconciliation context, ordered by priority.
curl --request GET \
--url https://matcher.sandbox.lerian.net/v1/config/contexts/{contextId}/fee-rules \
--header 'Authorization: Bearer <token>'{
"items": [
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"contextId": "550e8400-e29b-41d4-a716-446655440000",
"feeScheduleId": "550e8400-e29b-41d4-a716-446655440000",
"name": "BB Right-Side Rule",
"side": "RIGHT",
"priority": 0,
"predicates": [
{
"field": "institution",
"operator": "EQUALS",
"value": "Banco do Brasil",
"values": [
"<string>"
]
}
],
"createdAt": "2025-01-15T10:30:00Z",
"updatedAt": "2025-01-15T10:30:00Z"
}
]
}Bearer token authentication (format: "Bearer {token}")
A unique identifier for tracing the request across services.
The unique identifier of the reconciliation context.
List of fee rules for the context
List of fee rules for a reconciliation context
Show child attributes
Esta página foi útil?