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 |