Vendor
Last updated
Last updated
GET /vendor/vendors HTTP/1.1
Host:
Accept: */*
[
{
"customerId": 1,
"vendorProductGroupId": 1,
"brandId": 1,
"vendorName": "text",
"vendorOrgNo": "text",
"vendorExternalReference": [
{
"key": "text",
"value": "text"
}
]
}
]POST /vendor/search HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 74
{
"vendorId": [
1
],
"vendorExternalReference": [
{
"key": "text",
"value": "text"
}
]
}[
{
"customerId": 1,
"vendorProductGroupId": 1,
"brandId": 1,
"vendorName": "text",
"vendorOrgNo": "text",
"vendorExternalReference": [
{
"key": "text",
"value": "text"
}
]
}
]