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 Assure 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 |