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": "b7721f8f-5610-46b2-ab04-a9296e1045bc",
"Attr2": "058a65e5-8462-403a-801d-8fc51a0bda62",
"Attr3": "9b931f38-9039-4dae-9bd9-9d4fdafd7bcf",
"MerchantId": "794befbf-4cf6-4f10-a47f-389fec8015ec",
"WhId": "14421f23-a694-4bab-ae6c-1cfb0b253725",
"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": "c51c96bf-af98-4a55-88b3-44929de30d42",
"TransFromDesc": "sample string 2",
"TransTo": "cc51a63b-6000-42e7-9c38-6b43e9b6b7e4",
"TransToDesc": "sample string 4",
"Sku": "fff31d3d-d4a8-4ef8-8c2c-db67ecf30586",
"CatalogId": "f76f8345-4f04-4956-97c5-1306d58cb836",
"ProdCode": "sample string 7",
"ProdName": "sample string 8",
"Attr1": "fa99ff79-9ea6-48bc-b572-94a67e78a756",
"Attr2": "f4f7aeab-ac61-4883-91b2-7d9c1271f41f",
"Attr3": "081613b1-8519-44f2-960a-7493804652c4",
"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": "c51c96bf-af98-4a55-88b3-44929de30d42",
"TransFromDesc": "sample string 2",
"TransTo": "cc51a63b-6000-42e7-9c38-6b43e9b6b7e4",
"TransToDesc": "sample string 4",
"Sku": "fff31d3d-d4a8-4ef8-8c2c-db67ecf30586",
"CatalogId": "f76f8345-4f04-4956-97c5-1306d58cb836",
"ProdCode": "sample string 7",
"ProdName": "sample string 8",
"Attr1": "fa99ff79-9ea6-48bc-b572-94a67e78a756",
"Attr2": "f4f7aeab-ac61-4883-91b2-7d9c1271f41f",
"Attr3": "081613b1-8519-44f2-960a-7493804652c4",
"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
}
]