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": "e0a2403a-3a32-4a4e-af37-5104412ff3fe",
"Attr2": "4ba17e4b-c40e-4c7f-b98e-951f2eb8ea91",
"Attr3": "1210b906-a9e7-4f95-9dc8-78fc97b5230c",
"MerchantId": "2096ae74-11ad-4933-9c64-51586cee6b2d",
"WhId": "46d57832-4e19-45e3-b542-c9f145a4fde5",
"ExistsCodes": [
"sample string 1",
"sample string 2"
]
}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
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": "8d736235-619d-4977-a281-ae6e11be8175",
"TransFromDesc": "sample string 2",
"TransTo": "4f78523e-2de9-480b-a68e-fe3478c8dd24",
"TransToDesc": "sample string 4",
"Sku": "fb3543bc-4b92-47bd-8bc7-572d116bacd9",
"CatalogId": "1258f95e-1a28-4322-bd9e-8e9f4bb58931",
"ProdCode": "sample string 7",
"ProdName": "sample string 8",
"Attr1": "33825f6d-9c80-45a9-92a2-302ba2c62007",
"Attr2": "7932cdef-c561-4989-b685-2023ddefef29",
"Attr3": "42ccc013-c0c4-49be-b7d0-58ff5b8da0a5",
"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": "8d736235-619d-4977-a281-ae6e11be8175",
"TransFromDesc": "sample string 2",
"TransTo": "4f78523e-2de9-480b-a68e-fe3478c8dd24",
"TransToDesc": "sample string 4",
"Sku": "fb3543bc-4b92-47bd-8bc7-572d116bacd9",
"CatalogId": "1258f95e-1a28-4322-bd9e-8e9f4bb58931",
"ProdCode": "sample string 7",
"ProdName": "sample string 8",
"Attr1": "33825f6d-9c80-45a9-92a2-302ba2c62007",
"Attr2": "7932cdef-c561-4989-b685-2023ddefef29",
"Attr3": "42ccc013-c0c4-49be-b7d0-58ff5b8da0a5",
"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
}
]