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 PriceListData| Name | 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": "2026-02-04T03:01:25.4956938+00:00",
"DateTo": "2026-02-04T03:01:25.4956938+00:00",
"CurrencyCode": 0,
"AppBranchOfficeOwnerID": 1,
"NumbersToRound": 1,
"ModifiedOn": "2026-02-04T03:01:25.4956938+00:00",
"Deleted": true,
"NameAndCurrency": "sample string 1 (Pesos)",
"FullDescription": "sample string 1 - 4/2/2026 - 4/2/2026 - Pesos",
"ID": 1
},
{
"Name": "sample string 1",
"DateFrom": "2026-02-04T03:01:25.4956938+00:00",
"DateTo": "2026-02-04T03:01:25.4956938+00:00",
"CurrencyCode": 0,
"AppBranchOfficeOwnerID": 1,
"NumbersToRound": 1,
"ModifiedOn": "2026-02-04T03:01:25.4956938+00:00",
"Deleted": true,
"NameAndCurrency": "sample string 1 (Pesos)",
"FullDescription": "sample string 1 - 4/2/2026 - 4/2/2026 - 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>2026-02-04T03:01:25.4956938+00:00</DateFrom>
<DateTo>2026-02-04T03:01:25.4956938+00:00</DateTo>
<Deleted>true</Deleted>
<ModifiedOn>2026-02-04T03:01:25.4956938+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>2026-02-04T03:01:25.4956938+00:00</DateFrom>
<DateTo>2026-02-04T03:01:25.4956938+00:00</DateTo>
<Deleted>true</Deleted>
<ModifiedOn>2026-02-04T03:01:25.4956938+00:00</ModifiedOn>
<Name>sample string 1</Name>
<NumbersToRound>1</NumbersToRound>
</PriceListData>
</ArrayOfPriceListData>