Update project

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

    Optional

    managerpersonid

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

    To remove the manager of the project enter a empty string.

    Optional

    clientcompanyid

    Optional: If the client of the project has changed enter the new id of the client in this parameter.

    Optional

    comments

    Optional: New comments for project. To clear comments give a empty string.

    Optional

    instructions

    Optional: New instructions for project. To clear instructions give a empty string.

    Optional

    pricelistid

    Optional: If you want to specify a new pricelist for the project enter the new pricelistid.

    Optional

    reference

    Optional: New reference for project.

    Optional

    status

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

    receiveddate

    Optional: The new date when this project was received. To clear the value give a empty string.

    Optional

    deadline

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

     

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

    Optional

     

    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

     

    WARNING

    Removing a language from a project removes all the translations in this language.

    RESULTS

    None.