POST api/resources/fields/{id}

Update resource fields

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

PlannerColumnPost
NameDescriptionTypeAdditional information
Order

integer

None.

DisplayName

string

None.

Description

string

None.

InternalName

string

None.

ParentFilterField

string

None.

ColumnType

ColumnTypeEnum

None.

ColumnAggregate

ColumnAggEnum

None.

Choices

Dictionary of string [key] and string [value]

None.

ChoiceParents

Dictionary of string [key] and string [value]

None.

NumericValues

Dictionary of string [key] and decimal number [value]

None.

ReadOnly

boolean

None.

Required

boolean

None.

Percentage

boolean

None.

AIEnabled

boolean

None.

Decimals

integer

None.

DefaultValue

string

None.

AllowAdditions

boolean

None.

PlanTypeId

globally unique identifier

None.

WriteablePlanTypes

Collection of globally unique identifier

None.

Function

FieldFunction

None.

RollupWorkType

globally unique identifier

None.

RollupAggregate

ColumnAggEnum

None.

RollupLookupField

string

None.

RollupField

string

None.

RollupFilter

string

None.

Calculations

Collection of ColumnCalculation

None.

Filter

TableFilter

None.

Hidden

boolean

None.

ShowInQuickStart

boolean

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.