POST api/TransactionBases/Search
Request Information
URI Parameters
None.
Body Parameters
VEMModel.Gate.GateTransactionSearchPayload| Name | Description | Type | Additional information |
|---|---|---|---|
| DateFrom | date |
None. |
|
| DateTo | date |
None. |
|
| LocationId | integer |
None. |
|
| CustomerId | integer |
None. |
|
| OnlyClosed | boolean |
None. |
|
| TransactionType | string |
None. |
|
| UnitNumber | string |
None. |
|
| LicensePlate | string |
None. |
|
| TruckingCompany | string |
None. |
|
| BookingEDORedeliveryNumber | string |
None. |
|
| CustomerIds | string |
None. |
|
| LocationIds | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"DateFrom": "2026-01-11T20:34:55.0174536-05:00",
"DateTo": "2026-01-11T20:34:55.0174536-05:00",
"LocationId": 3,
"CustomerId": 4,
"OnlyClosed": true,
"TransactionType": "sample string 6",
"UnitNumber": "sample string 7",
"LicensePlate": "sample string 8",
"TruckingCompany": "sample string 9",
"BookingEDORedeliveryNumber": "sample string 10",
"CustomerIds": "sample string 11",
"LocationIds": "sample string 12"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
VEMModel.Logic.APIResponseClass| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | VEMModel.Logic.ResultEnum |
None. |
|
| Details | Object |
None. |
|
| JsonData | Object |
None. |
|
| ObjectType | string |
None. |
|
| ruleEvaluationResults | Collection of VEMModel.Logic.RuleEvaluationResult |
None. |
Response Formats
application/json, text/json
Sample:
{
"ruleEvaluationResults": [
{
"$id": "2",
"Result": 0,
"Message": "sample string 1",
"fieldID": "sample string 2"
},
{
"$ref": "2"
}
],
"Result": 0,
"Details": {
"$id": "3"
},
"JsonData": {
"$id": "4"
},
"ObjectType": "sample string 3"
}