POST AdminApi/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": "ab0a2a60-32f3-424a-ad42-89999f248b26",
"Attr2": "749f10c1-7534-4e99-be68-d254cb3062a2",
"Attr3": "073c89f8-7931-4ec9-93e6-8d7a9def6a45",
"MerchantId": "995fa643-0d73-48c0-910f-5b03efaa217d",
"WhId": "21dc1714-1da6-49b5-b2ed-b134ec54a102",
"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": "b80b9367-84a0-411c-88f8-f518a1f86e68",
"TransFromDesc": "sample string 2",
"TransTo": "31d4aecf-2b69-4a5b-96ff-dc3326c1e2d7",
"TransToDesc": "sample string 4",
"Sku": "7194ad52-4b3c-45d7-aab8-a5a44f52c6fb",
"CatalogId": "5de21b46-b137-48b3-aed6-a530dd439247",
"ProdCode": "sample string 7",
"ProdName": "sample string 8",
"Attr1": "5121fb8d-0d4e-4a20-aefd-f896cc348200",
"Attr2": "1b104099-26e8-4ec1-84d7-6248e6ee9af5",
"Attr3": "24d90b0f-029d-41f8-a6c6-99a51395fbfd",
"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": "b80b9367-84a0-411c-88f8-f518a1f86e68",
"TransFromDesc": "sample string 2",
"TransTo": "31d4aecf-2b69-4a5b-96ff-dc3326c1e2d7",
"TransToDesc": "sample string 4",
"Sku": "7194ad52-4b3c-45d7-aab8-a5a44f52c6fb",
"CatalogId": "5de21b46-b137-48b3-aed6-a530dd439247",
"ProdCode": "sample string 7",
"ProdName": "sample string 8",
"Attr1": "5121fb8d-0d4e-4a20-aefd-f896cc348200",
"Attr2": "1b104099-26e8-4ec1-84d7-6248e6ee9af5",
"Attr3": "24d90b0f-029d-41f8-a6c6-99a51395fbfd",
"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
}
]