9. Activate
You can use this service to activate a specific commission.
Last updated
You can use this service to activate a specific 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.
The parameters to be sent to the service (Header) are as follows:
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
}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