Freshbooks API
Getting access, Developing, Testing
Back to FreshbooksAdd Payment to Bill
Input
type: object
properties:
parameters:
type: object
properties:
accountId:
type: string
required:
- accountId
title: Parameters
data:
type: object
example:
bill_payment:
billid: '7'
amount:
amount: '375'
code: USD
payment_type: Check
paid_date: '2020-10-09T00:00:00.000Z'
note: ''
bill: null
title: Data
Output
type: object