Credit allocation rule
GET/license/api/v1/credit-allocation-rule-names
Get a credit allocation rule names
Responses
- 200
Success
- */*
- Schema
- Example (from schema)
Schema
names string[]
{
"names": [
"string"
]
}
Loading...
GET/license/api/v1/credit-allocation-rule-names
Get a credit allocation rule names
Success
{
"names": [
"string"
]
}