It allows you:
to get the BPartner Product.
Columns that can be used as filters:
Organization
Product - mandatory
BPartner
Active
IsGenerallyValid
Language (eg: ”ro_RO”, ”en_EN”, ”bg_BG” etc) - if null or unprovided then English is the base language for all fields.
Actions can be done:
list
URL: https://api.socratecloud.com/webapi/rest/product/bpartner_product/list/{version}?startRow={0}&endRow={100}&accessToken={access_token}&Product=[...]
Method: GET
Return: JSON object with next format:
{
"data": [
{
"Organization": "UT",
"Created": "2016-08-19 10:26:53+0300",
"CreatedBy": "System",
"Updated": "2016-08-19 13:08:14+0300",
"UpdatedBy": "System",
"Product": "123",
"ProductName": "Product123",
"ProductUOM": "Each",
"BPartner": "ABC",
"BPartnerName": "ABC SRL",
"Description": null,
"Active": true,
"IsGenerallyValid": false,
"VendorProductNo": "4",
"VendorCategory": null,
"Manufacturer": null,
"QualityRating": 0,
"ShelfLifeMinPct": 0,
"ShelfLifeMinDays": 0,
"OrderUOM": "6Pac",
"OrderUOMCoef": 6,
"Order_Min": 6
"ShipUOM": "6Pac",
"ShipUOMCoef": 6,
"InvoiceUOM": null,
"InvoiceUOMCoef": null
}
],
"totalRows": 1
}