Update a performance period. PMAdmin
|
id
integer
Required
ID of the period to be updated. |
Contains the parameters needed to update a period.
System.Collections.ObjectModel.Collection`1[Connections.API.Areas.HelpPage.ModelDescriptions.ParameterDescription] IList|
ID
integer
Required on Update
ID of the given period. |
|
SiteID
globally unique identifier
Required on Create
ID of the site for the given period. |
|
StartDate
date
Required
Start date of the given period. |
|
EndDate
date
Required
End date of the given period. |
|
TotalProjects
integer
ReadOnly
Total number of projects for the given period. |
|
TotalCommitments
integer
ReadOnly
Total number of commitments for the given period. |
|
DateSpan
string
ReadOnly
Span of dates for the given period. |
|
Permissions
integer
ReadOnly
Permissions for the given period. |
<Period xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4"> <Permissions>0</Permissions> <ID>1</ID> <SiteID>4bec6a2d-01d5-4f07-ab82-5c80917de7d1</SiteID> <StartDate>2026-08-17T01:10:18.7619709+00:00</StartDate> <EndDate>2026-08-17T01:10:18.7619709+00:00</EndDate> </Period>
,"Permissions":0,"ID":1,"SiteID":"4bec6a2d-01d5-4f07-ab82-5c80917de7d1","StartDate":"2026-08-17T01:10:18.7619709+00:00","EndDate":"2026-08-17T01:10:18.7619709+00:00"}
|
ID
integer
Required on Update
ID of the given period. |
|
SiteID
globally unique identifier
Required on Create
ID of the site for the given period. |
|
StartDate
date
Required
Start date of the given period. |
|
EndDate
date
Required
End date of the given period. |
|
TotalProjects
integer
ReadOnly
Total number of projects for the given period. |
|
TotalCommitments
integer
ReadOnly
Total number of commitments for the given period. |
|
DateSpan
string
ReadOnly
Span of dates for the given period. |
|
Permissions
integer
ReadOnly
Permissions for the given period. |
<Period xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4"> <DateSpan>sample string 5</DateSpan> <Permissions>6</Permissions> <TotalCommitments>1</TotalCommitments> <TotalProjects>1</TotalProjects> <ID>1</ID> <SiteID>be5ba47d-95ab-44ef-ad57-c7387015485c</SiteID> <StartDate>2026-08-17T01:10:18.7775773+00:00</StartDate> <EndDate>2026-08-17T01:10:18.7775773+00:00</EndDate> </Period>
{
"TotalProjects": 1,
"TotalCommitments": 1,
"DateSpan": "sample string 5",
"Permissions": 6,
"ID": 1,
"SiteID": "be5ba47d-95ab-44ef-ad57-c7387015485c",
"StartDate": "2026-08-17T01:10:18.7775773+00:00",
"EndDate": "2026-08-17T01:10:18.7775773+00:00"
}