Create a new Project Phase. Admin
None.
This object takes all the parameters needed to create a new 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>a2e9c50f-0ce8-4016-aebb-0a29c3e6b17c</SiteID> <Name>sample string 1</Name> <Rank>1</Rank> </Phase>
{
"ID": 1,
"SiteID": "a2e9c50f-0ce8-4016-aebb-0a29c3e6b17c",
"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>65e231bc-408c-4be3-bf49-c1fe2d1ce9ce</SiteID> <Name>sample string 1</Name> <Rank>1</Rank> </Phase>
{
"ID": 1,
"SiteID": "65e231bc-408c-4be3-bf49-c1fe2d1ce9ce",
"Name": "sample string 1",
"Rank": 1
}