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": "17b7805f-5618-4bf4-90ad-5bbaec1255bc",
"Attr2": "0bd1122f-4f77-4f9b-b31c-093007ee1495",
"Attr3": "09b91019-9367-4bd3-85b8-d11123a900b7",
"MerchantId": "28180e98-60ef-41a4-a5bb-c88ad531ea83",
"WhId": "f47ad931-8663-46ba-ad90-2eba83401ffe",
"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": "3affcdb3-0feb-4e5a-8cd1-3b8704584142",
"TransFromDesc": "sample string 2",
"TransTo": "9083c7fc-7d02-4f92-a0b8-4447e72bcc90",
"TransToDesc": "sample string 4",
"Sku": "208e5d84-01cf-4cc3-9a42-e0d3908569fc",
"CatalogId": "c92040e8-44ca-44ef-ad5f-51d9f566429c",
"ProdCode": "sample string 7",
"ProdName": "sample string 8",
"Attr1": "c49a9b45-655b-4c48-906a-0331dcaa1097",
"Attr2": "d825ff8c-49a8-44bd-b40c-a6b3bbea1b76",
"Attr3": "5ab0ae08-2c8c-421c-8e30-65cd2a97bb49",
"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": "3affcdb3-0feb-4e5a-8cd1-3b8704584142",
"TransFromDesc": "sample string 2",
"TransTo": "9083c7fc-7d02-4f92-a0b8-4447e72bcc90",
"TransToDesc": "sample string 4",
"Sku": "208e5d84-01cf-4cc3-9a42-e0d3908569fc",
"CatalogId": "c92040e8-44ca-44ef-ad5f-51d9f566429c",
"ProdCode": "sample string 7",
"ProdName": "sample string 8",
"Attr1": "c49a9b45-655b-4c48-906a-0331dcaa1097",
"Attr2": "d825ff8c-49a8-44bd-b40c-a6b3bbea1b76",
"Attr3": "5ab0ae08-2c8c-421c-8e30-65cd2a97bb49",
"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
}
]