TranslationJob 2.5 CreateTranslationJob
Creates a new translation job and returns the element id of the new translation job.
Parameters
| Name | Type | Direction | Description |
|---|---|---|---|
| psAuthContext | String | InOut | Deprecated proprietary authentication context only used by .ASMX web services based on internal username/password authentication. Claims based security standards drive all the WCF .SVC web services making this parameter redundant. |
| pasWriteAccess | StringArray | In | Write access list |
| pasReadAccess | StringArray | In | Read access list |
| psXMLMetaData | String | In | Metadata XML structure with the metadata that will be set on the current object |
| psXMLTranslationJobContainerList | String | In | The Translation Job container List XML structure containing all changes that need to be made to the translation job containers |
| psXMLTranslationJobWorkflowList | String | In | The Translation Job workflow List XML structure containing all changes that need to be made to the translation job workflows |
| psOutTranslationJobId | String | Out | The element name of the translation job |
Note that:
- All translation job containers and workflows are passed together with the job definition.
Which data has to be submitted?
| Field | Description |
|---|---|
| FNAME | The name of the translation job |
| FISHTRANSJOBSTATUS | The status of the translation job |
| FISHTRANSJOBSENTOUTBY | The user that sent out the translation job |
| FISHTRANSJOBSRCLNG | The source language of the translation job |
| FISHTRANSJOBTRANSTEMPLID | The id of the template |
| FISHTRANSJOBRESOLUTIONS | Image resolutions to translate |
| FISHTRANSJOBREQUIREDDATE | The required date for the translation |
| FISHTRANSJOBINCLTRANSLTD | The value that specifies whether the objects already in translation should be included |
| FISHTRANSJOBTARGETFIELDS | The target fields used for the push translation |
| FISHTRANSJOBTYPE | The type of the translation job |
| FDESCRIPTION | The description of the translation job |
| FUSERGROUP | The user that created the translation job |
Translation job container:
| Field | Description |
|---|---|
| LOGICALID | The logical id of the object that is referenced by a container |
| VERSIONNUMBER | The version of the object that is referenced by a container |
| CONTAINERTYPE | The type of the object that is referenced by a container |
Translation job workflow:
| Field | Description |
|---|---|
| WORKFLOWREF | The reference to the external workflow in a translation management system. Comes from the template and used to show in UI |
| LNG | The target language |