Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Use this method to create new orders.


URL

(POST) orders

PARAMETERS

token

The token obtained on connection

Required

data

A json array containing a list of custom field ids and values. See below for details.

Example:

[ {
	"reference" = "order-name"
	"manager" = "Mister Manager"
	"targetLanguages" = "pl-PL, es-ES"
	"client"="Happy Company" =(json object that contains a person)
	"deadline" = 
	"files" =(json object)  
	"isDeadlineByFiles" = 
	"isAppointment" = (optional)
	"appointmentEndDate" = (optional)
	"appointmentStartDate" =(optional)
	"client" => person => id
	"client" => company => id
	"domains" =(optional)
	"sourceLanguage" =(optional)
	"option" =

} ]
Required
  • No labels