post https://stage-api.findity.com/api/v1/expense/expenses
This endpoint uses the standardized fields for creating a new expense.
Responses
This endpoint uses the standardized fields for creating a new expense.
xxxxxxxxxx
14curl --request POST \
--url https://stage-api.findity.com/api/v1/expense/expenses \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"verification": {
"representation": {
"guestListAttached": false,
"includesLiquor": false
}
}
}
'
Try It!
to start a request and see the response here! Or choose an example: