GET Api/Inventory/IsExsitBathNum
Request Information
URI Parameters
None.
Body Parameters
InvTransactionDtl| Name | Description | Type | Additional information |
|---|---|---|---|
| TransType | InvTransType |
Required |
|
| IOType | InvTransIOType |
Required |
|
| TransDate | date |
Required |
|
| BizId | globally unique identifier |
Required |
|
| Sku | globally unique identifier |
Required |
|
| ProductSkuInfo | ProductSku |
None. |
|
| TransQty | integer |
Required |
|
| WHId | globally unique identifier |
Required |
|
| FromId | globally unique identifier |
None. |
|
| ToId | globally unique identifier |
None. |
|
| UnitPrice | decimal number |
None. |
|
| BatchNum | string |
None. |
|
| SOId | globally unique identifier |
None. |
|
| Remarks | string |
None. |
|
| Id | globally unique identifier |
None. |
|
| ClientId | globally unique identifier |
None. |
|
| IsActive | boolean |
Required |
|
| IsDeleted | boolean |
Required |
|
| CreateDate | date |
Required |
|
| UpdateDate | date |
None. |
|
| CreateBy | globally unique identifier |
Required |
|
| UpdateBy | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"TransType": 1,
"IOType": 0,
"TransDate": "2026-07-22 06:02:01",
"BizId": "fe9b43af-639a-40b5-9779-6f896aa05444",
"Sku": "46211cc4-7cf5-46c3-a631-00565bf19785",
"ProductSkuInfo": {
"ProductCode": "sample string 1",
"Attr1": "1136014a-dcbf-44cb-9976-dd5063831f1b",
"Attr2": "ba40d2cb-8371-4e5d-a59a-961003c81adb",
"Attr3": "0d957118-6fd6-4441-be46-affb80621494",
"AttrValue1": "dce3b45e-46a4-4f88-a431-b5820fe72b2d",
"AttrValue2": "ca76e148-25ba-47c7-ab57-82e781e9afc9",
"AttrValue3": "a8ac9600-a568-49c1-87c9-998f7f7915db",
"Attr1Name": "sample string 8",
"Attr2Name": "sample string 9",
"Attr3Name": "sample string 10",
"AttrValue1Name": "sample string 11",
"AttrValue2Name": "sample string 12",
"AttrValue3Name": "sample string 13",
"Id": "a838affa-d639-49c2-95f5-daf561fc0ff9",
"ClientId": "1c58e992-3782-4cbf-aa80-a7452576aaf6",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-07-22 06:02:01",
"UpdateDate": "2026-07-22 06:02:01",
"CreateBy": "7a1ea304-3341-4b0a-9216-40fc03ccde10",
"UpdateBy": "1be57023-00d6-4098-8637-9dbd876d33de"
},
"TransQty": 4,
"WHId": "3626f98c-3a43-455e-8065-2062e0e8def4",
"FromId": "e4cdf45e-3e6f-4c7f-8056-d06b1fbe76e4",
"ToId": "a3229edd-999b-4ecd-b895-f4cc42c7edee",
"UnitPrice": 8.0,
"BatchNum": "sample string 9",
"SOId": "04b84258-b73a-4dca-b9df-31ef74d0ec6a",
"Remarks": "sample string 10",
"Id": "e05c1da4-3574-4e87-8c08-7ee594f72963",
"ClientId": "6cdc0085-b1ce-436e-9e70-c7d303fc93bd",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-07-22 06:02:01",
"UpdateDate": "2026-07-22 06:02:01",
"CreateBy": "6fcbb324-fa20-414e-8b5a-59d5a3d1e261",
"UpdateBy": "5fdf38c9-def0-4927-a5c0-0de438c306f6"
}
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": {}
}