Name | Description | Type | Additional information |
---|---|---|---|
CompanyId |
Represents the Id of the company to retrieve pricing for. |
integer |
Minimum value: 1 |
ItemCodeFilter |
The item code to look for. Null returns all items. |
string |
Min length: 1 String length: inclusive between 0 and 30 |
ItemDescriptionFilter |
The description of the item to look for. Null returns all items. |
string |
Min length: 1 String length: inclusive between 0 and 100 |
MatchPartial |
Determines if partial code and description matches are returned. |
boolean |
Default value is false |
StartingRowNumber |
Determines which row number to start on. |
integer |
Default value is 0 Minimum value: 0 |
RowCount |
How many rows to return in the response. |
integer |
Default value is 50 Minimum value: 1 |