Update Credit Line Source – Updates the source information for a credit line on an account.put https://example.com/programs/{programCode}/accounts/{accountIdentifier}/creditLinesSourceUpdates the source information for a credit line on the specified account. Returns the result of the update operation.Path ParamsprogramCodestringrequiredThe program code associated with the request.accountIdentifierstringrequiredThe unique identifier of the account for which to update the credit line source. Must be a valid GUID.Body Paramsapplication/json-patch+jsonapplication/jsontext/jsonapplication/*+jsonThe Gd.Bos.DataTransfer.Request.UpdateCreditLineSourceRequest object containing the updated source information.Represents a request to update the income and expense sources for an account's credit line evaluation. Contains the account identifier, income and expense amounts, and their respective frequencies. Used in the Update Credit Line Source API to provide or update financial data that determines the eligible credit line for an account. Inherits standard request metadata from Gd.Bos.DataTransfer.Request.RequestBase.incomedoubleThe user's income amount to be used in credit line evaluation. Must be non-negative.incomeFrequencystring | nullThe frequency of the income (e.g., "monthly", "weekly").expensedoubleThe user's expense amount to be used in credit line evaluation. Must be non-negative.expenseFrequencystring | nullThe frequency of the expense (e.g., "monthly", "weekly").HeadersX-GD-RequestIdstringrequiredThe unique request identifier for idempotency and tracking. Must be provided in the X-GD-RequestId header.acceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/jsonAllowed:application/jsontext/jsoncontent-typestringenumDefaults to application/json-patch+jsonGenerated from available request content typesapplication/*+jsonapplication/jsonapplication/json-patch+jsontext/jsonAllowed:application/*+jsonapplication/jsonapplication/json-patch+jsontext/jsonResponses 200OK 401Unauthorized 403Forbidden 500Internal Server Error 503Service UnavailableUpdated 6 months ago Get Consumer Profile Extension – Retrieves extension attributes for a user's consumer profile.Get Credit Scores – Retrieves credit scores for a user associated with an account.Did this page help you?YesNo