PS.LookupEntryCollection.add Method (ps.js)
Adds a new lookup entry to the collection of lookup entries.
Applies to: Project Professional 2013 | Project Server 2013
PS.LookupEntryCollection.add(parameters)
Parameters
parameters
Type: PS.LookupEntryCreationInformation
An object that contains information that is used to create the lookup entry.
Return value
PS.LookupEntry
REST resource endpoint
Endpoint URI structure
http://<sitecollection>/<site>/_api/ProjectServer/LookupTables('tableid')/Entries/add(parameters)
HTTP requests
This resource supports the following HTTP commands:
- POST
POST syntax
POST http://<sitecollection>/<site>/_api/ProjectServer/LookupTables('tableid')/Entries/add(parameters)
Resource parameters
- parameters