POST AdminApi/Inventory/GetPurchaseItmLst
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": "ac4e188a-9b7c-4662-88a2-a7fb2d802523",
"Attr2": "2970a2a6-06f7-4d4a-88db-0d0dfdcac502",
"Attr3": "b78a914a-0374-4305-9bf4-cc8e7fcac89a",
"MerchantId": "ceb6cda5-e7eb-4bba-9b3c-82ea31814974",
"WhId": "0744fd3c-e09d-4bda-8575-8a37fb2dbd2d",
"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": "c14f3d87-beec-4404-9873-432b234e7d4f",
"TransFromDesc": "sample string 2",
"TransTo": "6aeebf66-a576-48b9-81e6-c298a929eef5",
"TransToDesc": "sample string 4",
"Sku": "00be9853-0332-412d-9537-ee50947df3ec",
"CatalogId": "c992720b-29fd-4faf-9b62-983676df7ccc",
"ProdCode": "sample string 7",
"ProdName": "sample string 8",
"Attr1": "1c815233-f1ce-497c-b791-3c732c636612",
"Attr2": "2eec6784-b42e-4895-ab36-8886ebc345c4",
"Attr3": "bd2747aa-53e7-48d4-9e01-023d93227ed5",
"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": "c14f3d87-beec-4404-9873-432b234e7d4f",
"TransFromDesc": "sample string 2",
"TransTo": "6aeebf66-a576-48b9-81e6-c298a929eef5",
"TransToDesc": "sample string 4",
"Sku": "00be9853-0332-412d-9537-ee50947df3ec",
"CatalogId": "c992720b-29fd-4faf-9b62-983676df7ccc",
"ProdCode": "sample string 7",
"ProdName": "sample string 8",
"Attr1": "1c815233-f1ce-497c-b791-3c732c636612",
"Attr2": "2eec6784-b42e-4895-ab36-8886ebc345c4",
"Attr3": "bd2747aa-53e7-48d4-9e01-023d93227ed5",
"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
}
]