v1

latestOpenAPI 3.0.02026-07-14202153.0 KB
Documents

Create new document

Creates documents through a JSON object where the key is the name of the field.

post/api/dataentities/{acronym}/documents

Path parameters

acronymstring required

Identifies the kind of data

Headers

Acceptstring required

HTTP Client Negotiation Accept Header. Indicates the types of responses the client can understand

Request body

object required

Response

Hrefstring required
Idstring required

Example response

{
  "Href": "http://{{accountName}}.vtexcommercestable.com.br/api/dataentities/CL/documents/b818cbda-e489-11e6-94f4-0ac138d2d42e",
  "Id": "CL-b818cbda-e489-11e6-94f4-0ac138d2d42e"
}