<back to all web services

SendForTranslation

The following routes are available for this service:
POST/RestApi/translations/translate
SendForTranslation Parameters:
NameParameterData TypeRequiredDescription
IdsbodyIEnumerable<Guid>No
ProjectDatabodyCreateProjectNo
CreateProject Parameters:
NameParameterData TypeRequiredDescription
TitleformstringNo
StartDateformDateTime?No
EndDateformDateTime?No
DescriptionformstringNo
ConnectorformstringNo
PoReferenceformstringNo
ActualSourceLanguageformstringNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv

HTTP + CSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /RestApi/translations/translate HTTP/1.1 
Host: www.imglobal.com 
Accept: text/csv
Content-Type: text/csv
Content-Length: length

{"ProjectData":{"Title":"String","StartDate":"\/Date(-62135596800000-0000)\/","EndDate":"\/Date(-62135596800000-0000)\/","Description":"String","Connector":"String","PoReference":"String","ActualSourceLanguage":"String"}}