...
Code Block | ||
---|---|---|
| ||
{ "vendorCode": "ErpVendorCode", "name": "name", "isExcessGrnAllowed": true, "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 | Mandatory |
| String | Code used by ERP to identify vendors |
Yes | ||
| String | Name of vendor |
Yes | |||
| boolean | isExcessGrnAllowed for the supplier | No |
| Object | Address of vendor |
Yes | ||
| String | Name of vendor |
Yes | ||
| String | 1st line of vendor’s address |
Yes | |||
| String | 2nd line of vendor’s address | no |
| String | 3rd line of vendor’s address | no |
| String | City of vendor |
Yes | ||
| String | State of vendor |
Yes | ||
| String | ZIP/Pin code of vendor |
Yes | ||
| String | Country of vendor |
Yes | ||
| String | Email of vendor |
Yes | ||
| String | Phone Number of vendor |
No | ||
| Integer | The priority of the vendor during picking of orders Highest priority -1 and lowest - 5 null value will be considered as priority 3 in OMS |
No |
Response
EmptyBody
HttpStatus : 200
...