Получение воронки продаж по системе принятия решений
Path Parameters
dateFrom string required
dateFrom
dateTo string required
dateTo
ruleStepSchemaId int64 required
ruleStepSchemaId
Query Parameters
channel string
Possible values: [ECOMM
, GENERATOR
, LOAN_APPLICATION
, PRESCORE
, SITE
, UNO_MOMENTO
]
channel
Responses
- 200
- 401
- 403
- 404
OK
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
channel string
Possible values: [ECOMM
, GENERATOR
, LOAN_APPLICATION
, PRESCORE
, SITE
, UNO_MOMENTO
]
createdLeadsQty int32
dateFrom date-time
dateTo date-time
issuedLeadsQty int32
levels object[]
denialReasonId int64
deniedQty int32
inputQty int32
name string
outputQty int32
ruleStepTypeId int64
passedLeadsQty int32
ruleStepSchemaId int64
{
"channel": "ECOMM",
"createdLeadsQty": 0,
"dateFrom": "2024-11-20T07:47:08.445Z",
"dateTo": "2024-11-20T07:47:08.445Z",
"issuedLeadsQty": 0,
"levels": [
{
"denialReasonId": 0,
"deniedQty": 0,
"inputQty": 0,
"name": "string",
"outputQty": 0,
"ruleStepTypeId": 0
}
],
"passedLeadsQty": 0,
"ruleStepSchemaId": 0
}
Unauthorized
Forbidden
Not Found
Loading...