POST api/segmentIncome

Request Information

URI Parameters

None.

Body Parameters

InsertSegmentIncomeParam
NameDescriptionTypeAdditional information
SegmentIncomeID

integer

None.

BudgetYear

string

None.

OrganizationID

string

None.

IncomeGroupTypeID

integer

None.

IncomeTypeID

integer

None.

SegmentName

string

None.

SegmentDescription

string

None.

Segment1

integer

None.

Segment2

integer

None.

Segment3

integer

None.

Segment4

integer

None.

Segment5

integer

None.

Segment6

integer

None.

Segment7

integer

None.

Status

string

None.

UseForEmployeeType

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SegmentIncomeID": 1,
  "BudgetYear": "sample string 1",
  "OrganizationID": "sample string 2",
  "IncomeGroupTypeID": 3,
  "IncomeTypeID": 4,
  "SegmentName": "sample string 5",
  "SegmentDescription": "sample string 6",
  "Segment1": 7,
  "Segment2": 8,
  "Segment3": 9,
  "Segment4": 10,
  "Segment5": 11,
  "Segment6": 12,
  "Segment7": 13,
  "Status": "sample string 14",
  "UseForEmployeeType": "sample string 15"
}

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 'InsertSegmentIncomeParam'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.