POST api/ManageSegment

Request Information

URI Parameters

None.

Body Parameters

SearchSegment
NameDescriptionTypeAdditional information
SegmentID

integer

None.

BudgetYear

string

None.

ORG

string

None.

Name

string

None.

FLEX_VALUE_SET_NAME

string

None.

FLEX_VALUE_MEANING

string

None.

DESCRIPTION

string

None.

SegmentTable

integer

None.

BudgetCode

string

None.

ReturnFailText

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SegmentID": 1,
  "BudgetYear": "sample string 2",
  "ORG": "sample string 3",
  "Name": "sample string 4",
  "FLEX_VALUE_SET_NAME": "sample string 5",
  "FLEX_VALUE_MEANING": "sample string 6",
  "DESCRIPTION": "sample string 7",
  "SegmentTable": 8,
  "BudgetCode": "sample string 9",
  "ReturnFailText": "sample string 10"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'SearchSegment'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.