GET api/invoiceyears?Limit={Limit}&Page={Page}&StoreId={StoreId}
Receive a list of all product's invoice years
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
limit |
Amount of results (default: 50) (maximum: 100) |
integer |
None. |
page |
Page to show (default: 1) |
integer |
None. |
store_id | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
InvoiceYearsRootObjectName | Description | Type | Additional information |
---|---|---|---|
invoice_years | Collection of InvoiceYearDto |
None. |
Response Formats
application/json, text/json
Sample:
{ "invoice_years": [ { "value": "sample string 1" }, { "value": "sample string 1" } ] }
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.