POST AdminApi/Inventory/InsertInvTransRec
Request Information
URI Parameters
None.
Body Parameters
InvTransView| Name | Description | Type | Additional information |
|---|---|---|---|
| TransFrom | globally unique identifier |
None. |
|
| TransTo | globally unique identifier |
None. |
|
| TransType | InvTransType |
None. |
|
| TransDate | date |
None. |
|
| Handler | string |
None. |
|
| BatchNum | string |
None. |
|
| Remarks | string |
None. |
|
| TransactionItemList | Collection of InvTransItemView |
None. |
Request Formats
application/json, text/json
Sample:
{
"TransFrom": "1e14a744-901f-4064-b58e-9b676d29ce1e",
"TransTo": "ebd39313-9e5b-4e83-99b6-6f0fed733411",
"TransType": 1,
"TransDate": "2026-02-24 14:21:12",
"Handler": "sample string 4",
"BatchNum": "sample string 5",
"Remarks": "sample string 6",
"TransactionItemList": [
{
"TransFrom": "e50cce5b-1e40-4520-b2b5-05cab1bd9a47",
"TransFromDesc": "sample string 2",
"TransTo": "3fe49766-a5de-4ac8-a6c5-e6884a550958",
"TransToDesc": "sample string 4",
"Sku": "82c5d4cb-5bdb-4c63-b20b-f00ec52e329b",
"CatalogId": "2cf546d1-027f-4c8f-b3c0-2de325cf7dae",
"ProdCode": "sample string 7",
"ProdName": "sample string 8",
"Attr1": "9d1828f0-d1b7-4327-9794-a74fa3597226",
"Attr2": "d3d11f52-c46a-4310-acdc-c876bfda5bf6",
"Attr3": "828ce231-de34-40bd-8a97-3b2833dcb22e",
"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": "e50cce5b-1e40-4520-b2b5-05cab1bd9a47",
"TransFromDesc": "sample string 2",
"TransTo": "3fe49766-a5de-4ac8-a6c5-e6884a550958",
"TransToDesc": "sample string 4",
"Sku": "82c5d4cb-5bdb-4c63-b20b-f00ec52e329b",
"CatalogId": "2cf546d1-027f-4c8f-b3c0-2de325cf7dae",
"ProdCode": "sample string 7",
"ProdName": "sample string 8",
"Attr1": "9d1828f0-d1b7-4327-9794-a74fa3597226",
"Attr2": "d3d11f52-c46a-4310-acdc-c876bfda5bf6",
"Attr3": "828ce231-de34-40bd-8a97-3b2833dcb22e",
"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
}
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
SystemResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Succeeded | boolean |
None. |
|
| Message | string |
None. |
|
| ReturnValue | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Succeeded": true,
"Message": "sample string 2",
"ReturnValue": {}
}