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": "3ed0f0d8-89ab-46fa-929b-e03200a3fe7f",
"Attr2": "40f52eb6-ba89-46a7-9077-ae37da78c62a",
"Attr3": "5a900be1-62c1-4361-b6dc-45fdd7b589fd",
"MerchantId": "2d8a3530-9096-436a-b9e4-b14855399c5b",
"WhId": "f0b58f65-b7f3-4cff-b9b3-cbf7b6766b79",
"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": "8d9eaffd-24a8-41a1-b79b-85feb5025fdb",
"TransFromDesc": "sample string 2",
"TransTo": "62159080-2a83-4800-ab8d-82097c90d6c4",
"TransToDesc": "sample string 4",
"Sku": "358fad37-1366-4a7c-bec2-b1a1c183042c",
"CatalogId": "7d525857-fb3f-49ee-8830-a9181df23d71",
"ProdCode": "sample string 7",
"ProdName": "sample string 8",
"Attr1": "15b59820-6ae9-427f-9b02-10312ae0b39f",
"Attr2": "f7a8f49e-83b2-467f-8746-a3ec3eee8163",
"Attr3": "5b50cfc2-8b94-4dd2-a657-46ae22f202de",
"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": "8d9eaffd-24a8-41a1-b79b-85feb5025fdb",
"TransFromDesc": "sample string 2",
"TransTo": "62159080-2a83-4800-ab8d-82097c90d6c4",
"TransToDesc": "sample string 4",
"Sku": "358fad37-1366-4a7c-bec2-b1a1c183042c",
"CatalogId": "7d525857-fb3f-49ee-8830-a9181df23d71",
"ProdCode": "sample string 7",
"ProdName": "sample string 8",
"Attr1": "15b59820-6ae9-427f-9b02-10312ae0b39f",
"Attr2": "f7a8f49e-83b2-467f-8746-a3ec3eee8163",
"Attr3": "5b50cfc2-8b94-4dd2-a657-46ae22f202de",
"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
}
]