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": "d3f1e1f7-bd2b-476f-8796-0348eb2a38bc",
"Attr2": "d4e90bdf-94b8-4764-95f1-491e7607546c",
"Attr3": "4066f1b7-9434-4a2e-9238-4d1d05a0704a",
"MerchantId": "b9f0d086-3e85-40d5-af47-b314d81750f9",
"WhId": "5f9d2bca-d177-4af1-9ec9-b0f693990b50",
"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": "68157041-8298-47e9-8ce3-59f8562edea7",
"TransFromDesc": "sample string 2",
"TransTo": "1a4d41b4-c29e-4654-b69c-d36eaae05a03",
"TransToDesc": "sample string 4",
"Sku": "5e74aa56-f9be-49d6-9f70-6dfea7919f44",
"CatalogId": "21532139-22c4-4e53-823e-f4a3669a92f8",
"ProdCode": "sample string 7",
"ProdName": "sample string 8",
"Attr1": "00037ed5-f811-4809-b7c8-e05ff49875c8",
"Attr2": "86070acd-3e41-4b78-87df-5b303a6e92c4",
"Attr3": "d38ec7d2-75e6-4e5d-ba61-f2b21381eceb",
"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": "68157041-8298-47e9-8ce3-59f8562edea7",
"TransFromDesc": "sample string 2",
"TransTo": "1a4d41b4-c29e-4654-b69c-d36eaae05a03",
"TransToDesc": "sample string 4",
"Sku": "5e74aa56-f9be-49d6-9f70-6dfea7919f44",
"CatalogId": "21532139-22c4-4e53-823e-f4a3669a92f8",
"ProdCode": "sample string 7",
"ProdName": "sample string 8",
"Attr1": "00037ed5-f811-4809-b7c8-e05ff49875c8",
"Attr2": "86070acd-3e41-4b78-87df-5b303a6e92c4",
"Attr3": "d38ec7d2-75e6-4e5d-ba61-f2b21381eceb",
"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
}
]