Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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:

Code Block
[ {
	"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