POST
/
silo
/
v1
/
gobl
/
build
curl --request POST \
  --url https://api.invopop.com/silo/v1/gobl/build \
  --header 'Content-Type: application/json' \
  --data '{
  "data": "<any>",
  "envelop": true
}'
{
  "data": "<any>"
}

Body

application/json
data
any

GOBL Envelope or Object to calculate and validate.

envelop
boolean

When true, a complete GOBL Envelope will be provided as opposed to the standalone object.

Response

200 - application/json
data
any

GOBL Envelope or Object response to a build request.