PROTEL PORTAL PLUS
Online documentation
GetDespatchsRequest
Inheritance: RequestBase
Property Name | Type | Description |
RunAtSource | bool | if true, runs at specified source, if false runs at portal+ db |
SourceIntId | int? * [Required] |
if RunAtSource is false, this works as a source filter if RunAtSource is true, the records will be fetched from the source system (eg:suite 8, opera, mc) |
FolderIntId | int? |
When fetching e-invoices from source, Portal+ also updates the local Portal+ database with fresh data and this field is used to categorise new invoices upon local insert. This field can only be used when RunAtSource is true |
Condition | Condition | Set Condition |
Sorts | List< SortDescriptor > | Selection list order |
PagingOption | PagingOption | Used to paging |
FillTotalRecordCount | bool | true, fills total record count |
DoNotFetchInvoiceLines | bool | If false, fetches despatch lines |
DoNotWriteToLocal | bool? | True prevents writing to local portalplus database |
LoadInvoiceParts | bool | If true, Loads Invoices Parts |
AuthData | AuthData * [Required] | Authentication data |