API used to supply reference data that is used throughout the Vehicle Asset Finance APIs
Paths
/cities/{region}
OK [Success]
Any HTTP returned code other than 200. Provider application specific error may be found in ResultSet
/accounttypes
OK [Success]
Any HTTP returned code other than 200. Provider application specific error may be found in ResultSet
/regions
OK [Success]
Any HTTP returned code other than 200. Provider application specific error may be found in ResultSet
/statuses
OK [Success]
Any HTTP returned code other than 200. Provider application specific error may be found in ResultSet
/banks
OK [Success]
Any HTTP returned code other than 200. Provider application specific error may be found in ResultSet
/countries
OK [Success]
Any HTTP returned code other than 200. Provider application specific error may be found in ResultSet
/dealers/city/{filter}
OK [Success]
Any HTTP returned code other than 200. Provider application specific error may be found in ResultSet
/dealers/region/{filter}
OK [Success]
Any HTTP returned code other than 200. Provider application specific error may be found in ResultSet
/employmenttypes
OK [Success]
Any HTTP returned code other than 200. Provider application specific error may be found in ResultSet
/ethnicgroups
OK [Success]
Any HTTP returned code other than 200. Provider application specific error may be found in ResultSet
/countries/{filter}/{exclude}
OK [Success]
Any HTTP returned code other than 200. Provider application specific error may be found in ResultSet
/financehouses
OK [Success]
Any HTTP returned code other than 200. Provider application specific error may be found in ResultSet
/industrytypes
OK [Success]
Any HTTP returned code other than 200. Provider application specific error may be found in ResultSet
/instalmentsvariables
OK [Success]
Any HTTP returned code other than 200. Provider application specific error may be found in ResultSet
/vehicles/makes/{year}/{type}
OK [Success]
Any HTTP returned code other than 200. Provider application specific error may be found in ResultSet
/maritalstatuses
OK [Success]
Any HTTP returned code other than 200. Provider application specific error may be found in ResultSet
/vehicles/models/{year}/{type}/{make}
OK [Success]
Any HTTP returned code other than 200. Provider application specific error may be found in ResultSet
/occupationtypes/{filter}
OK [Success]
Any HTTP returned code other than 200. Provider application specific error may be found in ResultSet
/residentialstatuses
OK [Success]
Any HTTP returned code other than 200. Provider application specific error may be found in ResultSet
/suburbs/{filter}
OK [Success]
Any HTTP returned code other than 200. Provider application specific error may be found in ResultSet
/titles
OK [Success]
Any HTTP returned code other than 200. Provider application specific error may be found in ResultSet
/vehicles/types
OK [Success]
Any HTTP returned code other than 200. Provider application specific error may be found in ResultSet
/dealers/name/{filter}
OK [Success]
Any HTTP returned code other than 200. Provider application specific error may be found in ResultSet
Definitions
{
"type": "object",
"properties": {
"errorCode": {
"format": "int64",
"type": "integer"
},
"errorMessage": {
"type": "string"
},
"success": {
"type": "boolean"
}
}
}
{
"type": "array",
"items": {
"$ref": "#/definitions/Result"
}
}
{
"type": "object",
"properties": {
"additional": {
"type": "object",
"additionalProperties": {
"type": "object"
}
},
"code": {
"type": "string"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"order": {
"format": "int32",
"type": "integer"
}
}
}
{
"type": "object",
"properties": {
"code": {
"type": "string"
},
"detail": {
"type": "string"
},
"message": {
"type": "string"
},
"name": {
"type": "string"
}
}
}
{
"type": "object",
"properties": {
"data": {
"$ref": "#/definitions/ArrayOfStringReference"
},
"metaData": {
"$ref": "#/definitions/ResponseMetaData"
}
}
}
{
"type": "object",
"properties": {
"additional": {
"type": "object",
"additionalProperties": {
"type": "object"
}
},
"code": {
"type": "string"
},
"id": {
"format": "int32",
"type": "integer"
},
"name": {
"type": "string"
},
"order": {
"format": "int32",
"type": "integer"
}
}
}
{
"type": "object",
"properties": {
"data": {
"$ref": "#/definitions/ArrayOfInt32Reference"
},
"metaData": {
"$ref": "#/definitions/ResponseMetaData"
}
}
}
{
"type": "object",
"properties": {
"color": {
"type": "string"
},
"description": {
"type": "string"
},
"key": {
"type": "string"
},
"name": {
"type": "string"
},
"order": {
"format": "int32",
"type": "integer"
}
}
}
{
"type": "object",
"properties": {
"data": {
"$ref": "#/definitions/ArrayOfApplicationStatus"
},
"metaData": {
"$ref": "#/definitions/ResponseMetaData"
}
}
}
{
"type": "object",
"properties": {
"city": {
"type": "string"
},
"dealerCode": {
"type": "string"
},
"name": {
"type": "string"
},
"phone": {
"type": "string"
},
"region": {
"type": "string"
},
"streetAddresss1": {
"type": "string"
},
"streetAddresss2": {
"type": "string"
},
"streetAddresss3": {
"type": "string"
},
"streetAddresss4": {
"type": "string"
},
"suburb": {
"type": "string"
}
}
}
{
"type": "object",
"properties": {
"data": {
"$ref": "#/definitions/ArrayOfDealerCache"
},
"metaData": {
"$ref": "#/definitions/ResponseMetaData"
}
}
}
{
"type": "object",
"properties": {
"data": {
"type": "object",
"additionalProperties": {
"type": "object"
}
},
"metaData": {
"$ref": "#/definitions/ResponseMetaData"
}
}
}
{
"type": "array",
"items": {
"$ref": "#/definitions/StringReference"
}
}
{
"type": "array",
"items": {
"$ref": "#/definitions/Int32Reference"
}
}
{
"type": "array",
"items": {
"$ref": "#/definitions/ApplicationStatus"
}
}
{
"type": "array",
"items": {
"$ref": "#/definitions/DealerCache"
}
}