API docs
  • EuroStocks API's
  • Import API v2
  • Import Calculator API
  • Lead collection
  • Vehicle status
  • BPM Enrichment
  • Marketprice API
  • Product Data API
  • Vehicle Data API
  • Data API
  • License Plate API
  • Orders API
Powered by GitBook
On this page
  • Introduction
  • Main features
  • Working with Import calculator API
  • Import Calculation

Import Calculator API

Documentation to calculate Import details.

Introduction

Overview

EuroStocks will provide import vehicle calculation details.

Main features

  • Import Calculator

Prerequisites

Import Calculator API access can be granted to suppliers who wants to get import details, and it requires username, password and API Key to access API.

Limited support for the development process and maintenance: Please note that all examples provided in our documentation are considered as guidelines for your development process but EuroStocks for itself is not able to directly assist with any of your preferred programming languages and/or used scripts.

Working with Import calculator API

Import Calculation

Import Calculation

GET https://services.eurostocks.com/api/v1/importcalculation/importpricecalculation/{co2EmissionVehiclePrice}/{vehiclePrice}/{firstRegistrationDate}/{fuelType}

Headers

Name
Type
Description

UserName*

String

Username which EuroStocks provides

Password*

String

Password which EuroStocks provides

APIKey*

String

ApiKey which EuroStocks provides

Request Body

Name
Type
Description

co2EmissionVehiclePrice*

Number

CO2 emission in G/KM

vehiclePrice

Number

Password which EuroStocks provides

firstRegistrationDate*

Date

first registration date. Format should be {YYYY-MM}Ex. {2018-11}

fuelType*

String

Vehicle fuel type to calculate the details

{
    // Response
}

Sample Success Request

GET /api/v1/importcalculation/importpricecalculation/100/2100/2018-11/PETROL
HOST: services.eurostocks.com
Content-type: "application/json"

Sample Success Response

HTTP/1.1 200 OK						
{
  "Status": 200,
  "Message": "",
  "Result": {
    "BrutoBpm": 2355,
    "AgeDiscount": 1203.09885,
    "RestBpm": 1151.90115,
    "NlPrice": 3251.90115
  }
}
PreviousImport API v2NextLead collection

Last updated 1 year ago

Documentation can be incomplete and/or outdated, Contact EuroStocks team by sending an email on for any questions regarding API.

api@eurostocks.com