Search Vendor Location Master API
Inbound | GET | /master/vendors/{vendorCode}/locations/{vendorLocationCode}
Summary
This API returns vendor location master data available for a vendor code and vendor location code in Omni.
Description
This API returns vendor location master data available for a vendor code and vendor location code in Omni.
RequestÂ
EmptyBody
Response
{
"vendorCode": "vendorCode",
"vendorLocationCode": "vendorLocationCode",
"gstin": "ABBDEC567HH",
"billingAddress": {
"name": "name",
"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"
},
"shippingAddress": {
"name": "name",
"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"
}
}
HttpStatus : 200
Â
Parameter Name | Data Type | Description |
| String | Code of already created vendor in Increff Omni by ERP |
| String | GSTIN number |
| String | Code of new location to be added |
| Object | Address of vendor’s location |
| String | Name of vendor’s location |
| String | 1st line of vendor location’s address |
| String | 2nd line of vendor location’s address |
| String | 3rd line of vendor location’s address |
| String | City of vendor’s location |
| String | State of vendor’s location |
| String | ZIP/Pin code of vendor’s location |
| String | Country of vendor’s location |
| String | Email of vendor’s location |
| Object | Address of vendor’s location |
| String | Name of vendor’s location |
| String | 1st line of vendor location’s address |
| String | 2nd line of vendor location’s address |
| String | 3rd line of vendor location’s address |
| String | City of vendor’s location |
| String | State of vendor’s location |
| String | ZIP/Pin code of vendor’s location |
| String | Country of vendor’s location |
| String | Email of vendor’s location |