POST api/article/ArticlesExplicit
Request Information
URI Parameters
None.
Body Parameters
Collection of stringRequest Formats
application/json, text/json
Sample:
[ "sample string 1", "sample string 2" ]
application/xml, text/xml
Sample:
<ArrayOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <string>sample string 1</string> <string>sample string 2</string> </ArrayOfstring>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of Article| Name | Description | Type | Additional information |
|---|---|---|---|
| Metadata | Collection of Dictionary of string [key] and string [value] |
None. |
|
| ItemNo | string |
None. |
|
| VendorNo | string |
None. |
|
| VendorCurrency | string |
None. |
|
| Description1 | string |
None. |
|
| Description2 | string |
None. |
|
| DescriptionWeb | string |
None. |
|
| Name | string |
None. |
|
| ProductGroupCode | string |
None. |
|
| Mark | string |
None. |
|
| UnitPriceVendorCurrency | decimal number |
None. |
|
| UnitCostVendorCurrency | decimal number |
None. |
|
| UseSalesMultiple | boolean |
None. |
|
| SalesMultiple | integer |
None. |
|
| ShortNo | string |
None. |
|
| NewItemNo | string |
None. |
|
| OldItemNo | string |
None. |
|
| ShowOnGmWeb | boolean |
None. |
|
| ItemDGR | boolean |
None. |
|
| Expire | boolean |
None. |
|
| SpecialCode | string |
None. |
|
| Core | decimal number |
None. |
|
| ItemDiscGroup | string |
None. |
|
| Blocked | boolean |
None. |
|
| ActivelyStocked | boolean |
None. |
|
| VMPActivated | integer |
None. |
|
| HideItem | boolean |
None. |
|
| AvailInventorySE | decimal number |
None. |
|
| AvailInventoryDE | decimal number |
None. |
|
| AvailInventoryTotal | decimal number |
None. |
|
| FixedInboundPriceVC | decimal number |
None. |
|
| LatestTimestamp | integer |
None. |
|
| DemandVIN | boolean |
None. |
|
| SmallPackException | boolean |
None. |
|
| ReturnStatus | integer |
None. |
|
| WeightKg | decimal number |
None. |
|
| LengthCm | decimal number |
None. |
|
| WidthCm | decimal number |
None. |
|
| HeightCm | decimal number |
None. |
|
| LatestTimestampProperties | integer |
None. |
|
| MakeDescription | string |
None. |
|
| HideGMAR | boolean |
None. |
|
| MakeActive | boolean |
None. |
|
| MakePrefix | string |
None. |
|
| LatestTimestampMake | integer |
None. |
|
| VendorLeadTimes | Collection of VendorLeadTime |
None. |
|
| ActivantUrl | string |
None. |
|
| BulkyGoods | boolean |
None. |
|
| PrefixedShortNo | string |
None. |
|
| Id | string |
None. |
|
| Action | string |
None. |
|
| LastModified | date |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.