Request

POST https://api.yourpayroll.co.uk/api/v2/business/{businessId}/report/p46car/ignore

Path parameters

Parameter name Value Description Additional
businessId string Required

Request body

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

{
    "changeType": "string",
    "employeeBenefitCategoryId": "int32"
}

Properties

Name Type Description
changeType string UkP46CarChangeType

Possible values are:

  • Unknown
  • New
  • Withdrawn
employeeBenefitCategoryId int32 Int32

Response

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

Status code Description Resource
200 OK

OK

UkP46CarModel