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": "4b8ca2bf-75b8-4d07-b5e0-4066fbaf8ff7",
"Attr2": "cc6b3544-8543-4e8e-97ea-b8f6b2e77059",
"Attr3": "1ced3da1-6c57-4b3c-8b01-3b483116844b",
"MerchantId": "329f1a3a-1b9c-4845-8470-13a87973276e",
"WhId": "bb6a57af-414f-42d5-b988-f1aae3a854c9",
"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": "7b7c7308-9a32-4d20-879f-c3498d6a62ce",
"TransFromDesc": "sample string 2",
"TransTo": "48b71217-f7a0-4559-b69f-b3f50c5919bc",
"TransToDesc": "sample string 4",
"Sku": "703e7e41-4cdc-4bba-bd48-b6d0d996778e",
"CatalogId": "cc98d27c-ae3d-48a0-b73c-4f8a9d353bec",
"ProdCode": "sample string 7",
"ProdName": "sample string 8",
"Attr1": "369a3663-1a82-48a5-98d3-6735e85bfbd3",
"Attr2": "e7388d5b-56c7-4480-b876-9b1b3c63f78d",
"Attr3": "379cd319-fdbc-493c-9b59-b4651d7bf5e2",
"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": "7b7c7308-9a32-4d20-879f-c3498d6a62ce",
"TransFromDesc": "sample string 2",
"TransTo": "48b71217-f7a0-4559-b69f-b3f50c5919bc",
"TransToDesc": "sample string 4",
"Sku": "703e7e41-4cdc-4bba-bd48-b6d0d996778e",
"CatalogId": "cc98d27c-ae3d-48a0-b73c-4f8a9d353bec",
"ProdCode": "sample string 7",
"ProdName": "sample string 8",
"Attr1": "369a3663-1a82-48a5-98d3-6735e85bfbd3",
"Attr2": "e7388d5b-56c7-4480-b876-9b1b3c63f78d",
"Attr3": "379cd319-fdbc-493c-9b59-b4651d7bf5e2",
"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
}
]