GET api/stock/operations/movements/{stockMovementID}/origin-detail
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| stockMovementID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
StockMovementOriginDetailData| Name | Description | Type | Additional information |
|---|---|---|---|
| Type | StockMovementOriginEnum |
None. |
|
| EntityID | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Type": 0,
"EntityID": 1
}
text/xml
Sample:
<StockMovementOriginDetailData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StackBase.Common.Data"> <EntityID>1</EntityID> <Type>SALE</Type> </StockMovementOriginDetailData>