Click or drag to resize

LeadsInboxGetResult Class

Successful response from retrieving leads.
Inheritance Hierarchy
SystemObject
  ASI.TAM.API.Data.UI.LeadsInboxLeadsInboxGetResult
Namespace:  ASI.TAM.API.Data.UI.LeadsInbox
Assembly:  ASI.TAM.API.Data.UI.LeadsInbox (in ASI.TAM.API.Data.UI.LeadsInbox.dll) Version: 2021.1.0.1
Syntax
public class LeadsInboxGetResult

The LeadsInboxGetResult type exposes the following members.

Properties
  NameDescription
Public propertycurrent_page
Current page number.
Public propertylead_inbox_payload_report
Provides status for each payload item per lead like Quote, Account etc.
Public propertyleads
Collection of lead information.
Public propertypage_size
Size of the page.
Public propertytotal_pages
Toal number of pages.
Public propertytotal_records
Total records per page.
Top
See Also