{
"p46Cars": [
{
"businessId": "int32",
"carMakeAndModel": "string",
"carRegistrationNumber": "string",
"changeType": "string",
"changeTypeDescription": "string",
"employeeBenefitCategoryId": "int32",
"employeeId": "int32",
"employeeName": "string",
"id": "int32",
"isIgnored": "boolean"
}
]
}
Name | Type | Description |
---|---|---|
p46Cars[] | array | |
p46Cars[].businessId | int32 | Int32 |
p46Cars[].carMakeAndModel | string | String |
p46Cars[].carRegistrationNumber | string | String |
p46Cars[].changeType | string |
UkP46CarChangeType
Possible values are:
|
p46Cars[].changeTypeDescription | string | String |
p46Cars[].employeeBenefitCategoryId | int32 | Int32 |
p46Cars[].employeeId | int32 | Int32 |
p46Cars[].employeeName | string | String |
p46Cars[].id | int32 |
Nullable |
p46Cars[].isIgnored | boolean | Boolean |
Powered by DapperDox