This API returns vendor master data available for a vendor code in Increff Omni.
This API returns vendor master data available for a vendor code in Increff Omni.
EmptyBody
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 |
|---|---|---|
vendorCode |
String | Code used by ERP to identify vendors |
name |
String | Name of vendor |
address |
Object | Address of vendor |
address.name |
String | Name of vendor |
address.line1 |
String | 1st line of vendor’s address |
address.line2 |
String | 2nd line of vendor’s address |
address.line3 |
String | 3rd line of vendor’s address |
address.city |
String | City of vendor |
address.state |
String | State of vendor |
address.zip |
String | ZIP/Pin code of vendor |
address.country |
String | Country of vendor |
address.email |
String | Email of vendor |
address.phone |
String | Phone Number of vendor |
priority |
Integer | Priority of vendor during picking |
isAsnExpected |
Boolean | Whether asn would be expected for any order of this vendor |
isCDSampleQCAllowed |
Boolean | Whether cross dock sample qc would be allowed for the vendor |
isStorageSampleQCAllowed |
Boolean | Whether storage sample qc would be allowed for the vendor |
minCdPassPercent |
Integer | Minimum percentage of CD samples that must pass QC |
minCdSampleInspectPercent |
Integer | Minimum percentage of CD(cross-dock) samples to be inspected |
minStoragePassPercent |
Integer | Minimum percentage of storage samples that must pass QC |
minStorageSampleInspectPercent |
Integer | Minimum percentage of CD (cross-dock) samples to be inspected |