travel reimbursement documentation updated

This commit is contained in:
Marco Mooij | DigiState
2026-07-09 10:33:45 +02:00
parent 3bfccab663
commit 295b86a3c3
7 changed files with 73 additions and 27 deletions

View File

@@ -16,8 +16,6 @@ This PUT call configures the global Sentri settings for the Travel reimbursement
| office_travelreimburse_cents_homework_excl | int | yes | The cents per km for home/work travel with taxes excluded. |
| office_travelreimburse_cents_business_incl | int | yes | The cents per km for business travel with taxes included. |
| office_travelreimburse_cents_business_excl | int | yes | The cents per km for business travel with taxes excluded. |
| office_travelreimburse_howework_company_uuid | uuid | yes, if customers module enabled | *Only when the Customers modules is enabled* The company uuid that the travel is linked to. Set the home/work travel company in system settings |
| office_travelreimburse_howework_company_name | string | yes, if customers module disabled | *Only when the Customers module is disabled* The that the travel is linked to. Set the home/work travel company in system settings |
### Example Body (json)
```json
@@ -26,8 +24,7 @@ This PUT call configures the global Sentri settings for the Travel reimbursement
"office_travelreimburse_cents_homework_incl": 23,
"office_travelreimburse_cents_homework_excl": 23,
"office_travelreimburse_cents_business_incl": 23,
"office_travelreimburse_cents_business_excl": 23,
office_travelreimburse_howework_company_uuid: "0f6a9c83-809b-4d54-8b16-a8197ac64ab4"
"office_travelreimburse_cents_business_excl": 23
}
```