Versions Compared

Key

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

To update a specific project.


Child pages (Children Display)

URL

(PUT) projects/{projectid}

PARAMETERS

targetlocales

...

languagexml

token

The token obtained on connection

Required

projectid

The project identifier.

Required

targetlocales

Optional: New locales. A comma separated list of target languages.

The current list of target languages will be replace by the new ones.

Minimum Value: Codyt=2, Standard=1
 
managerpersonid

Optional: New id of person who will managed the project.

To remove the manager of the project enter a empty string.
 
clientcompanyidOptional: If the client of the project has changed enter the new id of the client in this parameter. 
commentsOptional: New comments for project. To clear comments give a empty string. 
instructionsOptional: New instructions for project. To clear instructions give a empty string. 
pricelistidOptional: If you want to specify a new pricelist for the project enter the new pricelistid. 
reference

Optional: New reference for project.

 
statusOptional: The new status of the project. See ApiProject for status values. 
tasks

Optional: Only for standard project ! A comma separated list of new task. See ApiProject for task values.

The current list will be replaced by the new ones.
 
domains

Optional: A comma separated list of new domains. See ApiProject for domain values.

The current list will be replaced by the new ones.
 
receiveddateOptional: The new date when this project was received. To clear the value give a empty string. 
deadlineOptional: New dead line date. To clear the value give a empty string. 
parserprofileid

The id of the document format profile to use with this project. In Wordbee the document format profiles can be configured from the “Settings” menu. See (LIEN ICI)Document format profiles for loading the list of all profiles and obtaining the profile ids.

Set 0 to reset to null (remove profile from project).

 
customfields

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

Example:

 

 [ { “Id”: “CustomStr1”, “Value”: “My field” }, { “Id”: “CustomStr5”, “Value”: “A-2233” } ]
 

 

JSON format of parameter "customfields"

 

IdThe custom string id such as 'CustomStr1', 'CustomStr2', etc. Use method settings/customfields to obtain all available ids.Required
ValueThe value (string) of the custom fieldRequired

 

RESULTS

None.