VTEX · Example Payload

Vtex Changecreditlimitofanaccount Example

CommerceE-CommerceRetailMarketplacePayments

Vtex Changecreditlimitofanaccount 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": "ChangecreditlimitofanAccount",
  "method": "PUT",
  "path": "/api/creditcontrol/accounts/{creditAccountId}/creditlimit",
  "summary": "VTex Change credit limit of an account",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "id": "fcba59e0-7f26-11ee-ba3c-511336e1518b",
        "balance": -15,
        "status": "Open",
        "creditLimit": 5500,
        "updatedAt": "2023-11-22T19:35:40.0047136Z",
        "createdAt": "2023-11-09T17:39:52.151897Z",
        "description": "",
        "availableCredit": 5500,
        "preAuthorizedCredit": 0,
        "email": "test@test.com",
        "tolerance": 0.3,
        "availableBalance": 5500
      }
    }
  ]
}