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": "5ea8d61d-d25b-438d-bc5d-12e287a7b64f",
"Attr2": "9b1c8924-a522-430d-8cd5-31c10d788222",
"Attr3": "5389e8aa-274d-4b67-b538-5fa15ed5b1b6",
"MerchantId": "47077d08-ebed-4fd7-bb76-e05e83023a70",
"WhId": "1164d78b-d0b6-4700-bec0-51a763b2ae8a",
"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": "c2f76363-8154-4e62-bbae-c7c40954b7b6",
"TransFromDesc": "sample string 2",
"TransTo": "b3a58fb7-48dd-4b2f-9867-81f461eed953",
"TransToDesc": "sample string 4",
"Sku": "dacab172-966f-4b7a-beef-b87a68b05bb3",
"CatalogId": "908bba68-f146-4620-9b7b-b34f938934be",
"ProdCode": "sample string 7",
"ProdName": "sample string 8",
"Attr1": "a719edcc-2d21-41ae-89aa-01a2b61fa553",
"Attr2": "20a632a9-2d03-4409-8f6c-4406e86ab646",
"Attr3": "d414b046-cd2c-43c3-9ab8-7adade5ee17b",
"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": "c2f76363-8154-4e62-bbae-c7c40954b7b6",
"TransFromDesc": "sample string 2",
"TransTo": "b3a58fb7-48dd-4b2f-9867-81f461eed953",
"TransToDesc": "sample string 4",
"Sku": "dacab172-966f-4b7a-beef-b87a68b05bb3",
"CatalogId": "908bba68-f146-4620-9b7b-b34f938934be",
"ProdCode": "sample string 7",
"ProdName": "sample string 8",
"Attr1": "a719edcc-2d21-41ae-89aa-01a2b61fa553",
"Attr2": "20a632a9-2d03-4409-8f6c-4406e86ab646",
"Attr3": "d414b046-cd2c-43c3-9ab8-7adade5ee17b",
"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
}
]