Get Active Account Assets for a Bailment Dealer
Description
Get a list of all active account assets for a bailment dealer in the system with Future balance not equals to $0.00
Security
Logged in user has bailment dealer account asset API permissions
API Version
Argos API V1
URL
GET http://{{serverLocation}}/api/bailmentDealerAccountAssets
Parameters
- bailmentDealerCode: [Required] the bailment dealer code
Response
Field | Type | Description |
| BailmentDealer | Array[BailmentDealerAccountAssetOverviewDto] | The list of results if successful, null otherwise |
BailmentDealerAccountAssetOverviewDto
| Field | Type | Description |
| bailmentAccountCode | String | The bailment account code |
| vinhin | String | The asset VIN/HIN |
| assetCondition | String | The asset condition |
| make | String | The asset make |
model
| String | The asset model |
yearOfManufacture | int? | The asset year of manufacture |
colour | String | The asset colour |
engineNumber
| String | The asset engine number |
invoiceNumber
| String | The distributor invoice number |
bailedDate | DateTime | The account open (bailed) date |
bailmentAmountGstInclusive
| decimal | The bailment amount GST inclusive |
bailmentAmountGstExclusive
| decimal | The bailment amount GST exclusive |
Example
[
{
"bailmentAccountCode": "string",
"vinhin": "string",
"assetCondition": "string",
"make": "string",
"model": "string",
"yearOfManufacture": 0,
"colour": "string",
"engineNumber": "string",
"invoiceNumber": "string",
"bailedDate": "2026-02-19T02:17:06.705Z",
"bailmentAmountGstInclusive": 0,
"bailmentAmountGstExclusive": 0
}
]
Error Codes
HTTP Status Code | Type |
200 | OK (Success) |
204 | No Content (no records match the search) |
401 | Unauthorised (not Authenticated) |
403 | Forbidden (invalid Authorisation) |
503 | Service Unavailable (due to maintenance)
|
Related Articles
Get All Active Bailment Dealers
Description Get a list of all active bailment dealers in the system Security Logged in user has bailment dealer API permissions API Version Argos API V1 URL GET http://{{serverLocation}}/api/v{api-version}/bailmentDealers Response Field Type ...
Get Account Details API
Description Retrieve the system specific details for an account Security Logged in user has account API permissions URL GET http://exampleserver.com/api/{system}/{accountId}?calculationDate=date Parameters system: [Required, part of URL] One of (case ...
Get Account Type API
Description Get details for a specific account type Security Get details for a specific account type URL GET http://exampleserver.com/api/ accountTypes/{ accountTypeId} Parameters accountTypeId: [Required, part of URL] accountType to retrieve ...
Argos Vault Release Notes V5.151
Release Completion Date: ? Important Notes Please disregard modules listed in these release notes that are not relevant to your usage. For additional details on any change, refer to the [Help] button within the relevant dialog—unless otherwise ...
Get Account Transactions API
Description Retrieve the transactions for an account Security Logged in user has account API permissions URL GET ...