Versions Compared

Key

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

...

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
Optional
managerpersonid

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

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

Optional: New reference for project.

Optional
statusOptional: The new status of the project. See ApiProject for status values.Optional
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.
Optional
domains

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

The current list will be replaced by the new ones.
Optional
receiveddateOptional: The new date when this project was received. To clear the value give a empty string.Optional
deadlineOptional: New dead line date. To clear the value give a empty string.Optional
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).

Optional
customfields

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

Example:

 

Code Block
[ {
	"Id": "CustomStr1", 
	"Value": "My field" 
}, 
{ 
	"Id": "CustomStr5", 
	"Value": "A-2233" 
} ]
Optional

...