Skip to main content
POST
/
api
/
v1
/
facturacion-2
/
check-and-resume
Check for and resume any interrupted executions for a period
curl --request POST \
  --url https://api.raul.ugps.io/api/v1/facturacion-2/check-and-resume \
  --header 'Content-Type: application/json' \
  --data '
{
  "periodo": "2026-01"
}
'

Body

application/json
periodo
string
required

Period in YYYY-MM format

Example:

"2026-01"

Response

200 - application/json

Check completed