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": "49f1b405-a0ab-4e98-ad81-1f5bf9c0e2c3",
"Attr2": "1d3b495b-500f-4e7c-be0e-c34702d9318e",
"Attr3": "b1fc4e59-f2ee-4aea-bb2e-fc5e962926d0",
"MerchantId": "e50b2ca0-c86e-4c78-9aac-66a65ac6f7e1",
"WhId": "c6f2ea41-ebe3-4866-9a24-6bfc86c3dcd8",
"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": "f812c6e5-8b2f-47bb-b2d4-894fc5475354",
"TransFromDesc": "sample string 2",
"TransTo": "520d05d0-24f5-4316-90a5-e1500c708b36",
"TransToDesc": "sample string 4",
"Sku": "205698ec-e34e-4765-9f70-72827a7f405a",
"CatalogId": "5b22a3a9-14f2-46ae-91c3-6d360157e1d3",
"ProdCode": "sample string 7",
"ProdName": "sample string 8",
"Attr1": "a919f5bf-56c3-4633-acb0-3ad9bfe3b48e",
"Attr2": "d1eb35c6-070a-4e41-9468-8f216e193126",
"Attr3": "5de563db-ff5a-4b91-9548-7e26557d6edb",
"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": "f812c6e5-8b2f-47bb-b2d4-894fc5475354",
"TransFromDesc": "sample string 2",
"TransTo": "520d05d0-24f5-4316-90a5-e1500c708b36",
"TransToDesc": "sample string 4",
"Sku": "205698ec-e34e-4765-9f70-72827a7f405a",
"CatalogId": "5b22a3a9-14f2-46ae-91c3-6d360157e1d3",
"ProdCode": "sample string 7",
"ProdName": "sample string 8",
"Attr1": "a919f5bf-56c3-4633-acb0-3ad9bfe3b48e",
"Attr2": "d1eb35c6-070a-4e41-9468-8f216e193126",
"Attr3": "5de563db-ff5a-4b91-9548-7e26557d6edb",
"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
}
]