Freshbooks

Links

    Freshbooks API

    Getting access, Developing, Testing

    Back to Freshbooks

    Create Expense with Receipt

    In order to create an expense with a receipt, you will first need to upload your image via the uploader endpoint. Once you receive a response, you can apply that jwt token to your expense under the nested attachment object. Look at the example on the right.

    Input

    type: object properties: parameters: type: object properties: Content-Type: type: string include%5B%5D: type: string accountId: type: string required: - accountId title: Parameters

    Output

    type: object