- 
                Notifications
    
You must be signed in to change notification settings  - Fork 2
 
ParcelIDInfoCollection
        Greg Kolinski edited this page Nov 28, 2017 
        ·
        4 revisions
      
     public partial class ParcelIDInfoCollection {
        public short PageSize {get;set;}
        public short PageNumber {get;set;}
        public short Count {get;set;}
        public int TotalRecords {get;set;}
        public short TotalPages {get;set;}
        public ParcelIDInfo[] ParcelIDInfoList {get;set;}
    }- PageSize - Short: The size of the page.
 - PageNumber - Short: The page number.
 - Count - Short: The number of records or entities.
 - TotalRecords - Integer: The the total number of records or entities.
 - TotalPages - Short: The the total number of pages.
 - ParcelIDInfoList - Array Object ParcelIDInfo: A ParcelIDInfo object array.
 
Getting Started
- Getting Started - Basics
 - Getting Started - Extended Capabilities
 - HTTP Connections
 - Visual Studio SOAP Connections
 
- About ECGridOS and Loren Data Corp.
 - Documentation & Nomenclature
 - Using Web Services
 - Networks & Mailboxes
 - Users & Authorization Levels
 - API Keys & Sessions
 - Trading Partners & ECGridIDs
 - Interconnects & Trading Partnerships
 - Parcels, Interchanges & Mailbags
 - Carbon Copies
 
ECGridOS API Calls
- API Calls - Full Definitions Available
 - Asynchronous API Calls - Events
 - Asynchronous API Calls - Task\Async\Await