Orders endpoint 
Orders are containers for multiple documents that should be translated.
See
Lifetime and state changes of an order 
for an example of a typical workflow for a full lifetime of an order.
Methods 
Retrieve information about an specific order.
 
List documents of an order.
 
Add a document to an order.
 
List invoices of an order.
 
Create a rating for an order.
 
 
 
Lifetime and state changes of an order 
A typical lifetime of an order and the state changes during it on the right.
2a. Upload documents to DocumentStore
 
POST /orders/:identifier/documents
 
PATCH /orders/:identifier/:request
requested
 
4a. Optional quote workflow
Based on your requirements Toptranslation may provide a quote that needs to be accepted before it starts processing the translations.
quoted
 
GET /orders/:identifier/quotes
 
PATCH /quotes/:identifier/:accept
ordered
 
5. Delivery of translated documents
Configured webhooks may be triggered
delivered
 
GET /orders/:identifier/documents
 
GET /translations/:identifier/download