POST Api/Inventory/GetPurReturnTransItmLst
Request Information
URI Parameters
None.
Body Parameters
InvTransPageInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Condition | InvTransSrchCond |
None. |
Request Formats
application/json, text/json
Sample:
{
"Condition": {
"BatchNum": "sample string 1",
"ProdCodeList": [
"sample string 1",
"sample string 2"
],
"Attr1": "d641704a-a36a-455c-82f2-23af1fbec56a",
"Attr2": "0f9ce764-6def-46a7-a598-30a02cba93b0",
"Attr3": "69949c5e-2ee5-4237-876c-2cb66442cf96",
"MerchantId": "0fa94422-ae71-43ad-b39f-4a5b1a5375e8",
"WhId": "793fc3dd-264d-4f48-9902-50c712ac2e46",
"ExistsCodes": [
"sample string 1",
"sample string 2"
]
}
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of InvTransItemView| Name | Description | Type | Additional information |
|---|---|---|---|
| TransFrom | globally unique identifier |
None. |
|
| TransFromDesc | string |
None. |
|
| TransTo | globally unique identifier |
None. |
|
| TransToDesc | string |
None. |
|
| Sku | globally unique identifier |
None. |
|
| CatalogId | globally unique identifier |
None. |
|
| ProdCode | string |
None. |
|
| ProdName | string |
None. |
|
| Attr1 | globally unique identifier |
None. |
|
| Attr2 | globally unique identifier |
None. |
|
| Attr3 | globally unique identifier |
None. |
|
| Attr1Desc | string |
None. |
|
| Attr2Desc | string |
None. |
|
| Attr3Desc | string |
None. |
|
| TransQty | integer |
None. |
|
| ReturnQty | integer |
None. |
|
| UnitPrice | decimal number |
None. |
|
| IsChecked | boolean |
None. |
|
| SalesQty | decimal number |
None. |
|
| CanReturnQty | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"TransFrom": "3f0ae3af-da77-423e-87e2-c59e21dc6f36",
"TransFromDesc": "sample string 2",
"TransTo": "0ddb9035-22ca-4ba7-9340-ceacfc5e32c1",
"TransToDesc": "sample string 4",
"Sku": "6624be78-fccd-44cb-a52b-beb00fa28ee6",
"CatalogId": "d4b7b02d-160e-4092-b7fd-9d1558777ec4",
"ProdCode": "sample string 7",
"ProdName": "sample string 8",
"Attr1": "c9b91470-ed21-4d6b-b781-74b1da2140c5",
"Attr2": "6459b86d-e1a1-4b20-9629-ec64353782b6",
"Attr3": "152ff90b-7a78-430c-9a66-6480731d5515",
"Attr1Desc": "sample string 12",
"Attr2Desc": "sample string 13",
"Attr3Desc": "sample string 14",
"TransQty": 15,
"ReturnQty": 16,
"UnitPrice": 17.0,
"IsChecked": true,
"SalesQty": 19.0,
"CanReturnQty": 20.0
},
{
"TransFrom": "3f0ae3af-da77-423e-87e2-c59e21dc6f36",
"TransFromDesc": "sample string 2",
"TransTo": "0ddb9035-22ca-4ba7-9340-ceacfc5e32c1",
"TransToDesc": "sample string 4",
"Sku": "6624be78-fccd-44cb-a52b-beb00fa28ee6",
"CatalogId": "d4b7b02d-160e-4092-b7fd-9d1558777ec4",
"ProdCode": "sample string 7",
"ProdName": "sample string 8",
"Attr1": "c9b91470-ed21-4d6b-b781-74b1da2140c5",
"Attr2": "6459b86d-e1a1-4b20-9629-ec64353782b6",
"Attr3": "152ff90b-7a78-430c-9a66-6480731d5515",
"Attr1Desc": "sample string 12",
"Attr2Desc": "sample string 13",
"Attr3Desc": "sample string 14",
"TransQty": 15,
"ReturnQty": 16,
"UnitPrice": 17.0,
"IsChecked": true,
"SalesQty": 19.0,
"CanReturnQty": 20.0
}
]