Creates a new bank account for the employee.
POST https://api.yourpayroll.co.uk/api/v2/ess/{employeeId}/bankaccounts/swagrequired2fa
Parameter name | Value | Description | Additional |
---|---|---|---|
employeeId | string | Required |
The request body takes a complete UkEssBankAccountModel resource, containing the following writable properties:
{
"accountName": "string",
"accountNumber": "string",
"accountType": "string",
"allocateBalance": "boolean",
"allocatedPercentage": "double",
"bsb": "string",
"canBeDeleted": "boolean",
"employeeId": "int32",
"externalReferenceId": "string",
"fixedAmount": "double",
"id": "int32",
"isEmployeeEditable": "boolean",
"rollNumber": "string"
}
Name | Type | Description |
---|---|---|
accountName | string | String |
accountNumber | string | String |
accountType | string |
BankAccountTypeEnum
Possible values are:
|
allocateBalance | boolean | Boolean |
allocatedPercentage | double |
Nullable |
bsb | string | String |
canBeDeleted | boolean | Boolean |
employeeId | int32 | Int32 |
externalReferenceId | string | String |
fixedAmount | double |
Nullable |
id | int32 | Int32 |
isEmployeeEditable | boolean | Boolean |
rollNumber | string | String |
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
200 | OK OK |
UkEssSaveBankAccountResponseModel |
Powered by DapperDox