GET api/priceLists/list?pageNumber={pageNumber}&pageSize={pageSize}&onlyActives={onlyActives}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
pageNumber | integer |
Required |
|
pageSize | integer |
Required |
|
onlyActives | boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PriceListDataName | Description | Type | Additional information |
---|---|---|---|
Name | string |
None. |
|
DateFrom | date |
None. |
|
DateTo | date |
None. |
|
CurrencyCode | CurrencyCodeEnum |
None. |
|
AppBranchOfficeOwnerID | integer |
None. |
|
NumbersToRound | integer |
None. |
|
ModifiedOn | date |
None. |
|
Deleted | boolean |
None. |
|
NameAndCurrency | string |
None. |
|
FullDescription | string |
None. |
|
ID | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Name": "sample string 1", "DateFrom": "2025-08-02T19:22:26.699053+00:00", "DateTo": "2025-08-02T19:22:26.699053+00:00", "CurrencyCode": 0, "AppBranchOfficeOwnerID": 1, "NumbersToRound": 1, "ModifiedOn": "2025-08-02T19:22:26.699053+00:00", "Deleted": true, "NameAndCurrency": "sample string 1 (Pesos)", "FullDescription": "sample string 1 - 2/8/2025 - 2/8/2025 - Pesos", "ID": 1 }, { "Name": "sample string 1", "DateFrom": "2025-08-02T19:22:26.699053+00:00", "DateTo": "2025-08-02T19:22:26.699053+00:00", "CurrencyCode": 0, "AppBranchOfficeOwnerID": 1, "NumbersToRound": 1, "ModifiedOn": "2025-08-02T19:22:26.699053+00:00", "Deleted": true, "NameAndCurrency": "sample string 1 (Pesos)", "FullDescription": "sample string 1 - 2/8/2025 - 2/8/2025 - Pesos", "ID": 1 } ]
text/xml
Sample:
<ArrayOfPriceListData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StackBase.Common.Data.PriceList"> <PriceListData> <ID xmlns="http://schemas.datacontract.org/2004/07/StackBase.Common.Data">1</ID> <AppBranchOfficeOwnerID>1</AppBranchOfficeOwnerID> <CurrencyCode>ARS</CurrencyCode> <DateFrom>2025-08-02T19:22:26.699053+00:00</DateFrom> <DateTo>2025-08-02T19:22:26.699053+00:00</DateTo> <Deleted>true</Deleted> <ModifiedOn>2025-08-02T19:22:26.699053+00:00</ModifiedOn> <Name>sample string 1</Name> <NumbersToRound>1</NumbersToRound> </PriceListData> <PriceListData> <ID xmlns="http://schemas.datacontract.org/2004/07/StackBase.Common.Data">1</ID> <AppBranchOfficeOwnerID>1</AppBranchOfficeOwnerID> <CurrencyCode>ARS</CurrencyCode> <DateFrom>2025-08-02T19:22:26.699053+00:00</DateFrom> <DateTo>2025-08-02T19:22:26.699053+00:00</DateTo> <Deleted>true</Deleted> <ModifiedOn>2025-08-02T19:22:26.699053+00:00</ModifiedOn> <Name>sample string 1</Name> <NumbersToRound>1</NumbersToRound> </PriceListData> </ArrayOfPriceListData>