VTEX · Example Payload

Vtex Createupdateholiday Example

CommerceE-CommerceRetailMarketplacePayments

Vtex Createupdateholiday 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": "Create/UpdateHoliday",
  "method": "PUT",
  "path": "/api/logistics/pvt/configuration/holidays/{holidayId}",
  "summary": "VTex Create/update holiday",
  "requestExamples": [
    {
      "contentType": "application/json; charset=utf-8",
      "example": {
        "name": "Natal",
        "startDate": "2016-12-25"
      }
    }
  ],
  "responseExamples": []
}