Setup Account Manager Comission
Update
Update an existing Setup Account Manager Comission record by ID.
put/api/cp/setup/account-manager-payment/{id}
Path parameters
idinteger required
Id identifier
Request body
Example request
{
"id": 12345,
"created_at": "2025-01-17T10:30:00Z",
"user_id": 1,
"amount": 99.99,
"currency": "USD",
"description": "A detailed description of the resource"
}Response
Operation completed successfully
Example response
{
"status": "OK"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.