Skip to content

BillptGetSeries

Gets the document series configured in Bill.pt. Useful for obtaining the series_id needed when creating tax documents.

FieldTypeRequiredDescription
credentials_idcredentialsYesBill.pt credential
typeselectNoFilter by type: FT, FR, ORC, NC or all

This module requires a billpt type credential with the following fields:

  • API Token: Bill.pt API access token
{
"success": true,
"series": [
{ "id": 1, "name": "Serie A", "type": "FT" },
{ "id": 2, "name": "Serie B", "type": "ORC" }
],
"total": 2
}

GET /document-series - https://api.bill.pt

{}
{
"type": "FT"
}
  • Series are configured in the Bill.pt dashboard
  • Each series has an associated type (FT, FR, ORC, NC)
  • The obtained series_id is used when creating documents with BillptCreateDocument