POST api/InsertSegmentByGroup
Request Information
URI Parameters
None.
Body Parameters
ImportSegment| Name | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.