Setup Account Manager Comission

Read

Retrieve a single Setup Account Manager Comission record by ID.

get/api/cp/setup/account-manager-payment/{id}

Path parameters

idinteger required

Id identifier

Response

Successful response

idinteger

Id

created_atstring date-time nullable

Created At

user_idinteger

User Id

amountnumber

Amount

currencystring

Currency

descriptionstring

Description

Example response

{
  "id": 12345,
  "created_at": "2025-01-17T10:30:00Z",
  "user_id": 1,
  "amount": 99.99,
  "currency": "USD",
  "description": "A detailed description of the resource"
}

Changes

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