getMarketingOfferList
getMarketingOfferList
Query Parameters
active boolean
active
Responses
- 200
- 401
- 403
- 404
OK
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
active boolean
amount double
branchId int64
customDicts object
property name* int64
dealerId int64
endDate date
id int64
interest double
maxCreditPeriod int32
maxInitialInstallment double
minCreditPeriod int32
minInitialInstallment double
name string
startDate date
subdivisionId int64
[
{
"active": true,
"amount": 0,
"branchId": 0,
"customDicts": {},
"dealerId": 0,
"endDate": "2024-11-20",
"id": 0,
"interest": 0,
"maxCreditPeriod": 0,
"maxInitialInstallment": 0,
"minCreditPeriod": 0,
"minInitialInstallment": 0,
"name": "string",
"startDate": "2024-11-20",
"subdivisionId": 0
}
]
Unauthorized
Forbidden
Not Found
Loading...