Creates a new recurring benefits in kind adjustment for the employee.

Request

POST https://apimy.yourpayroll.io/api/v2/business/{businessId}/employee/{employeeId}/benefitsinkindadjustment

Path parameters

Parameter name Value Description Additional
businessId string Required
employeeId string Required

Request body

The request body takes a complete EmployeeRecurringBenefitsInKindAdjustmentModel resource, containing the following writable properties:

{
    "amount": "double",
    "employeeId": "int32",
    "expiryDate": "date-time",
    "fromDate": "date-time",
    "id": "int32",
    "isActive": "boolean",
    "maximumAmountPaid": "double",
    "notes": "string",
    "specify": "string",
    "taxable": "boolean",
    "totalAmountPaid": "double",
    "type": "string"
}

Properties

Name Type Description
amount double Decimal
employeeId int32 Int32
expiryDate date-time Nullable
fromDate date-time DateTime
id int32 Nullable
isActive boolean Boolean
maximumAmountPaid double Nullable
notes string String
specify string String
taxable boolean Boolean
totalAmountPaid double Decimal
type string MyBenefitsInKindType

Possible values are:

  • MotorCar
  • PetrolWithoutCar
  • DriverProvided
  • HouseholdFurnishings
  • BenefitsOrGifts
  • MonthlyBills
  • OtherAssets
  • DentalBenefit
  • ChildcareBenefit
  • FoodAndDrink
  • FreeTransportation
  • ObligatoryInsurance
  • GroupInsurance
  • LeavePassage
  • BenefitsEmploymentDuties
  • DiscountsGoodsAndServices
  • BenefitsMonthlyBills
  • BenefitsMedicalTreatment
  • PetrolBenefits
  • Other
  • LivingAccommodation

Response

The following HTTP status codes may be returned, optionally with a response resource.

Status code Description Resource
200 OK

OK

EmployeeRecurringBenefitsInKindAdjustmentModel