GolfManager Logo V3 API
Version 2025-07-21

Invoice confirmed

Fired when a invoice is confirmed.

Example payload:

{
    "invoice": {
        "company": 1,
        "companyInfo": "Hhhhhhh",
        "companyName": "Hhhhhhh",
        "convertibleInto": 7,
        "convertibleIntoName": "Factura",
        "counter": 4,
        "createUser": 1,
        "created": "2025-07-20T11:30:07+02:00",
        "customer": null,            
        "date": "2025-07-20T00:00:00+02:00",
        "discounts": 0,
        "dueDate": null,
        "guid": "rJbCWHP8qkE3krJdD2cTLgmCLrPCm0B3",
        "id": 4,
        "initialized": true,
        "isCreditNote": false,
        "isInternal": false,
        "isProforma": false,
        "isReceipt": true,
        "isReplace": false,
        "lines": [
            {
                "createUser": 1,
                "created": "2025-07-20T11:30:07+02:00",
                "description": "Padel 90 minutos",
                "discountRate": 0,
                "fkId": null,
                "fkModel": null,
                "id": 4,
                "invoice": 4,
                "price": 30,
                "priceBeforeTaxes": 24.793388,
                "product": 11,
                "sale": 17,
                "supply": false,
                "taxAmount": 5.206612,
                "taxExempt": false,
                "taxRate": 21,
                "taxes": [
                    {
                        "amount": 5.206612,
                        "createUser": 1,
                        "created": "2025-07-20T11:30:07+02:00",
                        "id": 4,
                        "line": 4,
                        "name": "IVA 21%",
                        "rate": 21,
                        "tax": 1
                    }
                ],
                "total": 30,
                "totalBeforeTaxes": 24.793388,
                "units": 1,
                "useDate": "2025-07-20T11:30:04+02:00"
            }
        ],
        "number": "FS/2025/00004",
        "online": false,
        "paymentStatus": 2,
        "pending": 0,
        "publicComments": null,
        "sequenceNumber": 4,
        "skipRecalculate": true,
        "skipValidations": false,
        "status": 1,
        "taxExempt": false,
        "taxTotal": 5.21,
        "taxes": [
            {
                "amount": 5.21,
                "base": 24.79,
                "name": "IVA 21%",
                "rate": 21,
                "tax": 1
            }
        ],
        "total": 30,
        "totalBeforeTaxes": 24.79,
        "type": 9,
        "typeName": "Factura Simplificada"
    }
}