GET api/transactionables/export?transactionableCategoryID={transactionableCategoryID}&pageNumber={pageNumber}&pageSize={pageSize}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
transactionableCategoryID | integer |
Required |
|
pageNumber | integer |
Required |
|
pageSize | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of TransactionableExportDataName | Description | Type | Additional information |
---|---|---|---|
TransactionableCategoryName | string |
None. |
|
Code | string |
None. |
|
Name | string |
None. |
|
BarCode | string |
None. |
|
IVAAlicuota | decimal number |
None. |
|
PointPlanning | decimal number |
None. |
|
StockQuantity | decimal number |
None. |
|
LastPurchasePrice | decimal number |
None. |
|
LastPurchasePriceCurrencyCode | CurrencyCodeEnum |
None. |
|
LastPurchasePriceDate | date |
None. |
|
ManufacturerName | string |
None. |
|
StockQuantityAsDecimal | decimal number |
None. |
|
PointPlanningAsDecimal | decimal number |
None. |
|
LastPurchasePriceAsStr | string |
None. |
|
LastPurchasePriceDateAsStr | string |
None. |
|
ID | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "TransactionableCategoryName": "sample string 1", "Code": "sample string 2", "Name": "sample string 3", "BarCode": "sample string 4", "IVAAlicuota": 1.0, "PointPlanning": 1.0, "StockQuantity": 1.0, "LastPurchasePrice": 1.0, "LastPurchasePriceCurrencyCode": 0, "LastPurchasePriceDate": "2025-08-02T19:19:36.9429302+00:00", "ManufacturerName": "sample string 5", "StockQuantityAsDecimal": 1.0, "PointPlanningAsDecimal": 1.0, "LastPurchasePriceAsStr": "$ 1,00", "LastPurchasePriceDateAsStr": "02/08/2025", "ID": 1 }, { "TransactionableCategoryName": "sample string 1", "Code": "sample string 2", "Name": "sample string 3", "BarCode": "sample string 4", "IVAAlicuota": 1.0, "PointPlanning": 1.0, "StockQuantity": 1.0, "LastPurchasePrice": 1.0, "LastPurchasePriceCurrencyCode": 0, "LastPurchasePriceDate": "2025-08-02T19:19:36.9429302+00:00", "ManufacturerName": "sample string 5", "StockQuantityAsDecimal": 1.0, "PointPlanningAsDecimal": 1.0, "LastPurchasePriceAsStr": "$ 1,00", "LastPurchasePriceDateAsStr": "02/08/2025", "ID": 1 } ]
text/xml
Sample:
<ArrayOfTransactionableExportData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StackBase.Common.Data.Transactionable"> <TransactionableExportData> <ID xmlns="http://schemas.datacontract.org/2004/07/StackBase.Common.Data">1</ID> <BarCode>sample string 4</BarCode> <Code>sample string 2</Code> <IVAAlicuota>1</IVAAlicuota> <LastPurchasePrice>1</LastPurchasePrice> <LastPurchasePriceCurrencyCode>ARS</LastPurchasePriceCurrencyCode> <LastPurchasePriceDate>2025-08-02T19:19:36.9429302+00:00</LastPurchasePriceDate> <ManufacturerName>sample string 5</ManufacturerName> <Name>sample string 3</Name> <PointPlanning>1</PointPlanning> <StockQuantity>1</StockQuantity> <TransactionableCategoryName>sample string 1</TransactionableCategoryName> </TransactionableExportData> <TransactionableExportData> <ID xmlns="http://schemas.datacontract.org/2004/07/StackBase.Common.Data">1</ID> <BarCode>sample string 4</BarCode> <Code>sample string 2</Code> <IVAAlicuota>1</IVAAlicuota> <LastPurchasePrice>1</LastPurchasePrice> <LastPurchasePriceCurrencyCode>ARS</LastPurchasePriceCurrencyCode> <LastPurchasePriceDate>2025-08-02T19:19:36.9429302+00:00</LastPurchasePriceDate> <ManufacturerName>sample string 5</ManufacturerName> <Name>sample string 3</Name> <PointPlanning>1</PointPlanning> <StockQuantity>1</StockQuantity> <TransactionableCategoryName>sample string 1</TransactionableCategoryName> </TransactionableExportData> </ArrayOfTransactionableExportData>