Update expense (fields format of expense record)

Do you want to update an expense using the fields endpoint structure, use this endpoint.

Path Params
string
required
^[0-9a-fA-F]{32}$

The id of the expense to retrieve

Query Params
string
required

Info about the structure passed in the body of request

boolean

When true, saves the report even if non-blocking validation warnings exist; validation errors still abort. Defaults to false.

string
^[0-9a-fA-F]{32}$

The id of the organization

string
enum

The expense type of the expense

Allowed:
Body Params

Fields format of expense record

fields
array of objects

Field-builder array describing the editable properties of the resource. Each entry pairs a property name with a value and any errors.

fields
validationErrors
array of objects

the list of errors occurred during the saving or sending the expense instance (record or report)

validationErrors
Responses

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json