This API returns vendor location master data available for a vendor code and vendor location code in Omni.
This API returns vendor location master data available for a vendor code and vendor location code in Omni.
EmptyBody
{
"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 |
|---|---|---|
vendorCode |
String | Code of already created vendor in Increff Omni by ERP |
gstin |
String | GSTIN number |
vendorLocationCode |
String | Code of new location to be added |
billingAddress |
Object | Address of vendor’s location |
billingAddress.name |
String | Name of vendor’s location |
billingAddress.line1 |
String | 1st line of vendor location’s address |
billingAddress.line2 |
String | 2nd line of vendor location’s address |
billingAddress.line3 |
String | 3rd line of vendor location’s address |
billingAddress.city |
String | City of vendor’s location |
billingAddress.state |
String | State of vendor’s location |
billingAddress.zip |
String | ZIP/Pin code of vendor’s location |
billingAddress.country |
String | Country of vendor’s location |
billingAddress.email |
String | Email of vendor’s location |
shippingAddress |
Object | Address of vendor’s location |
shippingAddress.name |
String | Name of vendor’s location |
shippingAddress.line1 |
String | 1st line of vendor location’s address |
shippingAddress.line2 |
String | 2nd line of vendor location’s address |
shippingAddress.line3 |
String | 3rd line of vendor location’s address |
shippingAddress.city |
String | City of vendor’s location |
shippingAddress.state |
String | State of vendor’s location |
shippingAddress.zip |
String | ZIP/Pin code of vendor’s location |
shippingAddress.country |
String | Country of vendor’s location |
shippingAddress.email |
String | Email of vendor’s location |