Imprest Fund

Get an imprest fund

Returns a single imprest fund including its assigned user and its creator.

Accessible to company admins, holders of the erp_imprest_funds_manage permission, and the fund's own assignee.

get/v1/erp/payouts/imprest_funds/{id}

Parameters

#/paths/~1v1~1erp~1payouts~1rules/get/parameters/0 — unresolved $ref
#/paths/~1v1~1erp~1payouts~1rules~1%7Bid%7D/get/parameters/1 — unresolved $ref

Response

The imprest fund.

idstring uuid required
company_idstring uuid required
user_idstring

The user the fund is assigned to (the assignee).

creator_idstring

The user that created the fund.

numberinteger

Sequential number of the fund within the company.

paid_amount_centsinteger nullable
reported_amount_centsinteger nullable
currencystring
descriptionstring nullable
statusstring nullable
start_datestring date nullable
end_datestring date nullable
created_atstring date-time
updated_atstring date-time
custom_column_valuesobject[]

Custom column values. Included in the index response (via method).

Changes

No recorded changes to this endpoint across all 1 revision of this API.