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": "aeeb6e62-5991-45bc-bc35-b657fefff448",
"TransTo": "7d380bfc-414b-4d04-93ff-11048b06b512",
"TransType": 1,
"TransDate": "2026-06-15 12:41:57",
"Handler": "sample string 4",
"BatchNum": "sample string 5",
"Remarks": "sample string 6",
"TransactionItemList": [
{
"TransFrom": "fa9b27ff-0194-47ae-a31b-f20a0c3a88ab",
"TransFromDesc": "sample string 2",
"TransTo": "c9a26b87-b21f-4e99-b70a-5d9648c665a2",
"TransToDesc": "sample string 4",
"Sku": "7650d676-e520-4d77-8286-c6ee9fabdf39",
"CatalogId": "fc4dd2dc-a94e-417c-9b70-90a59409eeb7",
"ProdCode": "sample string 7",
"ProdName": "sample string 8",
"Attr1": "bd6eac40-5034-403e-baaf-1013422176b7",
"Attr2": "ca9dc7c2-40de-4e44-be52-2be05f2ad8a7",
"Attr3": "f6c63bb8-e78e-4a34-ae70-27a4eadc203a",
"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": "fa9b27ff-0194-47ae-a31b-f20a0c3a88ab",
"TransFromDesc": "sample string 2",
"TransTo": "c9a26b87-b21f-4e99-b70a-5d9648c665a2",
"TransToDesc": "sample string 4",
"Sku": "7650d676-e520-4d77-8286-c6ee9fabdf39",
"CatalogId": "fc4dd2dc-a94e-417c-9b70-90a59409eeb7",
"ProdCode": "sample string 7",
"ProdName": "sample string 8",
"Attr1": "bd6eac40-5034-403e-baaf-1013422176b7",
"Attr2": "ca9dc7c2-40de-4e44-be52-2be05f2ad8a7",
"Attr3": "f6c63bb8-e78e-4a34-ae70-27a4eadc203a",
"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": {}
}