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": "811b9eb0-532c-44ce-bff3-d6d3a5fd48f0",
"Attr2": "440bcfc0-340d-4934-afb1-306facf2381d",
"Attr3": "c3a3e1fc-9483-4d7b-aa6f-dbeb17d1924d",
"MerchantId": "d736339f-65e9-4649-93b9-b7bc6649f834",
"WhId": "58ac69b6-28be-4c7f-b450-6f90c7332ddf",
"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": "58c90b09-4fb8-4a0a-8624-c3135ea133db",
"TransFromDesc": "sample string 2",
"TransTo": "4f8cdcb0-65e6-4043-8a11-d3b93948dc57",
"TransToDesc": "sample string 4",
"Sku": "480f70d2-62f3-44c9-b604-d1cd67e3531c",
"CatalogId": "b2226896-44d2-4413-b9ae-f353bd1f6201",
"ProdCode": "sample string 7",
"ProdName": "sample string 8",
"Attr1": "5e645543-6623-404b-a06b-11e42c3ca879",
"Attr2": "06256c7e-253a-4918-b98b-63d500c454ac",
"Attr3": "1ba2dd5e-0b50-48ca-a2ba-86a220210448",
"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": "58c90b09-4fb8-4a0a-8624-c3135ea133db",
"TransFromDesc": "sample string 2",
"TransTo": "4f8cdcb0-65e6-4043-8a11-d3b93948dc57",
"TransToDesc": "sample string 4",
"Sku": "480f70d2-62f3-44c9-b604-d1cd67e3531c",
"CatalogId": "b2226896-44d2-4413-b9ae-f353bd1f6201",
"ProdCode": "sample string 7",
"ProdName": "sample string 8",
"Attr1": "5e645543-6623-404b-a06b-11e42c3ca879",
"Attr2": "06256c7e-253a-4918-b98b-63d500c454ac",
"Attr3": "1ba2dd5e-0b50-48ca-a2ba-86a220210448",
"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
}
]