Edit a bucket transfer

This request edits a bucket transfer.

   Click here to learn more about this request

On a line of credit account, a borrower's balance is divided between several buckets which each have their own credit limit and interest rate. You can, however, transfer the balance of one bucket to another. Note the following when using this request:

The LineOfCreditBucketTransferTransactions object holds bucket transfer information, and it's nested within the LineOfCredits entity.

Bucket transfers require a "from" bucket and a "to" bucket. Both buckets must be currently active on the account.

Database

For information regarding line of credit charge database tables, see the following articles:

Database – Line of Credit Bucket Transfers (line_of_credit_bucket_transfer_entity)

Database – Line of Credit Setup Bucket (line_of_credit_setup_bucket_entity)

Database – Line of Credit Account (line_of_credit_entity)

Path Params
int32
required

The ID of the bucket transfer.

Body Params
int32

The bucket where the the transfer is coming from.

int32

The bucket where the transfer is going to.

string
enum

The status of the bucket transfer.

date

The apply date of the bucket transfer.
> Formatted as YYYY-MM-DD.

string

The description of the bucket transfer.
> Limited to 255 characters.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json