v1

latestOpenAPI 3.1.0Apache 2.02026-07-26141310.8 KB
Documents

Build a GOBL document

Parses, calculates, and validates a GOBL document. Optionally wraps the result in an envelope.

post/build

Request body

{"stackTrail":"components:schemas:BuildRequest:properties:data","oasType":"schema","type":"unknown","description":"GOBL document to build."}
{"stackTrail":"components:schemas:BuildRequest:properties:template","oasType":"schema","type":"unknown","description":"Optional template to merge with the data before building."}
typestring

Document type hint (e.g. bill/invoice).

envelopboolean

Wrap the result in an envelope.

Response

Built document or envelope

{"stackTrail":"paths:/build:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
All 14 operations