GET api/stock/operations/movements?pageNumber={pageNumber}&pageSize={pageSize}&transactionableID={transactionableID}&stockInHandID={stockInHandID}&dateFrom={dateFrom}&dateTo={dateTo}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
pageNumber

integer

Required

pageSize

integer

Required

transactionableID

integer

None.

stockInHandID

integer

None.

dateFrom

date

None.

dateTo

date

None.

Body Parameters

None.

Response Information

Resource Description

Collection of StockMovementData
NameDescriptionTypeAdditional information
StockOperationID

integer

None.

StockInHandID

integer

None.

Quantity

decimal number

None.

PreviousQuantityStockInHand

decimal number

None.

FinalQuantityStockInHand

decimal number

None.

PreviousQuantityStock

decimal number

None.

FinalQuantityStock

decimal number

None.

Description

string

None.

StockOperationType

string

None.

StockOperationDescription

string

None.

Lote

string

None.

ExpirationDate

date

None.

CreatedOn

date

None.

Responsible

string

None.

ExpirationDateToStr

string

None.

CreatedOnToStr

string

None.

QuantityToStr

string

None.

FinalQuantityStockInHandToStr

string

None.

PreviousQuantityStockInHandToStr

string

None.

FinalQuantityStockToStr

string

None.

PreviousQuantityStockToStr

string

None.

IsInputMoney

boolean

None.

DescriptionToStr

string

None.

ID

integer

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

text/xml

Sample:
<ArrayOfStockMovementData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StackBase.Common.Data">
  <StockMovementData>
    <ID>1</ID>
    <CreatedOn>2025-08-02T19:24:07.0939984+00:00</CreatedOn>
    <Description>sample string 1</Description>
    <ExpirationDate>2025-08-02T19:24:07.0939984+00:00</ExpirationDate>
    <FinalQuantityStock>1</FinalQuantityStock>
    <FinalQuantityStockInHand>1</FinalQuantityStockInHand>
    <Lote>sample string 4</Lote>
    <PreviousQuantityStock>1</PreviousQuantityStock>
    <PreviousQuantityStockInHand>1</PreviousQuantityStockInHand>
    <Quantity>1</Quantity>
    <Responsible>sample string 5</Responsible>
    <StockInHandID>1</StockInHandID>
    <StockOperationDescription>sample string 3</StockOperationDescription>
    <StockOperationID>1</StockOperationID>
    <StockOperationType>sample string 2</StockOperationType>
  </StockMovementData>
  <StockMovementData>
    <ID>1</ID>
    <CreatedOn>2025-08-02T19:24:07.0939984+00:00</CreatedOn>
    <Description>sample string 1</Description>
    <ExpirationDate>2025-08-02T19:24:07.0939984+00:00</ExpirationDate>
    <FinalQuantityStock>1</FinalQuantityStock>
    <FinalQuantityStockInHand>1</FinalQuantityStockInHand>
    <Lote>sample string 4</Lote>
    <PreviousQuantityStock>1</PreviousQuantityStock>
    <PreviousQuantityStockInHand>1</PreviousQuantityStockInHand>
    <Quantity>1</Quantity>
    <Responsible>sample string 5</Responsible>
    <StockInHandID>1</StockInHandID>
    <StockOperationDescription>sample string 3</StockOperationDescription>
    <StockOperationID>1</StockOperationID>
    <StockOperationType>sample string 2</StockOperationType>
  </StockMovementData>
</ArrayOfStockMovementData>