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 | Description |
| BailmentDealer | Array[BailmentDealersOverviewDto] | The list of results if successful, null otherwise |
BailmentDealersOverviewDto
| Field | Type | Description |
| bailmentDealerCode | String | The bailment dealer code |
| bailmentDealerDescription | String | The bailment dealer description
|
| bailmentDealerAddress | String | The bailment dealer address |
| bailmentDealerPhoneNumber | String | The bailment dealer phone number |
bailmentDealerContactName | String | The bailment dealer contact name |
bailmentDealerContactPosition | String | The bailment dealer contact position |
bailmentDealerEmail | String | The bailment dealer email |
Example
[
{
"bailmentDealerCode": "string",
"bailmentDealerDescription": "string",
"bailmentDealerAddress": "string",
"bailmentDealerPhoneNumber": "string",
"bailmentDealerContactName": "string",
"bailmentDealerContactTitle": "string",
"bailmentDealerEmail": "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 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 ...
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 ...
Bailment Dealer Details - Stock Audit Management Tab
Purpose Allow the establishment of rules for the reporting of future Stock Audits due for Bailment Dealers Record the results of Stock Audits undertaken Access Bailment Dealer | Stock Audit Management Tab Dialog Details Audit Management Field ...
Bailment Stock Audit Details
Purpose Allows entry of the results of a Stock Audit for a Bailment Dealer Access Bailment Dealer | Stock Audit Management Tab Dialog Details Manual Audit Details Specific Fields Field Explanation Audit Date Defaults to today’s date Delete and enter ...