Vendor All Details Update

View as Markdown
### Vendor All Details Update This API is use to Update Vendor Informartion of existing Vendor in Dice. This endpoint allows you to update vendor information. ### Request Body | Param | Required | Type | Description | | --- | --- | --- | --- | | vendorCode | Mandatory | String | The vendor code. | | data | Mandatory | Object | | | id | Mandatory | String | The ID of the vendor. | | connection | Mandatory | String | The connection information. | | basic | Mandatory | Object | | | name | Mandatory | String | The name of the vendor. | | tradeName | Mandatory | String | The trade name of the vendor. | | email | Mandatory | String | The email of the vendor. | | mobile | Mandatory | String | The mobile number of the vendor. | | currency | Mandatory | String | The currency used by the vendor. | | address | Mandatory | Object | | | address | Mandatory | String | The address of the vendor. | | city | Mandatory | String | The city of the vendor. | | contact | Mandatory | String | The contact information of the vendor. | | pincode | Optional | String | The pincode of the vendor. | | lat | Optional | Number | The latitude of the vendor's location. | | lng | Optional | Number | The longitude of the vendor's location. | | bank | Optional | Object | | | account | Optional | String | The bank account number. | | ifsc | Optional | String | The IFSC code. | | name | Optional | String | The name associated with the bank account. | | bankName | Optional | String | The name of the bank. | | others | Optional | Object | | | msme | Optional | String | MSME information. | | msmeNumber | Optional | String | MSME number. | | categories | Mandatory | Array | Array of categories. | | paymentTerms | Optional | Object | Payment terms. | | tax | Optional | Object | | | gst | Optional | String | GST information. | | gstinCertificate | Optional | String | GSTIN certificate. | | pan | Optional | String | PAN information (optional). | | validGst | Optional | Boolean | Indicates if the GST information is valid. | | validMobile | Optional | Boolean | Indicates if the mobile number is valid. | | validPan | Optional | Boolean | Indicates if the PAN information is valid. | | roleList | Optional | Array | Array of roles. | ### Response - `success` (boolean): Indicates if the update was successful.

Headers

DICE-APP-IDstringOptional
Company Code of client
X-CLIENT-IDstringOptional
API Client ID
X-CLIENT-SECRETstringOptional
API Client Secret

Request

This endpoint expects an object.
vendorCodestringRequired
dataobjectRequired
roleListlist of stringsRequired

Response

OK
successboolean