Argos API V2
| Field | Type | Description |
| assetIdentifier | String | The asset identifier (VIN, Engine No, Registration) |
| warrantyDate | DateTime | Warranty Date to apply to relevant Bailment Account (can be null or empty) |

| Field | Type | Description |
| success | Boolean | True, if the warranty date was successfully applied, false otherwise. |
| errorMessage | String (optional) | Details the error if success is false, null otherwise |
| documentNumber | String (optional) | The new trust receipt number created for this invoice, null if unsuccessful |

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