Edit Rekening
Testing
PUT
/store/bankaccounts/{id}
BosOnline/Rekening
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT '/store/bankaccounts/345193134434' \
--header 'Content-Type: application/json' \
--data-raw '{
"account_name": "Mohammad Alfian",
"account_number": "1898731231",
"bank_code": "BCA"
}'
Response Response Example
200 - Success
{
"message": "Bank has been successfully saved."
}
Request
Path Params
id
string
required
Example:
345193134434
Body Params application/json
Responses
Modified at 2025-06-24 07:49:16