Skip to main content

Resume

This service returns the latest open accountable period. It should be given the "Cost Center" value (aka "Area Transaccional")

API Example

Request

curl --request POST \
--url https://www.sigfe.gob.cl/cxf/public/chileCompra/buscarPeriodo \
--header 'Authorization: Basic aW50ZXJNUFNJR0ZFOnNaMDBNNE5C' \
--header 'content-type: application/json' \
--data '{
"areaTrx": "1646008"
}'

**Response: **

{
"areaTrx": "1646008",
"periodo": 10,
"ejercicio": 2023
}