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": "9004ef24-d445-4524-accc-64f257900231",
"Attr2": "47b4aa8e-e08e-4eb4-8068-0146435e2f31",
"Attr3": "4600131c-90b1-4ba0-9229-60b964a7fb84",
"MerchantId": "af730ff3-d126-4d65-93b2-8c97d046faff",
"WhId": "cdfb5ede-f1d0-4d2d-a9b6-d8c034eccd24",
"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": "4632d954-3032-4f9d-933e-d9d61be3ff24",
"TransFromDesc": "sample string 2",
"TransTo": "726a8710-7e7a-4f1d-ac00-d6364b872cfa",
"TransToDesc": "sample string 4",
"Sku": "88361ffd-31ea-4f4b-9368-23e853fee7a9",
"CatalogId": "d1a158d3-d36f-49d7-ae11-6e66fc86679a",
"ProdCode": "sample string 7",
"ProdName": "sample string 8",
"Attr1": "82449285-72ab-4fab-87ce-bfdfe0008504",
"Attr2": "1fc9d233-f883-4607-9420-55b9c815f1d7",
"Attr3": "cf0a25b3-73f4-4ef3-bc19-b413380e88f9",
"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": "4632d954-3032-4f9d-933e-d9d61be3ff24",
"TransFromDesc": "sample string 2",
"TransTo": "726a8710-7e7a-4f1d-ac00-d6364b872cfa",
"TransToDesc": "sample string 4",
"Sku": "88361ffd-31ea-4f4b-9368-23e853fee7a9",
"CatalogId": "d1a158d3-d36f-49d7-ae11-6e66fc86679a",
"ProdCode": "sample string 7",
"ProdName": "sample string 8",
"Attr1": "82449285-72ab-4fab-87ce-bfdfe0008504",
"Attr2": "1fc9d233-f883-4607-9420-55b9c815f1d7",
"Attr3": "cf0a25b3-73f4-4ef3-bc19-b413380e88f9",
"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
}
]