api.reports.web2lead
POST /reports/web2Lead— ACPortal
Python
api.reports.web2lead(*, data: Web2LeadV2RequestModel | dict) -> list[Web2LeadReport]
CLI
ab reports web2lead [--data ...]
POST /reports/web2Lead.
Args:
data: Web2Lead report payload with date range filters.
Accepts a :class:Web2LeadV2RequestModel instance or a dict.
Request model: :class:Web2LeadV2RequestModel
Request body — Web2LeadV2RequestModel
Field |
Type |
Required |
Description |
|---|---|---|---|
|
|
no |
Range start date (ISO 8601) |
|
|
no |
Range end date (ISO 8601) |
|
|
no |
Page number |
|
|
no |
Items per page |
|
|
no |
Sort config {sortByField: int, sortDir: bool} |
Response
Returns a list of List[Web2LeadReport].
Field |
Type |
Required |
Description |
|---|---|---|---|
|
|
no |
Franchisee ID |
|
|
no |
Lead type |
|
|
no |
Job display ID |
|
|
no |
Intacct status |
|
|
no |
Lead creation date |
|
|
no |
Company name |
|
|
no |
Referring page URL |
|
|
no |
Entry URL |
|
|
no |
Submission page URL |
|
|
no |
How customer heard of us |
|
|
no |
Contact email |
|
|
no |
Contact phone |
|
|
no |
Ship from location |
|
|
no |
Ship to location |
|
|
no |
Referral name |
|
|
no |
Customer comments |
|
|
no |
Current booked price |
|
|
no |
Current booked profit |
|
|
no |
Referral category |
|
|
no |
Total record count |