StatusTaskCreationInformation class
Contains the properties that can be set when creating a StatusTask.
Syntax
CSOM
class StatusTaskCreationInformation
JSOM
PS.StatusTaskCreationInformation
REST Interface
Supported.
PS.StatusTaskCreationInformation
See [StatusAssignmentCreationInformation](StatusAssignmentCreationInformation.md) - Task property.
POST Example (not all fields may be required)
body = {
'parameters': {
'Finish':'value',
'Id':'value',
'Name':'value',
'ParentId':'value',
'Start':'value',
'Work':'value'
}
Members
✓ - Read Support ✓ʷ - Write Support