Inbound | GET | /master/vendors/{vendorCode}
Summary
This API returns vendor master data available for a vendor code in Assure.
Description
This API returns vendor master data available for a vendor code in Assure.
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 }
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 |