travel reimbursement documentation updated
This commit is contained in:
@@ -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
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user