Create a job
Create a new job idempotently with the given UUIDv1 (other versions not supported).
Path Parameters
ID of the job to create.
Query Parameters
Number of seconds to wait for the job to complete and provide a response.
Body
WorkflowID description
Raw JSON data of the GOBL Envelope or Object when the Silo Entry ID is empty.
ID for the entry in the silo as an alternative for the raw data object.
Tags to associate with the job.
Response
Any attachments that have been generated while processing the job in the workflow will be here.
When this job was completed, will be nil if still ongoing.
When the job was created.
Raw JSON data of the complete GOBL Envelope.
Array of fault objects that represent errors that occurred during the processing of the job.
The UUIDv1 (other versions not supported) of the job
Array of intent objects following the execution of each of the steps of the associated workflow.
Last known status text for this job.
Any tags that may be useful to be associated with the job.
When the job was last updated.