v1
latestOpenAPI 3.1.02026-08-06236494759.4 KBExpense Review Configuration
Add Expense Review Configuration
Endpoint to add an ExpenseReview configuration.
post/business/v2/expense-review/configuration
Request body
Example request
{
"request_timestamp": 1576850500000,
"start_date": "2017-06-01T12:48:40Z",
"policy_url": "https://www.policy.pdf"
}Response
The returned resource is a single ExpenseReview configuration.
Example response
{
"start_date": "2017-06-01T12:48:40Z",
"policy_url": "https://www.policy.pdf",
"update_timestamp": "2017-06-01T12:48:40Z"
}