Vendor
Responses
200
OK
404
Resource not found
get
/vendor/vendorsGET /vendor/vendors HTTP/1.1
Host:
Accept: */*
[
{
"customerId": 1,
"vendorProductGroupId": 1,
"brandId": 1,
"vendorName": "text",
"vendorOrgNo": "text",
"vendorExternalReference": [
{
"key": "text",
"value": "text"
}
]
}
]Body
vendorIdinteger · int32[] | nullableOptional
Responses
200
OK
400
No parameters,You need to specify search parameters.
404
Resource not found
post
/vendor/searchPOST /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"
}
]
}
]Last updated