Setup Account Manager Comission

Update

Update an existing Setup Account Manager Comission record by ID.

put/api/cp/setup/account-manager-comission/{id}

Path parameters

idinteger required

Id identifier

Request body

idinteger

Id

created_atstring date-time nullable

Created At

user_idinteger

User Id

amountnumber required

Amount

currencystring required

Currency

descriptionstring

Description

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

statusstring

Operation status

Example response

{
  "status": "OK"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.