Search Vendor Master API
Inbound | GET | /master/vendors/{vendorCode}
Summary
This API returns vendor master data available for a vendor code in Increff Omni.
Description
This API returns vendor master data available for a vendor code in Increff Omni.
Request
EmptyBody
Response
HttpStatus : 200
{
"vendorCode": "ErpVendorCode",
"name": "name",
"address": {
"name": "vendor",
"line1": "address line 1",
"line2": "address line 2",
"line3": "address line 3",
"city": "Bengaluru",
"state": "Karnataka",
"zip": "560076",
"country": "INDIA",
"email": "email.com",
"phone": "9999999999"
},
"priority": 2,
"isAsnExpected": true,
"isCDSampleQCAllowed": true,
"isStorageSampleQcAllowed": true,
"minCdPassPercent": 0,
"minCdSampleInspectPercent": 0,
"minStoragePassPercent": 0,
"minStorageSampleInspectPercent": 0
}
Parameter Name | Data Type | Description |
| String | Code used by ERP to identify vendors |
| String | Name of vendor |
| Object | Address of vendor |
| String | Name of vendor |
| String | 1st line of vendor’s address |
| String | 2nd line of vendor’s address |
| String | 3rd line of vendor’s address |
| String | City of vendor |
| String | State of vendor |
| String | ZIP/Pin code of vendor |
| String | Country of vendor |
| String | Email of vendor |
| String | Phone Number of vendor |
| Integer | Priority of vendor during picking |
| Boolean | Whether asn would be expected for any order of this vendor |
| Boolean | Whether cross dock sample qc would be allowed for the vendor |
| Boolean | Whether storage sample qc would be allowed for the vendor |
| Integer | Minimum percentage of CD samples that must pass QC |
| Integer | Minimum percentage of CD(cross-dock) samples to be inspected |
| Integer | Minimum percentage of storage samples that must pass QC |
| Integer | Minimum percentage of CD (cross-dock) samples to be inspected |