Skip to content
Longport Whale
File import

Update Fileupload Config

The "Config" entry on the File Import page edits whether a file type is shown / needs reconciliation. GET on the same path reads the config list on page load (getFileuploadConfig).

PUThttps://b-api.longbridge.xyz/settlement_work_scheduler/fileupload/config

Authorization

AuthorizationstringheaderRequired

Send the Broker ACCESS_TOKEN as Authorization: Bearer <token>.

Request body application/json

idnumberrequired

Config ID

is_showbooleanrequired

Is Show

is_reconciliationboolean

Is Reconciliation

audit_frontend_resourceobject

Audit Frontend Resource

Responses

HTTP 200Returns business fields.
Standard response envelopecodemessagedata
dataobjectdata structure
configsarray<object>

The list of file-upload configurations.

Whale Docs