Share via


StatusAssignmentCreationInformation class

Contains the properties that can be set when creating a StatusAssignment.

Syntax

CSOM

class StatusAssignmentCreationInformation 

JSOM

PS.StatusAssignmentCreationInformation

REST Interface

Supported.

PS.StatusAssignmentCreationInformation

http://contoso.sharepoint.com/sites/pwa/_api/ProjectServer/EnterpriseResources('{resourceid}')/Assignments/Add

POST Example (not all fields may be required)

body = {
	'parameters': {
		'Comment':'value', 
		'Id':'value', 
		'ProjectId':'value', 
		'Task':'value'		
	}

Members

✓ - Read Support       ✓ʷ - Write Support

Properties

Name .NET JSOM REST Type Description
Comment ✓ʷ ✓ʷ ✓ʷ String Gets or sets the comment for the status submission.
Id ✓ʷ ✓ʷ ✓ʷ Guid Gets or sets the GUID of the status assignment.
ProjectId ✓ʷ ✓ʷ ✓ʷ Guid Gets or sets the GUID of the project that contains the status assignment.
Task ✓ʷ ✓ʷ ✓ʷ StatusTaskCreationInformation Gets or sets the task parameters for the status assignment.

See Also

StatusAssignment
StatusAssignmentCollection