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": "d304bb9f-a022-4aa0-8a28-2cc847d8d0c6",
"Attr2": "16eb0548-8ede-4343-a9ab-b07a88148691",
"Attr3": "a037a536-daed-4800-a766-d70c98d3617c",
"MerchantId": "c193635f-2e58-4d94-aeba-43fae57ab9e7",
"WhId": "7a43eec5-6152-4aae-bfeb-4e598eb17c47",
"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": "5313177b-9e01-4a16-b13f-7ff8d96c6e39",
"TransFromDesc": "sample string 2",
"TransTo": "837f59c8-507a-46aa-960f-a98816cbd891",
"TransToDesc": "sample string 4",
"Sku": "42ebf932-e442-40fc-8364-d2842c2142c9",
"CatalogId": "e00178b2-5770-4929-9490-6cba4c2e683b",
"ProdCode": "sample string 7",
"ProdName": "sample string 8",
"Attr1": "8d04a1b7-101f-46c6-a6bf-8f5885afac89",
"Attr2": "c4aa46bb-d583-4906-9896-557e57c6064c",
"Attr3": "1d904d9e-f6ef-4a3b-b2a6-791cee790807",
"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": "5313177b-9e01-4a16-b13f-7ff8d96c6e39",
"TransFromDesc": "sample string 2",
"TransTo": "837f59c8-507a-46aa-960f-a98816cbd891",
"TransToDesc": "sample string 4",
"Sku": "42ebf932-e442-40fc-8364-d2842c2142c9",
"CatalogId": "e00178b2-5770-4929-9490-6cba4c2e683b",
"ProdCode": "sample string 7",
"ProdName": "sample string 8",
"Attr1": "8d04a1b7-101f-46c6-a6bf-8f5885afac89",
"Attr2": "c4aa46bb-d583-4906-9896-557e57c6064c",
"Attr3": "1d904d9e-f6ef-4a3b-b2a6-791cee790807",
"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
}
]