Updates the BACS settings record with the specified ID of the Bacs record.
PUT https://api.yourpayroll.co.uk/api/v2/business/{businessId}/bacs/{id}
Parameter name | Value | Description | Additional |
---|---|---|---|
id | int32 | Required | |
businessId | string | Required |
The request body takes a complete UkBacsApiModel resource, containing the following writable properties:
{
"accountName": "string",
"accountNumber": "string",
"excludeFooter": "boolean",
"fileFormat": "string",
"id": "int32",
"lodgementReference": "string",
"mergeMultipleAccountPayments": "boolean",
"payHmrc": "boolean",
"paymentAdditionalContent": "string",
"paymentDate": "int32",
"serviceUserNumber": "string",
"sortCode": "string"
}
Name | Type | Description |
---|---|---|
accountName | string | String |
accountNumber | string | String |
excludeFooter | boolean | Boolean |
fileFormat | string |
BacsFileFormat
Possible values are:
|
id | int32 | Int32 |
lodgementReference | string | String |
mergeMultipleAccountPayments | boolean | Boolean |
payHmrc | boolean | Boolean |
paymentAdditionalContent | string |
PaymentFilePaymentAdditionalContent
Possible values are:
|
paymentDate | int32 |
Nullable |
serviceUserNumber | string | String |
sortCode | string | String |
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
200 | OK OK |
UkBacsApiModel |
Powered by DapperDox