The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /jsv/reply/Products HTTP/1.1
Host: acc-webservice.azurewebsites.net
Content-Type: text/jsv
Content-Length: length
{
Ids:
[
String
],
Category: String,
Categories:
[
String
],
IsBike: False,
ExcludeBlocked: False,
IncludeAttributes: False,
IncludeAdditionalImages: False,
IncludeOriginalImages: False,
IncludeIntrastatCodes: False,
ConsumerProducts: 0,
IncludeInActive: False,
ProductOptions: False,
RemoveImageWhitespace: False
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
Products:
[
{
ProductCode: String,
Blocked: False,
DateCreated: 0001-01-01,
Unit: String,
DeliveredPer: 0,
UnitAlternative: String,
Description: String,
ProductGroupCategory: String,
ProductGroup: String,
ProductGroupLevel1: String,
ProductGroupLevel2: String,
ProductGroupLevel3: String,
ProductGroupLevel4: String,
EANCode: 0,
PackageQuantity: 0,
DescriptionLong: String,
RecommendedSalesPrice: 0,
PriceGross: 0,
SupplierProductNumber: String,
VAT: String,
Bike: False,
StockMin: 0,
StockMax: 0,
Autorisation: String,
KboGroup: String,
Image: String,
Attributes:
[
{
Attribute: String,
AttributeValue: String
}
],
AdditionalImages:
[
String
],
OriginalImages:
[
String
],
InActive: False,
ProductOptions:
[
{
Type: String,
ProductCode: String,
Description: String,
RecommendedSalesPrice: 0
}
],
IntrastatCode: String
}
],
ResponseStatus:
{
ErrorCode: String,
Message: String,
StackTrace: String,
Errors:
[
{
ErrorCode: String,
FieldName: String,
Message: String,
Meta:
{
String: String
}
}
],
Meta:
{
String: String
}
}
}