POST https://api.yourpayroll.co.uk/api/v2/business/{businessId}/report/p46car/ignore
Parameter name | Value | Description | Additional |
---|---|---|---|
businessId | string | Required |
The request body takes a complete UkIgnoreP46CarModel resource, containing the following writable properties:
{
"changeType": "string",
"employeeBenefitCategoryId": "int32"
}
Name | Type | Description |
---|---|---|
changeType | string |
UkP46CarChangeType
Possible values are:
|
employeeBenefitCategoryId | int32 | Int32 |
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
200 | OK OK |
UkP46CarModel |
Powered by DapperDox