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": "3df53d8d-6261-4d23-912b-cd69793bcc0c",
"TransTo": "1bb0e08e-21cf-4ac3-806c-71167176bfdf",
"TransType": 1,
"TransDate": "2026-09-16 11:17:41",
"Handler": "sample string 4",
"BatchNum": "sample string 5",
"Remarks": "sample string 6",
"TransactionItemList": [
{
"TransFrom": "106e9e7b-21a2-40a2-a909-eb6bd12b083a",
"TransFromDesc": "sample string 2",
"TransTo": "79d95722-20cf-4c1a-981b-a5ede045ca93",
"TransToDesc": "sample string 4",
"Sku": "8d2f795c-832f-4a5e-904d-1f728c9847d6",
"CatalogId": "c57c06bd-5adf-46cd-bd1f-9e8af8736f00",
"ProdCode": "sample string 7",
"ProdName": "sample string 8",
"Attr1": "9ebb71c1-84ba-4cc1-adb5-fedbf4e4ca09",
"Attr2": "ef1ce8dc-dfd7-4e41-9acd-3a660227ea37",
"Attr3": "36f8039e-7200-4f85-b977-f5dca8b22627",
"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": "106e9e7b-21a2-40a2-a909-eb6bd12b083a",
"TransFromDesc": "sample string 2",
"TransTo": "79d95722-20cf-4c1a-981b-a5ede045ca93",
"TransToDesc": "sample string 4",
"Sku": "8d2f795c-832f-4a5e-904d-1f728c9847d6",
"CatalogId": "c57c06bd-5adf-46cd-bd1f-9e8af8736f00",
"ProdCode": "sample string 7",
"ProdName": "sample string 8",
"Attr1": "9ebb71c1-84ba-4cc1-adb5-fedbf4e4ca09",
"Attr2": "ef1ce8dc-dfd7-4e41-9acd-3a660227ea37",
"Attr3": "36f8039e-7200-4f85-b977-f5dca8b22627",
"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": {}
}