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": "bc72c182-08af-49a6-968a-6898c2a54193",
"Attr2": "6bb0c1cb-2079-4fd6-b856-4f811833dde9",
"Attr3": "822145d0-6650-49b5-a3b3-6ecdac82fa73",
"MerchantId": "b57db737-a5ce-4481-8ec0-ae687a4119e7",
"WhId": "8af1b060-5170-4568-8891-712ff9eba8e0",
"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": "be4d605a-d26f-4a38-a01c-234b9c4faaf9",
"TransFromDesc": "sample string 2",
"TransTo": "22a3a326-fd42-4be7-b731-2dc0ba845050",
"TransToDesc": "sample string 4",
"Sku": "77bce22f-3c90-4eb5-b676-69891187064c",
"CatalogId": "91226cf8-bb6f-4d0f-a5d1-21ad575fa40f",
"ProdCode": "sample string 7",
"ProdName": "sample string 8",
"Attr1": "585e18ad-2fb2-41b1-8511-e5d747403293",
"Attr2": "202255e8-8eea-4c7c-9608-a4ed77089a36",
"Attr3": "2a9b1cd2-a7f3-497b-94e9-8ea8bef66ef1",
"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": "be4d605a-d26f-4a38-a01c-234b9c4faaf9",
"TransFromDesc": "sample string 2",
"TransTo": "22a3a326-fd42-4be7-b731-2dc0ba845050",
"TransToDesc": "sample string 4",
"Sku": "77bce22f-3c90-4eb5-b676-69891187064c",
"CatalogId": "91226cf8-bb6f-4d0f-a5d1-21ad575fa40f",
"ProdCode": "sample string 7",
"ProdName": "sample string 8",
"Attr1": "585e18ad-2fb2-41b1-8511-e5d747403293",
"Attr2": "202255e8-8eea-4c7c-9608-a4ed77089a36",
"Attr3": "2a9b1cd2-a7f3-497b-94e9-8ea8bef66ef1",
"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
}
]