SellerLeadsFilter
The SellerLeadsFilter is an input object type. It is used as an input parameter to the sellerLeads query.
Definition
Section titled “Definition”input SellerLeadsFilter { createdSince: DateTime createdBefore: DateTime updatedSince: DateTime}Fields
Section titled “Fields”| Field | Type | Description |
|---|---|---|
createdSince | DateTime | Filter leads to those created since this Date (inclusive). It must be a valid DateTime type. |
createdBefore | DateTime | Filter leads to those created before this Date (inclusive). It must be a valid DateTime type. |
updatedSince | DateTime | Filter leads to those that have been updated since this Date (inclusive). It will include leads that were created during this time. It must be a valid DateTime type. |