Docs

Create Invoice

Creates an invoice in CoachAccountable.

POST

Query

Field selectionChoose which fields should be included in the response. Learn more
string

Comma-separated response fields to include.

Body

Arguments
number

The ID of the Client for whom this invoice is (if not for a Company).

number

The ID of the Company for whom this invoice is (if not for a Client).

daterequired
date

If omitted, the due date will be calculated based on the dateOf and your setting of how many days out invoices are due by default.

string

If not supplied, a logical next invoice number will be assigned. Letters are allowed, e.g. "A1002".

number

A percentage-based rate of tax to be applied, e.g. 7.5 means apply a 7.5% tax.

string

What to do if an Invoice with the supplied number already exists.

string

The ISO 4217 3-letter code of the currency. If not supplied, or not among the chosen accepted currencies, the chosen primary currency will be assumed.

string

A newline-separated list of items. An item is comprised of the item label followed by a double colon followed by the price. For example: "One month of coaching::400"

boolean

If set to "true", will try to collect full payment for the invoice immediately (using a client's card on file). To determine if the charge was successful, use Invoice.get.

Every app you connect,one REST pattern

Call any app with one REST pattern. MindCloud handles each provider's auth, request shape, and responses for you.

Learn what the Universal API is
One REST patternUse the same request structure across apps like Slack, HubSpot, Salesforce, and thousands more.
Managed connectionsSend a MindCloud connection ID instead of handling provider tokens, refresh logic, and credential storage yourself.
Action-level docsEach action page shows the exact endpoint, required arguments, optional controls, and response behavior for that app version.