triPOS supports Auto Rental on the following endpoints: POST api/v1/authorization
, POST api/v1/authorization/{transactionId}/incremental
, POST api/v1/authorization/{transactionId}/completion
,
POST api/v1/sale
, POST api/v1/authorization/force/credit
, POST api/v1/sale/token
, POST api/v1/authorization/token
. AutoRental parameters should only be used in conjunction with the AutoRental
market code.
See the Swagger API documentation for each of the endpoints to view the parameters. All the auto rental fields specified in the API documentation are required. The description for each parameter will specify addiitonal validation details.
For more on the usage of the AutoRental parameters, consult the Express Supplemental Guide.