v1 - September 2024
EVERY REQUEST must include an Authorization header that includes the Veritas provided token string as "Bearer {JWToken}"
The Endpoints listed below are located at
Perform and/or Quote a Cancellation: Creates a quote for cancelling the provided contract.
/contract/cancel/quotePOSTQuoteOnly as boolean (true will be a quote, false will perform the cancellation)CancelDate as stringCancelMile as integerContractNo as stringRetrieve a Contract by Contract Number: Returns the JSON object string of the contract found.
/contract/{ContractNo}GETContractNo as stringRetrieve a Contract by Moxy’s assigned Deal ID: Returns a JSON object string of the contract found.
/contract/deal/{DealID}GETDealID as a number