1101 API Post

Introduction

The purpose of this service is to save new products to Vision database,

Request

Request URL POST : https://<pathtoapi>/service/ProductCode

POST Body structure : https://visionsoftware.atlassian.net/wiki/spaces/VEDI/pages/934084892

<?xml version="1.0" standalone="yes"?> <PRODUCTS> <PC> <HD> <CustomerCode>CUST01</CustomerCode> <SiteCode>TH</SiteCode> <CountryOfOrigin /> <ProductCode>PRO1</ProductCode> <ProductDescription>king</ProductDescription> <NetWeightKG>1.0000</NetWeightKG> <GrossWeightKG>1.7000</GrossWeightKG> <SinglesPerUnit>1</SinglesPerUnit> <SingleSize>1.0000</SingleSize> <ReserveCustomer xml:space="preserve"> </ReserveCustomer> </HD> <HO> <ProductType>0</ProductType> <BrandName>king</BrandName> <KilogramsPerUnit /> <UnitsPerPallet>1</UnitsPerPallet> <Height /> <StrengthABV /> <LitresLiquidPerUnit /> <LitresAlcoholPerUnit /> <CigarettesPerUnit /> <ProductGroupCode /> <VatCode /> <CommodityCode /> <CountryWhenceConsigned /> <TaxCode /> <UnitToChargeBy /> <PackageDescription /> <AlternativeCode /> <AlternativeDescription /> <UnitsPerLayer>1</UnitsPerLayer> <ContainerQuantity /> <MinStockLevel /> <MinPurchaseOrderQuantity /> <MinSalesOrderQuantity /> <TraderUnitCode /> <SubUnitCode /> <UsePackageQuantity /> <IsSerialNumberRequired /> <CarriagePricePerUnit /> <CIFPricePerUnit /> <SalesPricePerUnit /> <UnderBondSalesPricePerUnit /> <PurchaseCostPerUnit /> <InsuranceCostPerUnit /> <SubtituteProduct1 /> <SubtituteProduct2 /> <SubtituteProduct3 /> <CigarettesSellingPricePerUnit /> <ProductLife /> <ShelfLifeDays /> <ProductCostPerUnit /> <ProductCostCurrency /> <InsuranceCostCurrency /> <FreightCostCurrency /> <vintage>1990</vintage> </HO> </PC> </PRODUCTS>

Response

Response body will have new tag <RES> attached with input XML which will have information about the response.

<RES> <Code></Code> <Message></Message> </RES>

Code will be 200 or 400, 200 is for success, if the code is 400 node <Message> will have reason for failure

HTTP Response Codes

Code

Message

Code

Message

200

OK, All request processed

406

Input XML validation failed, response body will have reason for failure

429

API access restricted (Exceeded the rate limit / access not allowed)

207

Multi-Status, <RES> tag have more information

400

Request processing all record failed, <RES> tag have more information

Response samples

Code : 200

The response body depends on the configuration applied to your warehouse / API user account, for data posted directly into the main system a record by record response is given as below, alternatively ‘Data saved for processing’ will be returned.

<PRODUCTS> <PC> <HD> <ProductCode>PRO1</ProductCode> </HD> <RES> <Code>200</Code> <Message>ProductCode processed</Message> </RES> </PC> <PC> <HD> <ProductCode>PRO2</ProductCode> </HD> <RES> <Code>200</Code> <Message>ProductCode processed</Message> </RES> </PC> </PRODUCTS>

 

Code : 207

 

Code : 400

 

Code : 406 Response Body

 

Copyright Ontech Solutions 2017-2024. All rights reserved, no part may be replicated or distributed without the express permission of the owner.