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": "cab98834-4068-4afa-aa1c-7c8bb6b346da",
"Attr2": "2bea60c4-af2c-4682-a56f-7a2c1087f942",
"Attr3": "ecae8c7b-8d1c-4bb7-9f2a-770593301eef",
"MerchantId": "4444c1bc-9abb-459c-9eb6-4e8db576a90d",
"WhId": "eb6730e2-7b6d-40b3-975a-b3a780e9a408",
"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": "98c3947e-6a8d-458d-8730-f8054e5e59f5",
"TransFromDesc": "sample string 2",
"TransTo": "ad664ac1-d64c-41e6-affa-053ff92ebac8",
"TransToDesc": "sample string 4",
"Sku": "65523820-282c-49ff-addb-64fb6626ec6c",
"CatalogId": "9fb0073c-ae99-4830-93fd-b7a31b4bade6",
"ProdCode": "sample string 7",
"ProdName": "sample string 8",
"Attr1": "6419b0d6-cd6a-4e00-8e67-ea4248031c0e",
"Attr2": "2716d000-baca-4ae9-82ae-dcba58658489",
"Attr3": "643ec03c-d15c-4eae-8662-d45068eb8bc2",
"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": "98c3947e-6a8d-458d-8730-f8054e5e59f5",
"TransFromDesc": "sample string 2",
"TransTo": "ad664ac1-d64c-41e6-affa-053ff92ebac8",
"TransToDesc": "sample string 4",
"Sku": "65523820-282c-49ff-addb-64fb6626ec6c",
"CatalogId": "9fb0073c-ae99-4830-93fd-b7a31b4bade6",
"ProdCode": "sample string 7",
"ProdName": "sample string 8",
"Attr1": "6419b0d6-cd6a-4e00-8e67-ea4248031c0e",
"Attr2": "2716d000-baca-4ae9-82ae-dcba58658489",
"Attr3": "643ec03c-d15c-4eae-8662-d45068eb8bc2",
"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
}
]