getDiscountProductById
getDiscountProductById
Path Parameters
id int64 required
id
Responses
- 200
- 401
- 403
- 404
OK
*/*
Schema
Example (from schema)
Schema
discountValue double
id int64
mainCreditProductId int64
name string
secondaryCreditProductId int64
{
"discountValue": 0,
"id": 0,
"mainCreditProductId": 0,
"name": "string",
"secondaryCreditProductId": 0
}
Unauthorized
Forbidden
Not Found
Loading...