POST api/InsertSegmentByGroup

Request Information

URI Parameters

None.

Body Parameters

ImportSegment
NameDescriptionTypeAdditional information
SegmentTable

integer

None.

BudgetYear

string

None.

listSegment

Collection of SearchSegment

None.

Request Formats

application/json, text/json

Sample:
{
  "SegmentTable": 1,
  "BudgetYear": "sample string 2",
  "listSegment": [
    {
      "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"
    },
    {
      "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 'ImportSegment'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.