To update a specific project.
URL
(PUT) projects/{projectid}
PARAMETERS
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. | |
clientcompanyid | Optional: If the client of the project has changed enter the new id of the client in this parameter. | |
comments | Optional: New comments for project. To clear comments give a empty string. | |
instructions | Optional: New instructions for project. To clear instructions give a empty string. | |
pricelistid | Optional: If you want to specify a new pricelist for the project enter the new pricelistid. | |
reference | Optional: New reference for project. | |
status | Optional: 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. | |
receiveddate | Optional: The new date when this project was received. To clear the value give a empty string. | |
deadline | Optional: 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"
Id | The custom string id such as 'CustomStr1', 'CustomStr2', etc. Use method settings/customfields to obtain all available ids. | Required |
Value | The value (string) of the custom field | Required |
RESULTS
None.