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": "730e216b-ff1f-48a5-be58-b5f70f85b64b",
"Attr2": "9b8266c6-1a16-4a77-9761-c7b057506056",
"Attr3": "5eccf917-c7cb-48fb-b79d-7dee1e21dff9",
"MerchantId": "2734aaa5-7493-4aab-88ff-98272dec775b",
"WhId": "929cd2a9-1e5d-43cc-9320-f54f05e47a64",
"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": "5aa8d655-120e-4544-8574-4115f315912b",
"TransFromDesc": "sample string 2",
"TransTo": "a4371711-5e0f-4bd8-8ed6-236d44197df5",
"TransToDesc": "sample string 4",
"Sku": "17135077-fcfe-45c3-a982-3c50f97e256d",
"CatalogId": "e009b31d-f6be-401a-9cf6-28e0f148087d",
"ProdCode": "sample string 7",
"ProdName": "sample string 8",
"Attr1": "8d2b3967-c4ec-46bc-9e55-690d025acc13",
"Attr2": "ecf7385c-047d-44fb-9201-1ecd9161881a",
"Attr3": "02839a8c-9976-4d2f-ae89-0a25a876ad58",
"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": "5aa8d655-120e-4544-8574-4115f315912b",
"TransFromDesc": "sample string 2",
"TransTo": "a4371711-5e0f-4bd8-8ed6-236d44197df5",
"TransToDesc": "sample string 4",
"Sku": "17135077-fcfe-45c3-a982-3c50f97e256d",
"CatalogId": "e009b31d-f6be-401a-9cf6-28e0f148087d",
"ProdCode": "sample string 7",
"ProdName": "sample string 8",
"Attr1": "8d2b3967-c4ec-46bc-9e55-690d025acc13",
"Attr2": "ecf7385c-047d-44fb-9201-1ecd9161881a",
"Attr3": "02839a8c-9976-4d2f-ae89-0a25a876ad58",
"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
}
]