Update Vendor Advance

View as Markdown
**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-IDstringOptional
X-CLIENT-IDstringOptional
X-CLIENT-SECRETstringOptional

Request

This endpoint expects an object.
advanceIdstringRequired
dataobjectRequired
typestringRequired
postingTriggeredAtintegerRequired
postingErrorsstringRequired
postingDocNostringRequired
postingTriggeredbooleanRequired
postingFailedbooleanRequired
postingSyncedbooleanRequired

Response

OK