GET api/transactionables/searchToSale?onlyWithStock={onlyWithStock}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
onlyWithStock

boolean

Default value is False

Body Parameters

None.

Response Information

Resource Description

Collection of TransactionableToSaleData
NameDescriptionTypeAdditional information
TransactionableType

string

None.

TransactionableCode

string

None.

TransactionableName

string

None.

TransactionableBarCode

string

None.

BuildOnDemand

boolean

None.

CheckStock

boolean

None.

StockID

integer

None.

Quantity

decimal number

None.

Lote

string

None.

ExpirationDate

date

None.

TransactionableStoreID

integer

None.

TransactionableStoreName

string

None.

ManufacturerID

integer

None.

ManufacturerName

string

None.

TransactionableTypeAsEnum

TransactionableTypeEnum

None.

SearchName

string

None.

DisplayNameForSale

string

None.

DisplayNameForSaleWithoutStock

string

None.

ID

integer

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

text/xml

Sample:
<ArrayOfTransactionableToSaleData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StackBase.Common.Data">
  <TransactionableToSaleData>
    <ID>1</ID>
    <BuildOnDemand>true</BuildOnDemand>
    <CheckStock>true</CheckStock>
    <ExpirationDate>2025-08-02T19:23:40.7643786+00:00</ExpirationDate>
    <Lote>sample string 5</Lote>
    <ManufacturerID>1</ManufacturerID>
    <ManufacturerName>sample string 7</ManufacturerName>
    <Quantity>1</Quantity>
    <StockID>1</StockID>
    <TransactionableBarCode>sample string 4</TransactionableBarCode>
    <TransactionableCode>sample string 2</TransactionableCode>
    <TransactionableName>sample string 3</TransactionableName>
    <TransactionableStoreID>1</TransactionableStoreID>
    <TransactionableStoreName>sample string 6</TransactionableStoreName>
    <TransactionableType>sample string 1</TransactionableType>
  </TransactionableToSaleData>
  <TransactionableToSaleData>
    <ID>1</ID>
    <BuildOnDemand>true</BuildOnDemand>
    <CheckStock>true</CheckStock>
    <ExpirationDate>2025-08-02T19:23:40.7643786+00:00</ExpirationDate>
    <Lote>sample string 5</Lote>
    <ManufacturerID>1</ManufacturerID>
    <ManufacturerName>sample string 7</ManufacturerName>
    <Quantity>1</Quantity>
    <StockID>1</StockID>
    <TransactionableBarCode>sample string 4</TransactionableBarCode>
    <TransactionableCode>sample string 2</TransactionableCode>
    <TransactionableName>sample string 3</TransactionableName>
    <TransactionableStoreID>1</TransactionableStoreID>
    <TransactionableStoreName>sample string 6</TransactionableStoreName>
    <TransactionableType>sample string 1</TransactionableType>
  </TransactionableToSaleData>
</ArrayOfTransactionableToSaleData>