index

getInvoicees JSON


Instructions

Post JSON data here to get information about the invoicees in an account.

See here for information about using the JSON API.

Example Data

Get all invoicees

{
    "authentication": {
        "apiKey": "ApiKeyAsSetInAccountSettings"
    }
}

Get a specific invoicee by id

{
    "authentication": {
        "apiKey": "ApiKeyAsSetInAccountSettings"
    },
    "invoiceeId": "1234"
}