VTEX · Example Payload

Vtex Creategiftcardtransactioncancellation Example

CommerceE-CommerceRetailMarketplacePayments

Vtex Creategiftcardtransactioncancellation 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": "CreateGiftCardTransactionCancellation",
  "method": "POST",
  "path": "/giftcards/{giftCardId}/transactions/{transactionId}/cancellations",
  "summary": "VTex Cancel a gift card transaction",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "oid": "7582d93baccc44e9867b0b861696fc0a",
        "value": 4.1,
        "date": "2019-03-19T14:35:16.7157238Z"
      }
    }
  ]
}