FABSearchRequest
FAB_PkgAvailRQ is an example of a FABSearchRequest type.
| Attribute or element | Mandatory? | Definition | Note |
|---|---|---|---|
ResultSetPreferences | Yes | Limit and sort the result set | - |
ResultSetPreferences@SortCode | No, default cost | none or cost. Sort result set | - |
ResultSetPreferences@SortAscending | No, default true | Boolean, if true then sort ascending | - |
ResultSetPreferences@MaxItems | No, default 300 | Integer limit of max number of results to return | - |
InitialViewInfo | Yes | - | - |
InitialViewInfo@Offset | No | - | Advisable to leave unset |
InitialViewInfo@Length | No, default 50 | - | Advisable to always set equal to ResultSetPreferences@MaxItems |
@ResponseTimeoutSecs | No, has default of 30 | Non negative integer | FAB will attempt to abort and return early if this timeout is reached. Advisable to set no lower than 3 seconds. Generally set to the maximum time your consumer or operator is willing to wait for a response (with some margin for your own processing). |
@ExcludeNonBookableSuppliers | No, default false | boolean, if true exclude results that are not bookable in FAB | - |
Last modified November 30, 2022