Update Sender
This endpoint allows the authenticated user to update the details of an existing sender. It involves modifying information such as the sender's name, contact details, or any other relevant metadata associated with the sender.
Method | API Endpoint |
---|---|
POST | https://admin-eficyent.rare-able.com/api/user/senders/update |
headers
: Object containing the API headers.
'X-Api-Key'
: To know how to generate please use
Authentication
'X-Api-Signature'
: To know how to generate please use
Authentication
Body Params
sender_id required
unique_id required Min :1 | Max : 50 | Regex - /^[a-zA-Z0-9-_]+$/
first_name required Min :1 | Max : 50
middle_name optional Min :1 | Max : 30
last_name required Min :1 | Max : 50
country required Size : 2 | Alpha 2 Code . Please use Countries for countries list
address required Min :1 | Max : 255
postal_code required Min :1 | Max : 15
source_of_funds required Accepted values - debt, debt_capital, directors_capital, equity_capital, others, term_loan, venture_funding