AMCS Group ValidateVehicle API
The ValidateVehicle API from AMCS Group — 1 operation(s) for validatevehicle.
The ValidateVehicle API from AMCS Group — 1 operation(s) for validatevehicle.
Every API here is available over the APIs.io API and to AI agents over MCP.
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
find_apisBrowse and filter every API in the catalog.get_api_artifactsOne API's artifacts, grouped by type.get_openapiThe primary OpenAPI for this API.find_similar_apisAPIs that look like this one.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.curl "https://apis.io/api/v1/apis/amcs-group-validatevehicle-api"
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.
openapi: 3.2.0
info:
title: Core AccessGroup Validate Vehicle API
version: core
servers:
- url: https://rstapi-sbx-svc-core.amcsplatform.com/erp/api/integrator/erp
description: Base URL declared by the provider in apis.yml (roadmap#122).
tags:
- name: ValidateVehicle
paths:
/integrator/validateVehicles:
get:
tags:
- ValidateVehicle
summary: Find with GUID
description: "| Property\t\t\t\t\t\t\t\t\t\t\t\t| Description |\n|-------------------------------------------------------|-----------------------------------------------------------------------------------|\n| SubscriberGUID\t\t\t\t\t\t\t\t\t\t| The subscriber GUID Filterable.\t\t\t\t\t\t\t\t\t\t\t\t\t|\n| Registration\t\t\t\t\t\t\t\t\t\t\t| The vehicle registration optional if Vehicle RFID has value. Filterable.\t\t\t|\n| RFID\t\t\t\t\t\t\t\t\t\t\t\t\t| The vehicle RFID optional if Vehicle registration has value. Filterable.\t\t\t|\n| IsDriverRequired\t\t\t\t\t\t\t\t\t\t| IF DriverNameRegex from SysConfig has value set to true else false.\t\t\t\t|\n| DriverNameRegex\t\t\t\t\t\t\t\t\t\t| IF DriverNameRegex from SysConfig.\t\t\t\t\t\t\t\t\t\t\t\t|\n| Vehicles[]\t\t\t\t\t\t\t\t\t\t\t| The vehicle associated with the subscriber.\t\t\t\t\t\t\t\t\t\t|\n| Vehicles[].VehicleGUID\t\t\t\t\t\t\t\t| The vehicle GUID.\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n| Vehicles[].Registration\t\t\t\t\t\t\t\t| The vehicle registration.\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n| Vehicles[].VehicleType\t\t\t\t\t\t\t\t| The vehicle vehicleType description .\t\t\t\t\t\t\t\t\t\t\t\t|\n| Vehicles[].VehicleTypeGUID\t\t\t\t\t\t\t| The vehicle vehicleType GUID.\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n| Vehicles[].TransportSupplierSiteGUID\t\t\t\t\t| The vehicle transportSupplierSiteGUID.\t\t\t\t\t\t\t\t\t\t\t|\n| Vehicles[].MaxWeight\t\t\t\t\t\t\t\t\t| The vehicle maxWeight.\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n| Vehicles[].LiveTare\t\t\t\t\t\t\t\t\t| The vehicle liveTare.\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n| Vehicles[].LastDriver\t\t\t\t\t\t\t\t\t| The vehicle lastDriver.\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n| Vehicles[].IsExternalVehicle \t\t\t\t\t\t\t| The vehicle isExternalVehicle.\t\t\t\t\t\t\t\t\t\t\t\t\t|\n| Vehicles[].IsValid\t\t\t\t\t\t\t\t\t| The vehicle isValid.\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n| Vehicles[].Carriers[]\t\t\t\t\t\t\t\t\t| The vehicle supplier site.\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n| Vehicles[].SubscriberOutlet[]\t\t\t\t\t\t\t| The vehicle company outlet.\t\t\t\t\t\t\t\t\t\t\t\t\t\t|"
operationId: ValidateVehicle_GetCollection
consumes:
- application/json
produces:
- application/json
parameters:
- name: filter
in: query
required: false
type: string
- name: search
in: query
required: false
type: string
- name: order
in: query
required: false
type: string
- name: max
in: query
required: false
type: integer
format: int32
- name: page
in: query
required: false
type: integer
format: int32
- name: includeCount
in: query
required: false
type: boolean
- name: includeDeleted
in: query
required: false
type: boolean
- name: links
in: query
required: false
type: string
- name: udf
in: query
required: false
type: string
responses:
'200':
description: OK
schema:
$ref: '#/definitions/ApiResourceResultCollection[ApiValidateVehicleResource]'
definitions:
ApiResourceStatus:
type: object
properties:
id:
format: int32
type: integer
isSuccess:
type: boolean
ApiVehicleResource:
type: object
properties:
VehicleGUID:
format: uuid
type: string
example: 00000000-0000-0000-0000-000000000000
Registration:
type: string
VehicleType:
type: string
VehicleTypeGUID:
format: uuid
type: string
example: 00000000-0000-0000-0000-000000000000
TransportSupplierSiteGUID:
format: uuid
type: string
example: 00000000-0000-0000-0000-000000000000
MaxWeight:
format: double
type: number
LiveTare:
format: double
type: number
LastDriver:
type: string
IsExternalVehicle:
type: boolean
IsValid:
type: boolean
SubscriberOutlet:
type: array
items:
$ref: '#/definitions/ApiVehicleSubscriberOutletResource'
Carriers:
type: array
items:
$ref: '#/definitions/ApiVehicleCarrierResource'
ApiValidateVehicleResource:
type: object
properties:
SubscriberGUID:
format: uuid
type: string
example: 00000000-0000-0000-0000-000000000000
Registration:
type: string
RFID:
type: string
IsDriverRequired:
type: boolean
DriverNameRegex:
type: string
Vehicles:
type: array
items:
$ref: '#/definitions/ApiVehicleResource'
GUID:
format: uuid
type: string
example: 00000000-0000-0000-0000-000000000000
ApiResourceResultCollectionExtra:
type: object
properties:
count:
format: int32
type: integer
ApiResourceErrors:
type: object
properties:
errors:
type: string
ApiResourceResultCollection[ApiValidateVehicleResource]:
type: object
properties:
resource:
type: array
items:
$ref: '#/definitions/ApiValidateVehicleResource'
extra:
$ref: '#/definitions/ApiResourceResultCollectionExtra'
errors:
$ref: '#/definitions/ApiResourceErrors'
status:
$ref: '#/definitions/ApiResourceStatus'
ApiVehicleCarrierResource:
type: object
properties:
SupplierSiteGUID:
format: uuid
type: string
example: 00000000-0000-0000-0000-000000000000
SupplierSite:
type: string
WasteCarrierLicense:
type: string
ApiVehicleSubscriberOutletResource:
type: object
properties:
OutletGUID:
format: uuid
type: string
example: 00000000-0000-0000-0000-000000000000
AbbreviatedDescription:
type: string
IsStoreTareAllowed:
type: boolean