Freshbooks

Links

    Freshbooks API

    Getting access, Developing, Testing

    Back to Freshbooks

    Create Prepayment Credit

    Input

    type: object properties: parameters: type: object properties: Authorization: type: string accountid: type: string required: - accountid title: Parameters data: type: object example: |- { "credit_note": { "credit_number": "0000070", "currency_code": "CAD", "create_date": "2020-07-31", "notes": "Thank you for paying ahead of time", "credit_type": "prepayment", "terms": "Will be applied to future invoice", "lines": [ { "name": "Credit", "description": "PrePayment for work", "taxName1": null, "taxAmount1": null, "taxName2": null, "taxAmount2": null, "compounded_tax": false, "qty": 1, "unit_cost": { "amount": "200", "code": "CAD" }, "credit_note": null } ], "clientid": {{clientId}} } } title: Data