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": "5e3be880-dee0-44ed-8864-28877b222a4a",
"Attr2": "eb6226dd-6317-4894-947a-c0976eee9720",
"Attr3": "2d88b8c6-bab4-421a-93fb-21a8c8005117",
"MerchantId": "895ab6a5-b00f-477f-b1d7-7c699de52a73",
"WhId": "bf3043f1-23db-4b32-b3c3-96dd47942311",
"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": "7fb491b0-1c83-4141-b4b9-5dcfac0f8a1e",
"TransFromDesc": "sample string 2",
"TransTo": "1a082aa3-df99-4126-b0b9-9c341de6e41b",
"TransToDesc": "sample string 4",
"Sku": "58916181-17f7-461b-b96e-64768ce1160e",
"CatalogId": "0b2244c9-281c-46b4-bba6-65ae61762eb8",
"ProdCode": "sample string 7",
"ProdName": "sample string 8",
"Attr1": "d02f3056-981f-4a5e-9014-2b0fb15dd121",
"Attr2": "74481546-62f5-438d-b09f-b6745793b98e",
"Attr3": "cf62d07d-4e6e-4077-b0da-0ba3d4497157",
"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": "7fb491b0-1c83-4141-b4b9-5dcfac0f8a1e",
"TransFromDesc": "sample string 2",
"TransTo": "1a082aa3-df99-4126-b0b9-9c341de6e41b",
"TransToDesc": "sample string 4",
"Sku": "58916181-17f7-461b-b96e-64768ce1160e",
"CatalogId": "0b2244c9-281c-46b4-bba6-65ae61762eb8",
"ProdCode": "sample string 7",
"ProdName": "sample string 8",
"Attr1": "d02f3056-981f-4a5e-9014-2b0fb15dd121",
"Attr2": "74481546-62f5-438d-b09f-b6745793b98e",
"Attr3": "cf62d07d-4e6e-4077-b0da-0ba3d4497157",
"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
}
]