Update Vendor Advance
**update Vender Advance Details**
This endpoint is a POST method used to update the vendors advance Details.
### Request Body
| Param | Required | Type | Description |
| --- | --- | --- | --- |
| advanceId | Mandatory | String | advanceId for vender |
| data | Mandatory | Object | Additional data related to the vendor. |
| type | Optional | String | Integration Type |
| logo | Optional | String | Integration Type logo |
| postingTriggeredAt | Optional | Number | Epoch time of posting |
| postingErrors | Optional | String | Error message during posting. |
| postingDocNo | Optional | String | Document Number of Integration |
| postingTriggered | Optional | Boolean | Flag that Indicates posting is triggered. |
| postingFailed | Optional | Boolean | Indicates that Integrationg faild during posting. |
| postingSynced | Optional | Boolean | Indicates that document sync successfully. |
Headers
DICE-APP-ID
X-CLIENT-ID
X-CLIENT-SECRET
Request
This endpoint expects an object.
advanceId
data
type
logo
postingTriggeredAt
postingErrors
postingDocNo
postingTriggered
postingFailed
postingSynced
Response
OK

