Retrieve subsidy types.
This API call returns error 1006 if "Price list row subsidy and other fields module" is not enabled on this account.
To add new subsidy types or update existing, use the saveSubsidyType API call.
To delete subsidy types, use the deleteSubsidyType API call.
Parameter name | Description | Possible value | Required |
---|---|---|---|
lang | Retrieve item names in a specific language. If omitted, API will return item names in the default language of your Erply account. Possible values:
|
string | |
recordsOnPage | Number of records API should return. By default 20, at most 100. | integer | |
pageNo | API returns at most recordsOnPage items at a time. To retrieve the next recordsOnPage items, send a new request with pageNo incremented by one. By default, API returns "page 1". | integer |
Field name | Type | Description |
---|---|---|
subsidyTypeID | integer | |
code | string | |
name | string |