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": "92e86455-7cac-4536-98b1-ae2d718fdfac",
"Attr2": "ba029a14-20a8-46b6-a5f0-3f93769d168f",
"Attr3": "d60d0431-48e0-468a-9cb3-0ecaadfb2485",
"MerchantId": "2136a4f4-50f5-4ab7-9879-216e482c89a8",
"WhId": "aa58bb96-f46f-4dc7-b2c9-45e4e4721864",
"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": "9ce4578f-1b62-4f2d-b035-f07b8e042279",
"TransFromDesc": "sample string 2",
"TransTo": "91408b90-33b3-4956-bf1f-45525d87911b",
"TransToDesc": "sample string 4",
"Sku": "acc4d73c-51b7-49c5-8c5c-8e0af68525d5",
"CatalogId": "39e998d7-6bc9-4311-bb7e-f126e90b27ee",
"ProdCode": "sample string 7",
"ProdName": "sample string 8",
"Attr1": "acf828b0-0dd2-424d-92d5-d5e57cab813a",
"Attr2": "98af215d-7f85-4cdf-a670-ef6a0dea7dab",
"Attr3": "701b8f09-440e-4fcc-9127-f68f46021c08",
"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": "9ce4578f-1b62-4f2d-b035-f07b8e042279",
"TransFromDesc": "sample string 2",
"TransTo": "91408b90-33b3-4956-bf1f-45525d87911b",
"TransToDesc": "sample string 4",
"Sku": "acc4d73c-51b7-49c5-8c5c-8e0af68525d5",
"CatalogId": "39e998d7-6bc9-4311-bb7e-f126e90b27ee",
"ProdCode": "sample string 7",
"ProdName": "sample string 8",
"Attr1": "acf828b0-0dd2-424d-92d5-d5e57cab813a",
"Attr2": "98af215d-7f85-4cdf-a670-ef6a0dea7dab",
"Attr3": "701b8f09-440e-4fcc-9127-f68f46021c08",
"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
}
]