Expenses > Expensable > Bulk set to paids

Subscription_type: expenses/expensable/bulk_set_to_paid

Payload

Callback payload

string
required

Unique identifier for the expensable

string
enum
required

Type of the expensable. Can be either "expense" or "mileage" or "perdiem"

Allowed:
string
required

The ID of the company that owns the expensable

string
required

The ID of the employee that owns the expensable

string

The ID of the expense report (group of expensables submitted together) this expensable was submitted in, if any

string
string
required

The date and time when the expensable was created

integer

The optional amount in cents

string
required

The currency code in ISO 4217 format

string
enum
required

The lifecycle status of the expensable in the review/payment flow

string

The optional description of the expensable

string

The optional ID of the employee that reported the expensable

string
required

The optional date and time when the status was last updated

string

The optional date and time when the expensable was effective

string

The optional date and time when the expensable was requested for review

string

The optional date and time when the expensable was set as paid

string
required

The date and time when the expensable was last updated

integer

The optional reimbursable amount in cents

string

The optional reimbursable currency code in ISO 4217 format

string
enum

The optional reimbursement method

Allowed:
string

The optional internal reference of the expensable

string

The ID of the receipt-backed expense detail record; set only when type is "expense"

string

The ID of the mileage claim detail record; set only when type is "mileage"

string

The ID of the per-diem allowance detail record; set only when type is "perdiem"

string

The ID of the budget this expensable draws from, when one is linked

string

The ID of the project this expensable is charged to, when one is linked

cost_center_ids
array of strings
required

The IDs of the cost centers the expensable's cost is allocated to

cost_center_ids*
Response
200

Return a 200 status to indicate that the data was received successfully

LoadingLoading…