Import Barueri NFS-e
POST/v1/nfes/import-barueri
Imports a Barueri NFS-e into the database. Accepts a raw XML (returned by POST /nfes/fetch-barueri) or the codigo_autenticidade + cnpj_tomador to re-fetch before importing. Creates the taker BillingAccount when it does not yet exist.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
- 429
- 500
Import result with created/updated flags and the persisted NF-e.
Request body failed validation.
Missing or invalid bearer token.
Token is valid but lacks permission for this operation.
Resource not found in the current organization.
Request body failed validation.
Rate limit exceeded.
Unexpected server error.