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": "ad3e2f3e-1a6e-466e-84a8-e8252e72f07a",
"Attr2": "2c43c3d5-5b02-4bfd-aefa-5edc1ebfa8ea",
"Attr3": "22fce1a7-f126-405a-b3ff-c602d0c77df9",
"MerchantId": "677e7400-d2f7-49ac-a9f9-f7eea9b885df",
"WhId": "9947d260-9b8c-4825-87f4-026bd840d8fb",
"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": "ce396526-abb5-46a0-8dd8-5519c7fccfca",
"TransFromDesc": "sample string 2",
"TransTo": "5e66ba7f-9200-4af9-a57c-32bc592125ae",
"TransToDesc": "sample string 4",
"Sku": "42e37e7a-6003-4d2e-9fe7-80402d9c7619",
"CatalogId": "cbbfdf1a-135a-458d-9c16-3432feda8c5a",
"ProdCode": "sample string 7",
"ProdName": "sample string 8",
"Attr1": "9b577ffd-2958-4e4f-ae7d-592e2f2ddf8f",
"Attr2": "cfb943ae-4c0e-4df9-a339-913288f4cc99",
"Attr3": "66becaf1-d0d0-4476-8ba8-c6cfdace2b1f",
"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": "ce396526-abb5-46a0-8dd8-5519c7fccfca",
"TransFromDesc": "sample string 2",
"TransTo": "5e66ba7f-9200-4af9-a57c-32bc592125ae",
"TransToDesc": "sample string 4",
"Sku": "42e37e7a-6003-4d2e-9fe7-80402d9c7619",
"CatalogId": "cbbfdf1a-135a-458d-9c16-3432feda8c5a",
"ProdCode": "sample string 7",
"ProdName": "sample string 8",
"Attr1": "9b577ffd-2958-4e4f-ae7d-592e2f2ddf8f",
"Attr2": "cfb943ae-4c0e-4df9-a339-913288f4cc99",
"Attr3": "66becaf1-d0d0-4476-8ba8-c6cfdace2b1f",
"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
}
]