Update a project status. Admin
|
id
integer
Required
Integer ID of the Status to be updated. |
This object takes all the parameters needed to update a status.
System.Collections.ObjectModel.Collection`1[Connections.API.Areas.HelpPage.ModelDescriptions.ParameterDescription] IList|
ID
integer
Required on Update
ID of the status. |
|
Name
string
Required
Name of the status. (Max length 50 characters) |
|
Rank
integer
Required
Rank of the status. |
|
ShowForInd
boolean
Required on Create
Show for an Individual. |
|
SiteID
globally unique identifier
Required on Create
ID of the site for the status. |
<Status xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4"> <ID>1</ID> <Name>sample string 1</Name> <Rank>1</Rank> <ShowForInd>true</ShowForInd> <SiteID>b9e34c41-dafd-4671-9f22-df92256e21ba</SiteID> </Status>
{
"ID": 1,
"Name": "sample string 1",
"Rank": 1,
"ShowForInd": true,
"SiteID": "b9e34c41-dafd-4671-9f22-df92256e21ba"
}
|
ID
integer
Required on Update
ID of the status. |
|
Name
string
Required
Name of the status. (Max length 50 characters) |
|
Rank
integer
Required
Rank of the status. |
|
ShowForInd
boolean
Required on Create
Show for an Individual. |
|
SiteID
globally unique identifier
Required on Create
ID of the site for the status. |
<Status xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4"> <ID>1</ID> <Name>sample string 1</Name> <Rank>1</Rank> <ShowForInd>true</ShowForInd> <SiteID>0c863c23-b6b5-4234-ba26-2a6d42325641</SiteID> </Status>
{
"ID": 1,
"Name": "sample string 1",
"Rank": 1,
"ShowForInd": true,
"SiteID": "0c863c23-b6b5-4234-ba26-2a6d42325641"
}