9. Activate

You can use this service to activate a specific commission.

Activate Commission

POST{{WalletUrl}}/api/v1/commission/by/id/:id/activate

Note: To use this service, the apikeypublic and apiclientpublic parameters must be included in the Header field.

WalletAPI Address

The parameters to be sent to the service (Header) are as follows:

Parameter
Type
Required
Description

apikeypublic

string

Yes

The general key used to provide API access.

apiclientpublic

string

Yes

The public identification key specific to the API client.

{
    "Value": true,
    "Errors": [],
    "IsSuccess": true,
    "IsFailure": false
}

Service Response

Parameter
Type
Description

IsFailure

bool

Indicates whether the operation was unsuccessful. If true, an error has occurred.

IsSuccess

bool

Indicates whether the operation was successful. If true, it has been completed successfully.

Errors

Array

A list containing the details of any errors that occurred.

Value

bool

The operation response.

Last updated