VTEX · Schema

documentResponse

Response body object.

CommerceE-CommerceRetailMarketplacePayments

Properties

Name Type Description
Id string ID of the document that was created or updated.
Href string Document reference URL.
View JSON Schema on GitHub

JSON Schema

vtex-documentresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/documentResponse",
  "title": "documentResponse",
  "required": [
    "Id",
    "Href"
  ],
  "type": "object",
  "description": "Response body object.",
  "properties": {
    "Id": {
      "type": "string",
      "description": "ID of the document that was created or updated."
    },
    "Href": {
      "type": "string",
      "description": "Document reference URL."
    }
  }
}