Request Information

URI Parameters

System.Collections.ObjectModel.Collection`1[Connections.API.Areas.HelpPage.ModelDescriptions.ParameterDescription] IList

None.

Body Parameters (Phase)

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.

Request Formats

application/xml, text/xml

Sample
<Phase xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4">
  <ID>1</ID>
  <SiteID>552d6e91-7db3-4bd2-aa0e-fabeedf09c4f</SiteID>
  <Name>sample string 1</Name>
  <Rank>1</Rank>
</Phase>

application/json, text/json

Sample
{
  "ID": 1,
  "SiteID": "552d6e91-7db3-4bd2-aa0e-fabeedf09c4f",
  "Name": "sample string 1",
  "Rank": 1
}

Response Information

Resource Description (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.

Response Formats

application/xml, text/xml

Sample
<Phase xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4">
  <ID>1</ID>
  <SiteID>f2a5db80-b0e7-418e-8616-e0997b75cb10</SiteID>
  <Name>sample string 1</Name>
  <Rank>1</Rank>
</Phase>

application/json, text/json

Sample
{
  "ID": 1,
  "SiteID": "f2a5db80-b0e7-418e-8616-e0997b75cb10",
  "Name": "sample string 1",
  "Rank": 1
}