The GetReturnOfGoods function returns all returnOfGood records for the specified parameters.
Method | /productbasecomponents.asmx/GetReturnOfGoods |
The request body is of type GetReturnOfGoods.
Name | Description | Data Type |
---|---|---|
filter | ReturnOfGoodsFilter | |
offset | xml:int | |
recordCount | xml:int | |
orderBy | xml:string |
|
The response body is of type GetReturnOfGoodsResponse.
Name | Description | Data Type |
---|---|---|
GetReturnOfGoodsResult | ArrayOfViewReturnOfGoodsInfo |
|