BillPro API Documentation
    • BankAccount
      • List
        GET
    • DocumentBlock
      • List
        GET
    • Document
      • List
        GET
    • Schemas
      • BankAccount
      • DocumentBlock
      • Document

    Document

    {
        "id": 0,
        "created_at": "string",
        "updated_at": "string",
        "fulfillment": "string",
        "deadline": "string",
        "taxpayer_id": 0,
        "block_id": 0,
        "bank_id": 0,
        "serial_id": "string",
        "serial_number": 0,
        "document_type": "string",
        "items": [
            {
                "item_name": "string",
                "item_quantity": "string",
                "item_unit": "string",
                "item_net_price": "string",
                "item_taxrate": "string"
            }
        ],
        "partner": {
            "name": "string",
            "partner_type": "string",
            "country": "string",
            "tax_id": null,
            "zip": "string",
            "city": "string",
            "address": "string",
            "email": null
        },
        "nav_data": null,
        "notes": null,
        "extra_data": {
            "payment_method": "string",
            "sendmail": true,
            "tax_total_HUF": 0
        },
        "currency": "string",
        "nav_transactionId": null,
        "net_total_HUF": "string"
    }
    Built with