Get Stock Audit Report Data API
Description
Get stock audit checklist report data columns required by external audit systems
Security
Logged in user has stock audit API permissions
API Version
Argos API V6
URL
GET http://{{serverLocation}}/api/v{api-version}/stockAuditCheckListReport
Response
Field | Type | Description |
| StockAuditCheckListReport | Array[StockAuditReportOverviewDto] | The list of results if successful, null otherwise |
StockAuditReportOverviewDto
| Field | Type | Description |
| baimentDealerOpenDate | DateTime | The bailment dealer open date |
| bailmentDealerCode | String | The bailment dealer code |
bailmentAccountToAuditAssetMakeDescription | String | The bailment account to audit asset make description |
bailmentAccountToAuditAssetVINHIN | String | The bailment account to audit asset vinhin |
bailmentAccountToAuditAssetCondition | String | The bailment account to audit asset condition |
bailmentAccountToAuditAssetModel | String | The bailment account to audit asset model |
| bailmentAccountToAuditCode | String | The bailment account to audit code |
Example
{
"bailmentDealerOpenDate":
"2024-09-02T02:57:56.347Z",
"bailmentDealerCode": "string",
"bailmentAccountToAuditAssetMakeDescription":
"string",
"bailmentAccountToAuditAssetVINHIN": "string",
"bailmentAccountToAuditAssetCondition": "string",
"bailmentAccountToAuditAssetModel": "string",
"bailmentAccountToAuditCode": "string"
}
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 Stock Auditors API
Description Get a list of all stock auditors in the system Security Logged in user has stock auditor API permissions API Version Argos API V6 URL GET http://{{serverLocation}}/api/v{api-version}/stockAuditors Parameters stockAuditorCode: [string, ...
External Stock Audit API Setup
Purpose To allow users to send files directly from within Argos Bailment via an API Connection Access Bailment | Setup | External Stock Audit API Setup Dialog Details This dialog must be competed before any API Transfers can take place You may ...
Argos Vault Release Notes V5.141
Release Completion Date: 17 May 2022 Please disregard the release notes for the modules you do not use. Unless otherwise indicated, more detail about any change will be included in the relevant dialog [Help] button. Other documents referred to in the ...
Request External Audit API
Description Creates a new audit request for a Bailment dealer with External System Audit Id. Security Logged in user has API > Audit> Create External Audit permissions API Version Argos API V6 URL POST ...
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 ...