VTEX · Example Payload

Vtex Decreasebalanceofanaccount Example

CommerceE-CommerceRetailMarketplacePayments

Vtex Decreasebalanceofanaccount Example is an example object payload from VTEX, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "Decreasebalanceofanaccount",
  "method": "PUT",
  "path": "/api/creditcontrol/accounts/{creditAccountId}/statements/{statementId}",
  "summary": "VTex Decrease balance of an account",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "value": "-15.0"
      }
    }
  ]
}