s1 API Host

<back to all web services

BoschProductPriceRequest

The following routes are available for this service:
POST,OPTIONS/api/bosch/product-priceUser does not have to be authenticated.

To override the Content-type in your clients HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /jsv/reply/BoschProductPriceRequest HTTP/1.1 
Host: api-beta.ghs-automotive.nl 
Content-Type: text/jsv
Content-Length: length

{
	buyer: 
	{
		buyerNo: String,
		buyerLocationId: String,
		buyerResponsiblePerson: 
		{
			address: String,
			email: String,
			name: String,
			phone: String
		}
	},
	erpSystemInfo: 
	{
		erpSystemCode: String,
		erpSystemUrl: String,
		erpCertificateNr: String,
		erpActions: 
		[
			{
				erpActionType: Availability,
				erpActionName: String
			}
		],
		password: String,
		userName: String,
		customerNumber: String
	},
	lines: 
	[
		{
			article: 
			{
				vendorArticleNumber: String,
				eanCodes: 
				[
					String
				],
				make: 
				{
					catalogOwnId: String,
					name: String,
					tecDocBrandNo: 0
				},
				manuArticleNumber: String,
				tecDocArticleNo: String,
				tecDocGenericArticleId: String
			},
			lineId: 0,
			quantity: 
			{
				count: 0,
				uoM: String,
				quantityPerUoM: 0
			},
			vehicle: 
			{
				audatexId: String,
				osVehiclekety: String,
				catalogVehicleId: String,
				tecRmiId: String,
				datEuropacode: String,
				eurotaxNatCode: String,
				licenseNo: String,
				tecDocId: String,
				vin: String
			}
		}
	],
	vehicle: 
	{
		audatexId: String,
		osVehiclekety: String,
		catalogVehicleId: String,
		tecRmiId: String,
		datEuropacode: String,
		eurotaxNatCode: String,
		licenseNo: String,
		tecDocId: String,
		vin: String
	},
	dmsSessionId: String,
	timeStamp: 0001-01-01,
	authorizationToken: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	pricesResponseLines: 
	[
		{
			lineId: 0,
			article: 
			{
				vendorArticleNumber: String,
				eanCodes: 
				[
					String
				],
				make: 
				{
					catalogOwnId: String,
					name: String,
					tecDocBrandNo: 0
				},
				manuArticleNumber: String,
				tecDocArticleNo: String,
				tecDocGenericArticleId: String
			},
			articlePrice: 
			{
				additionalCosts: 
				{
					currencyCodeIso: String,
					value: 0
				},
				additionalDescriptions: 
				[
					{
						text: String,
						languageCodeIso: String
					}
				],
				grossPricePerPriceUnit: 
				{
					currencyCodeIso: String,
					value: 0
				},
				netPricePerPriceUnit: 
				{
					currencyCodeIso: String,
					value: 0
				},
				priceUnit: 
				{
					count: 0,
					uoM: String,
					quantityPerUoM: 0
				},
				vatCode: 0,
				vatPercent: 0
			}
		}
	],
	erpSystemInfo: 
	{
		erpSystemCode: String,
		erpSystemUrl: String,
		erpCertificateNr: String,
		erpActions: 
		[
			{
				erpActionType: Availability,
				erpActionName: String
			}
		],
		password: String,
		userName: String,
		customerNumber: String
	},
	responseCode: 0,
	responseDescriptions: 
	[
		{
			text: String,
			languageCodeIso: String
		}
	],
	timeStamp: 0001-01-01
}