GET | /v1/backordercsv/match/all | Get Back Order Match All | |
---|---|---|---|
GET | /v1/backordercsv/match/all/{Guid} | Get Back Order Match All by Guid |
"use strict";
export class GetBackOrderMatchRequest {
/** @param {{Guid?:string}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {string} */
Guid;
}
export class BackOrderVehicleCsv {
/** @param {{VehicleType?:string,Vid?:string,Vin?:string,Fin?:string,CommissionNumber?:string,ChassisNumber?:string,Line?:string,Packages?:string[],ModelYear?:string,ModelYearCode?:string,Description?:string,VehicleClass?:string,RetailPrice_ExVAT?:string,RetailPrice_IncVAT?:number,OTR?:string,ActualPrice?:string,BodyStyle?:string,Model?:string,Colour?:string,ColourGroup?:string,Fuel?:string,ProductRange?:string,Engine?:string,IsAMG?:boolean,Transmission?:string,Upholstery?:string,Nst?:string,BM7NST?:string,Acceleration?:number,BootCapacity?:number,TopSpeed?:number,DriveConcept?:string,CombustionPowerHp?:number,ElectricPowerKw?:number,ElectricPowerHp?:number,CombinedPowerKw?:number,CombinedPowerHP?:number,ElectricRange?:number,ElectricConsumption?:number,EmissionCombined?:string,EmissionExtraUrban?:string,EmissionUrban?:string,Emission?:number,EmissionDirective?:string,EnergyEfficiencyClass?:string,WltpCombined?:number,WltpLow?:number,WltpMedium?:number,WltpHigh?:number,WltpExtraHigh?:number,WltpEmissionCombined?:number,PortArrivalDate?:string,CreationDate?:string,LastUpdated?:string,IsDisplayStock?:boolean,DisplayStockAgent?:string,IsSpecialistCar?:boolean,Account?:string,Location?:string,CesarIdShipToParty?:string,VehicleUsageCode?:string,IsSellable?:boolean,UnderOffer?:boolean,MbukSecured?:boolean,HalfModelYearCode?:string,FullModelYearCode?:string,ProductionDate?:string,IsMotability?:boolean}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {string} */
VehicleType;
/** @type {string} */
Vid;
/** @type {string} */
Vin;
/** @type {string} */
Fin;
/** @type {string} */
CommissionNumber;
/** @type {string} */
ChassisNumber;
/** @type {string} */
Line;
/** @type {string[]} */
Packages = [];
/** @type {string} */
ModelYear;
/** @type {string} */
ModelYearCode;
/** @type {string} */
Description;
/** @type {string} */
VehicleClass;
/** @type {string} */
RetailPrice_ExVAT;
/** @type {?number} */
RetailPrice_IncVAT;
/** @type {string} */
OTR;
/** @type {string} */
ActualPrice;
/** @type {string} */
BodyStyle;
/** @type {string} */
Model;
/** @type {string} */
Colour;
/** @type {string} */
ColourGroup;
/** @type {string} */
Fuel;
/** @type {string} */
ProductRange;
/** @type {string} */
Engine;
/** @type {boolean} */
IsAMG;
/** @type {string} */
Transmission;
/** @type {string} */
Upholstery;
/** @type {string} */
Nst;
/** @type {string} */
BM7NST;
/** @type {?number} */
Acceleration;
/** @type {?number} */
BootCapacity;
/** @type {?number} */
TopSpeed;
/** @type {string} */
DriveConcept;
/** @type {?number} */
CombustionPowerHp;
/** @type {?number} */
ElectricPowerKw;
/** @type {?number} */
ElectricPowerHp;
/** @type {?number} */
CombinedPowerKw;
/** @type {?number} */
CombinedPowerHP;
/** @type {?number} */
ElectricRange;
/** @type {?number} */
ElectricConsumption;
/** @type {string} */
EmissionCombined;
/** @type {string} */
EmissionExtraUrban;
/** @type {string} */
EmissionUrban;
/** @type {?number} */
Emission;
/** @type {string} */
EmissionDirective;
/** @type {string} */
EnergyEfficiencyClass;
/** @type {?number} */
WltpCombined;
/** @type {?number} */
WltpLow;
/** @type {?number} */
WltpMedium;
/** @type {?number} */
WltpHigh;
/** @type {?number} */
WltpExtraHigh;
/** @type {?number} */
WltpEmissionCombined;
/** @type {string} */
PortArrivalDate;
/** @type {?string} */
CreationDate;
/** @type {?string} */
LastUpdated;
/** @type {boolean} */
IsDisplayStock;
/** @type {string} */
DisplayStockAgent;
/** @type {boolean} */
IsSpecialistCar;
/** @type {string} */
Account;
/** @type {string} */
Location;
/** @type {string} */
CesarIdShipToParty;
/** @type {string} */
VehicleUsageCode;
/** @type {boolean} */
IsSellable;
/** @type {boolean} */
UnderOffer;
/** @type {boolean} */
MbukSecured;
/** @type {string} */
HalfModelYearCode;
/** @type {string} */
FullModelYearCode;
/** @type {string} */
ProductionDate;
/** @type {boolean} */
IsMotability;
}
export class GetBackOrderMatchAllCsvResponse {
/** @param {{Vehicles?:BackOrderVehicleCsv[]}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {BackOrderVehicleCsv[]} */
Vehicles = [];
}
export class GetBackOrderCsvMatchAllRequest extends GetBackOrderMatchRequest {
/** @param {{Guid?:string}} [init] */
constructor(init) { super(init); Object.assign(this, init) }
}
JavaScript GetBackOrderCsvMatchAllRequest DTOs
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /v1/backordercsv/match/all HTTP/1.1 Host: prod-api-agency-orch-mb-dhc.rapp-customers.co.uk Accept: text/jsv
HTTP/1.1 200 OK Content-Type: text/jsv Content-Length: length { Vehicles: [ { VehicleType: String, Vid: String, Vin: String, Fin: String, CommissionNumber: String, ChassisNumber: String, Line: String, Packages: [ String ], ModelYear: String, ModelYearCode: String, Description: String, VehicleClass: String, RetailPrice_ExVAT: String, RetailPrice_IncVAT: 0, OTR: String, ActualPrice: String, BodyStyle: String, Model: String, Colour: String, ColourGroup: String, Fuel: String, ProductRange: String, Engine: String, IsAMG: False, Transmission: String, Upholstery: String, Nst: String, BM7NST: String, Acceleration: 0, BootCapacity: 0, TopSpeed: 0, DriveConcept: String, CombustionPowerHp: 0, ElectricPowerKw: 0, ElectricPowerHp: 0, CombinedPowerKw: 0, CombinedPowerHP: 0, ElectricRange: 0, ElectricConsumption: 0, EmissionCombined: String, EmissionExtraUrban: String, EmissionUrban: String, Emission: 0, EmissionDirective: String, EnergyEfficiencyClass: String, WltpCombined: 0, WltpLow: 0, WltpMedium: 0, WltpHigh: 0, WltpExtraHigh: 0, WltpEmissionCombined: 0, PortArrivalDate: String, CreationDate: 0001-01-01, LastUpdated: 0001-01-01, IsDisplayStock: False, DisplayStockAgent: String, IsSpecialistCar: False, Account: String, Location: String, CesarIdShipToParty: String, VehicleUsageCode: String, IsSellable: False, UnderOffer: False, MbukSecured: False, HalfModelYearCode: String, FullModelYearCode: String, ProductionDate: String, IsMotability: False } ] }