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": "f1c39db9-0e62-4f48-bcc1-c3e787fbbdb2",
"Attr2": "0152dfe9-7eaa-4afa-bb99-f5cd9347147c",
"Attr3": "84ca4423-3371-4288-a856-3230ea64ae6a",
"MerchantId": "3bb3dcf4-30d9-4890-af62-1c40a8b125be",
"WhId": "585b27da-4c87-426e-8c37-3032902c1ff7",
"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": "24784d9f-2351-4292-9f06-6b12b943f837",
"TransFromDesc": "sample string 2",
"TransTo": "a4d2a1e6-e9fd-41a3-b922-3b8a87d07e1c",
"TransToDesc": "sample string 4",
"Sku": "2a1d467e-a387-4b2e-b238-0947a0522198",
"CatalogId": "e8a7b03e-1342-472f-a4f1-fc79dab5830d",
"ProdCode": "sample string 7",
"ProdName": "sample string 8",
"Attr1": "d8466daa-46f7-4eea-abc1-57ee6d5cf407",
"Attr2": "9704b90a-8ede-45f3-b7bf-2ecdd11884db",
"Attr3": "104a57e7-383b-4a6e-9071-a85b1768ab81",
"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": "24784d9f-2351-4292-9f06-6b12b943f837",
"TransFromDesc": "sample string 2",
"TransTo": "a4d2a1e6-e9fd-41a3-b922-3b8a87d07e1c",
"TransToDesc": "sample string 4",
"Sku": "2a1d467e-a387-4b2e-b238-0947a0522198",
"CatalogId": "e8a7b03e-1342-472f-a4f1-fc79dab5830d",
"ProdCode": "sample string 7",
"ProdName": "sample string 8",
"Attr1": "d8466daa-46f7-4eea-abc1-57ee6d5cf407",
"Attr2": "9704b90a-8ede-45f3-b7bf-2ecdd11884db",
"Attr3": "104a57e7-383b-4a6e-9071-a85b1768ab81",
"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
}
]