Update a Project Phase. Admin
id
integer
Required
Guid ID of the Phase to be updated. |
This object takes all the parameters needed to update a phase.
System.Collections.ObjectModel.Collection`1[Connections.API.Areas.HelpPage.ModelDescriptions.ParameterDescription] IList
ID
integer
Required on Update
ID of the phase. |
SiteID
globally unique identifier
Required
ID of the site for the phase. |
Name
string
Required
Name of the phase. (Max length 50 characters) |
Rank
integer
Required
Rank of the phase. |
<Phase xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4"> <ID>1</ID> <SiteID>fa221d67-3a3f-4d7e-a546-8203e6fad58a</SiteID> <Name>sample string 1</Name> <Rank>1</Rank> </Phase>
{ "ID": 1, "SiteID": "fa221d67-3a3f-4d7e-a546-8203e6fad58a", "Name": "sample string 1", "Rank": 1 }
ID
integer
Required on Update
ID of the phase. |
SiteID
globally unique identifier
Required
ID of the site for the phase. |
Name
string
Required
Name of the phase. (Max length 50 characters) |
Rank
integer
Required
Rank of the phase. |
<Phase xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4"> <ID>1</ID> <SiteID>f1258290-b581-448a-9cd1-68ea74d3695a</SiteID> <Name>sample string 1</Name> <Rank>1</Rank> </Phase>
{ "ID": 1, "SiteID": "f1258290-b581-448a-9cd1-68ea74d3695a", "Name": "sample string 1", "Rank": 1 }