Apply Warranty Date API

Apply Warranty Date API

Description

Apply a warranty date to a bailment account

Security

Available for distributor users

API Version

Argos API V2

URL

POST http://{{serverLocation}}/api/v{api-version}/warranty/ApplyWarrantyDate

Parameters        

Model

FieldTypeDescription
assetIdentifierStringThe asset identifier (VIN, Engine No, Registration)
warrantyDate
DateTime
Warranty Date to apply to relevant Bailment Account (can be null or empty)

Example

Notes

{                                                                                                                                          
"assetIdentifier": "string"
"warrantyDate": "2025-11-23T01:15:33.632Z"
}

Response

Model

FieldTypeDescription
successBooleanTrue, if the warranty date was successfully applied, false otherwise.
errorMessageString (optional)Details the error if success is false, null otherwise
documentNumberString (optional)The new trust receipt number created for this invoice, null if unsuccessful

Example

Notes

{                                                                                                                                         
  "success": true,
  "errorMessage": "string",
  "documentNumber": "string"

Error Codes

HTTP Status CodeType
400Bad Request (error will be detailed in response)
403Forbidden (invalid Authorisation)
404Unique account not found
503Service Unavailable (due to maintenance)



    • Related Articles

    • Bailment Account Details

      Purpose Allows the display an change of standard information and rules to allow a Bailment Account to operate correctly Access View | Bailment Dealer | Bailment Dealer Details | Accounts tab | Account Search tab | View | Bailment Accounts | Dialog ...
    • Bailment Warranty Registrations

      Warranty Registrations Warranty Registrations may be added to a bailment account manually or automatically updated through the API process. Warranty Rules When a warranty date is updated the free floor plan end date will be automatically changed to ...
    • Argos API/EDI Import Tool

      This document outlines how to use the Argos API Import tool to import new Bailment Accounts from an external file through the Argos API Server. Also how raise Credit Returns and Price Adjustments. Prerequisites API Server The API Import tool requires ...
    • Installing Argos Internal API

      The Argos Internal API is used to power the Vault and Bailment applications. Note, this is available from Argos v6.0 onwards Installation Types The installer can be used to install a production instance of the Argos Internal API. Instructions to ...
    • Create External Audit API

      Description For the requested External audit, uploads the audit results matching the External System Audit Id. Security Logged in user has API > Audit> Create External Audit permissions API Version Argos API V6 URL POST ...