GET
/v1/commission-fees/{id}
curl \
--request GET 'https://api.lwolf.com/backoffice/v1/commission-fees/{id}'
Response examples (200)
{
"id": "string",
"fee": {
"name": "string",
"shortName": "string"
},
"amount": 0,
"taxAmount": 0,
"percentage": 0,
"taxPercentage": 0,
"createdTimestamp": "string",
"modifiedTimestamp": "string",
"paymentMethodCode": "string",
"calculationMethodCode": "A"
}
Response examples (400)
{
"id": "string",
"code": 0,
"details": [
"string"
],
"message": "string"
}
Response examples (401)
{
"id": "string",
"code": 0,
"details": [
"string"
],
"message": "string"
}
Response examples (403)
{
"id": "string",
"code": 0,
"details": [
"string"
],
"message": "string"
}
Response examples (404)
{
"id": "string",
"code": 0,
"details": [
"string"
],
"message": "string"
}