POST api/SupplementaryPayroll/AddEmployee

Request Information

URI Parameters

None.

Body Parameters

SupplementaryAddEmployeeParam
NameDescriptionTypeAdditional information
SupplementaryId

integer

None.

IsAll

boolean

None.

IsNotSelectAll

boolean

None.

EmployeeIds

Collection of integer

None.

DeletedEmployeeIds

Collection of integer

None.

UserId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "SupplementaryId": 1,
  "IsAll": true,
  "IsNotSelectAll": true,
  "EmployeeIds": [
    1,
    2
  ],
  "DeletedEmployeeIds": [
    1,
    2
  ],
  "UserId": 4
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.