POST public-api/transactions/grid-query/transaction-history-v2
New transaction history api. This api returns a model that takes out the internal id fields, but works just like the previous one. You can use the gridRequest parameter to specify the page number, page size, filter, and sort criteria. Requires the Allow Asset Transaction permission, enforces Role Site and Asset Type security
Request Information
URI Parameters
None.
Body Parameters
GridRequestModelName | Description | Type | Additional information |
---|---|---|---|
TotalCountFromPriorFetch |
This field helps to skip the page count recalculation that goes into calculating the TotalRecordsLongCount. For example - When paging through data using functions like the assetadvancedinfosearch, calculating TotalRecordsLongCount for every page full of data is a time-consuming operation. To avoid that extra calculation, and help prevent throttling, TotalRecordsLongCount is assigned to TotalCountFromPriorFetch in the AdvancedSearchParameters to skip recalculating this total page count and to page through the records faster. By default, this value is a null value, meaning the api should peform a record count of the data prior to fetching the records. |
integer |
None. |
AdditionalSkipCount |
This is the additional number of records to skip, in addition to page size and page #. This is useful for quick filter (more) mode of operation. This field is not implemented. |
integer |
None. |
PageSize |
Due to the large number of records this API may return, this is a paging API. Set this value to specify the number of records you wish to process per API call. (Recommended 100-500). Note: some grid query api will ignore or cap this value if the requested page size is too large. A large page size (several thousands) could overflow or degrade the serialization of return data. |
integer |
None. |
PageNumber |
Due to the large number of records this API may return, this is a paging API. Set this value to specify the page number or record set you wish to process. Generally you would want to keep the PageSize constant (Recommended 100-500) and loop thru the results incrementing this PageNumber until the number of records returned is less than the value you specified for PageSize. |
integer |
None. |
Sort |
This is an expression tree. Set this to specify all the columns you wish to sort the data by. Default None. |
Collection of Object |
None. |
Filter |
This is an expression tree. Set this to specify all the columns, values and operators you wish to filter the data by. Default None. |
TopLevelFilterType |
None. |
ClientUtcOffset |
If you provide a valid expression tree for the Filter parameter and the filter expression you provide performs one or more comparisons of DateTime values with constants then set this to specify which time zone your DateTime constants represent. Common ClientUtcOffset string values include: Dateline Standard Time, UTC-11, Hawaiian Standard Time, Marquesas Standard Time, Alaskan Standard Time, Pacific Standard Time, Mountain Standard Time, Central Standard Time, Eastern Standard Time, Venezuela Standard Time, Atlantic Standard Time, Newfoundland Standard Time, Greenland Standard Time, UTC-02, Cape Verde Standard Time, GMT Standard Time, W. Europe Standard Time, GTB Standard Time, Russian Standard Time, Arabian Standard Time, Afghanistan Standard Time, Pakistan Standard Time, India Standard Time, China Standard Time, Tokyo Standard Time, AUS Central Standard Time, West Pacific Standard Time, Central Pacific Standard Time, Fiji Standard Time, Samoa Standard Time. |
TimeZoneInfoId |
None. |
FilterBehavior |
Internal - specific filter behaviors |
FilterBehaviorFlags |
None. |
WorkingSiteIdCsvList |
Use this comma separated list for values to efficiently filter results to one or more sites. |
string |
None. |
Request Formats
application/json
{ "AdditionalSkipCount": 0, "PageSize": 100, "PageNumber": 1, "Filter": { "filters": [ { "field": "AssetTag", "operator": "!=", "value": "ITem#00000000" }, { "field": "LocationCode", "operator": ">", "value": "0" } ] }, "FilterBehavior": 0 }
Response Information
Resource Description
WaspResultOfListOfAssetTransactionHistoryModelName | Description | Type | Additional information |
---|---|---|---|
Data |
Type specific result that always depends on the function called. |
Collection of AssetTransactionHistoryModel |
None. |
Messages |
List of Messages. All APIs should return messages. If an API function returns an error you can find more information about the error or errors in this collection of messages. |
Collection of WtResult |
None. |
BatchNumber |
This is a global batch number generated by a mass group of transaction records to be returned to the consumer on each call to rolling transaction rules. This requests that each group of Move/Add/Remove transaction batches is tied together. In prior products (such as Mobile Asset Cloud), all are set to null and the only time when the batch number is generated is for multiple check-out transactions but the old is to generate for each responsible party. |
integer |
None. |
HasError |
True if an API function result has an error message in the results. If this is false, the function succeeded but other informative messages may be available. |
boolean |
None. |
HasHttpError |
True if an API function call could not be fully posted to the server or the results could not be fully returned. |
boolean |
None. |
HasMessage |
True if any message is available. |
boolean |
None. |
HasSuccessWithMoreDataRemaining |
True if the server sent part of the data and there is more data available. Use with paging APIs to fetch data one page at a time. |
boolean |
None. |
TotalRecordsLongCount |
This is the total number of records available in the database based on the query and filer conditions provided. It is possible that the value can change from call to call as users add and delete records so this should not be used to page through multiple recordsets of data. This is used, for example, to set relative scroll bar sizes. When paging through data using functions like the assetadvancedinfosearch, calculating TotalRecordsLongCount for every page full of data is an time-consuming operation. To avoid that extra calculation, and help prevent throttling, assign TotalRecordsLongCount to TotalCountFromPriorFetch in the AdvancedSearchParameters to skip recalculating this total page count and to page thru the records faster. |
integer |
None. |
Response Formats
application/json
{ "Data": [ { "AssetDefaultCost": 0.0, "AssetDescription": "Motorized Walking AT-AT", "AssetTag": "10178-1", "AssetTransCost": 0.0, "TransactionQuantity": 3.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Assembly", "AssetTypeNumber": "Assembly", "Category": "", "LocationCode": "R3.S1.R9", "ManufacturerName": "", "SiteDescription": "323 Main St Dallas Texas", "SiteName": "Warehouse 2", "TransactionCost": 0.0, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 0.0, "AssetDescription": "Motorized Walking AT-AT", "AssetTag": "10178-1", "AssetTransCost": 0.0, "TransactionQuantity": 5.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Assembly", "AssetTypeNumber": "Assembly", "Category": "", "LocationCode": "R1.S1.R1", "ManufacturerName": "", "SiteDescription": "1400 10th St Plano Texas", "SiteName": "Warehouse 1", "TransactionCost": 0.0, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 1.85, "AssetDescription": "Plate 1X2 With Slide", "AssetTag": "4249563", "AssetTransCost": 1.85, "TransactionQuantity": 816.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R3.S1.R10", "ManufacturerName": "Grimes, Bogisich and Kreiger", "SiteDescription": "1400 10th St Plano Texas", "SiteName": "Warehouse 1", "TransactionCost": 1.85, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 7.08, "AssetDescription": "Nose Cone Small 1X1 - Tr", "AssetTag": "618841", "AssetTransCost": 7.08, "TransactionQuantity": 398.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R3.S1.R9", "ManufacturerName": "Leffler LLC", "SiteDescription": "323 Main St Dallas Texas", "SiteName": "Warehouse 2", "TransactionCost": 7.08, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 1.62, "AssetDescription": "Front 3X6X5 Frontie", "AssetTag": "4124140", "AssetTransCost": 1.62, "TransactionQuantity": 209.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R3.S1.R8", "ManufacturerName": "Hand, Deckow and Bogisich", "SiteDescription": "1400 10th St Plano Texas", "SiteName": "Warehouse 1", "TransactionCost": 1.62, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 8.99, "AssetDescription": "Technic 9M Beam", "AssetTag": "6102449", "AssetTransCost": 8.99, "TransactionQuantity": 352.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "Technic", "LocationCode": "R3.S1.R7", "ManufacturerName": "Dietrich LLC", "SiteDescription": "1400 10th St Plano Texas", "SiteName": "Warehouse 1", "TransactionCost": 8.99, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 7.47, "AssetDescription": "Cross Axle 3M", "AssetTag": "4211815", "AssetTransCost": 7.47, "TransactionQuantity": 745.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "Technic", "LocationCode": "R3.S1.R6", "ManufacturerName": "Gorczany Group", "SiteDescription": "323 Main St Dallas Texas", "SiteName": "Warehouse 2", "TransactionCost": 7.47, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 9.64, "AssetDescription": "Cross Axle 7M", "AssetTag": "4211805", "AssetTransCost": 9.64, "TransactionQuantity": 261.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "Technic", "LocationCode": "R3.S1.R5", "ManufacturerName": "Boehm-Bashirian", "SiteDescription": "1400 10th St Plano Texas", "SiteName": "Warehouse 1", "TransactionCost": 9.64, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 7.3, "AssetDescription": "Connector Peg W. Knob", "AssetTag": "4211483", "AssetTransCost": 7.3, "TransactionQuantity": 883.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "Technic", "LocationCode": "R3.S1.R4", "ManufacturerName": "Bailey Group", "SiteDescription": "323 Main St Dallas Texas", "SiteName": "Warehouse 2", "TransactionCost": 7.3, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 2.71, "AssetDescription": "Inv. Roof Tile 4X6, 3X�4.9", "AssetTag": "4549997", "AssetTransCost": 2.71, "TransactionQuantity": 368.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R3.S1.R3", "ManufacturerName": "Schimmel Inc", "SiteDescription": "1400 10th St Plano Texas", "SiteName": "Warehouse 1", "TransactionCost": 2.71, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 9.26, "AssetDescription": "Plates W. Bows 2X2", "AssetTag": "4494475", "AssetTransCost": 9.26, "TransactionQuantity": 450.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R3.S1.R2", "ManufacturerName": "Ortiz-Stanton", "SiteDescription": "323 Main St Dallas Texas", "SiteName": "Warehouse 2", "TransactionCost": 9.26, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 4.73, "AssetDescription": "Turntable Lower Part W/Click", "AssetTag": "4296249", "AssetTransCost": 4.73, "TransactionQuantity": 314.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R3.S1.R1", "ManufacturerName": "Jast Inc", "SiteDescription": "1400 10th St Plano Texas", "SiteName": "Warehouse 1", "TransactionCost": 4.73, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 2.2, "AssetDescription": "Slide Shoe Round 2X2", "AssetTag": "4278273", "AssetTransCost": 2.2, "TransactionQuantity": 247.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R2.S2.R10", "ManufacturerName": "Collins, Anderson and Predovic", "SiteDescription": "1400 10th St Plano Texas", "SiteName": "Warehouse 1", "TransactionCost": 2.2, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 1.08, "AssetDescription": "Technic Brick 1X12, �4,9", "AssetTag": "4211860", "AssetTransCost": 1.08, "TransactionQuantity": 380.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R2.S2.R9", "ManufacturerName": "Lesch and Sons", "SiteDescription": "323 Main St Dallas Texas", "SiteName": "Warehouse 2", "TransactionCost": 1.08, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 9.51, "AssetDescription": "Roof 4X4 W. Forks", "AssetTag": "4211841", "AssetTransCost": 9.51, "TransactionQuantity": 783.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R2.S2.R8", "ManufacturerName": "Brakus, Rogahn and Kovacek", "SiteDescription": "1400 10th St Plano Texas", "SiteName": "Warehouse 1", "TransactionCost": 9.51, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 8.19, "AssetDescription": "Plate 1X2", "AssetTag": "4211398", "AssetTransCost": 8.19, "TransactionQuantity": 773.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R2.S2.R7", "ManufacturerName": "Toy-Kuhlman", "SiteDescription": "323 Main St Dallas Texas", "SiteName": "Warehouse 2", "TransactionCost": 8.19, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 2.63, "AssetDescription": "Brick 2X4", "AssetTag": "4211385", "AssetTransCost": 2.63, "TransactionQuantity": 384.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R2.S2.R6", "ManufacturerName": "Heller LLC", "SiteDescription": "1400 10th St Plano Texas", "SiteName": "Warehouse 1", "TransactionCost": 2.63, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 0.74, "AssetDescription": "Profile Brick 1X2", "AssetTag": "4211383", "AssetTransCost": 0.74, "TransactionQuantity": 156.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R2.S2.R5", "ManufacturerName": "Auer Inc", "SiteDescription": "323 Main St Dallas Texas", "SiteName": "Warehouse 2", "TransactionCost": 0.74, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 8.12, "AssetDescription": "Brick Corner 1X2X2", "AssetTag": "4211349", "AssetTransCost": 8.12, "TransactionQuantity": 58.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R2.S2.R4", "ManufacturerName": "Wisoky-Lesch", "SiteDescription": "1400 10th St Plano Texas", "SiteName": "Warehouse 1", "TransactionCost": 8.12, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 1.57, "AssetDescription": "Cross Axle 8M With End Stop", "AssetTag": "4499858", "AssetTransCost": 1.57, "TransactionQuantity": 934.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "Technic", "LocationCode": "R2.S2.R3", "ManufacturerName": "Halvorson-Lockman", "SiteDescription": "1400 10th St Plano Texas", "SiteName": "Warehouse 1", "TransactionCost": 1.57, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 7.81, "AssetDescription": "Technic Ang. Beam 3X5 90 Deg.", "AssetTag": "4210753", "AssetTransCost": 7.81, "TransactionQuantity": 310.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "Technic", "LocationCode": "R2.S2.R2", "ManufacturerName": "Runolfsson, Raynor and Pollich", "SiteDescription": "323 Main St Dallas Texas", "SiteName": "Warehouse 2", "TransactionCost": 7.81, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 1.99, "AssetDescription": "Round Plate �32X6.4, Tie", "AssetTag": "4225832", "AssetTransCost": 1.99, "TransactionQuantity": 671.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R2.S2.R1", "ManufacturerName": "Gerhold, Funk and Kassulke", "SiteDescription": "1400 10th St Plano Texas", "SiteName": "Warehouse 1", "TransactionCost": 1.99, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 3.42, "AssetDescription": "Plate 4X4 W. 4 Knobs", "AssetTag": "4509911", "AssetTransCost": 3.42, "TransactionQuantity": 134.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R2.S1.R10", "ManufacturerName": "Kuphal and Sons", "SiteDescription": "323 Main St Dallas Texas", "SiteName": "Warehouse 2", "TransactionCost": 3.42, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 9.97, "AssetDescription": "Rocket Step 4X4X2", "AssetTag": "4296788", "AssetTransCost": 9.97, "TransactionQuantity": 910.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R2.S1.R9", "ManufacturerName": "Cartwright LLC", "SiteDescription": "1400 10th St Plano Texas", "SiteName": "Warehouse 1", "TransactionCost": 9.97, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 5.53, "AssetDescription": "Brick 4X4 � Circle", "AssetTag": "4279060", "AssetTransCost": 5.53, "TransactionQuantity": 422.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R2.S1.R8", "ManufacturerName": "D'Amore, Prosacco and Mertz", "SiteDescription": "323 Main St Dallas Texas", "SiteName": "Warehouse 2", "TransactionCost": 5.53, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 8.88, "AssetDescription": "Parabolic Reflector �48", "AssetTag": "4224253", "AssetTransCost": 8.88, "TransactionQuantity": 928.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R2.S1.R7", "ManufacturerName": "Reynolds-Rippin", "SiteDescription": "1400 10th St Plano Texas", "SiteName": "Warehouse 1", "TransactionCost": 8.88, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 5.33, "AssetDescription": "Roof Tile 2X3/25�", "AssetTag": "4211106", "AssetTransCost": 5.33, "TransactionQuantity": 899.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R2.S1.R6", "ManufacturerName": "Kuphal-Wolf", "SiteDescription": "1400 10th St Plano Texas", "SiteName": "Warehouse 1", "TransactionCost": 5.33, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 4.88, "AssetDescription": "Round Brick 1X1", "AssetTag": "4211090", "AssetTransCost": 4.88, "TransactionQuantity": 321.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R2.S1.R5", "ManufacturerName": "Grimes, Bogisich and Kreiger", "SiteDescription": "323 Main St Dallas Texas", "SiteName": "Warehouse 2", "TransactionCost": 4.88, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 1.32, "AssetDescription": "Roof Tile 2X3/25� Inv.", "AssetTag": "4211064", "AssetTransCost": 1.32, "TransactionQuantity": 747.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R2.S1.R4", "ManufacturerName": "Leffler LLC", "SiteDescription": "1400 10th St Plano Texas", "SiteName": "Warehouse 1", "TransactionCost": 1.32, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 3.88, "AssetDescription": "Plate 2X2 Round", "AssetTag": "4211042", "AssetTransCost": 3.88, "TransactionQuantity": 200.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R2.S1.R3", "ManufacturerName": "Hand, Deckow and Bogisich", "SiteDescription": "323 Main St Dallas Texas", "SiteName": "Warehouse 2", "TransactionCost": 3.88, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 7.04, "AssetDescription": "Plate 1X4", "AssetTag": "4211001", "AssetTransCost": 7.04, "TransactionQuantity": 576.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R2.S1.R2", "ManufacturerName": "Dietrich LLC", "SiteDescription": "1400 10th St Plano Texas", "SiteName": "Warehouse 1", "TransactionCost": 7.04, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 5.25, "AssetDescription": "Brick 1X2 With Cross Hole", "AssetTag": "4210935", "AssetTransCost": 5.25, "TransactionQuantity": 506.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R2.S1.R1", "ManufacturerName": "Gorczany Group", "SiteDescription": "323 Main St Dallas Texas", "SiteName": "Warehouse 2", "TransactionCost": 5.25, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 6.08, "AssetDescription": "Corner Plate 45 Deg. 3X3", "AssetTag": "4210897", "AssetTransCost": 6.08, "TransactionQuantity": 383.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R1.S2.R10", "ManufacturerName": "Boehm-Bashirian", "SiteDescription": "1400 10th St Plano Texas", "SiteName": "Warehouse 1", "TransactionCost": 6.08, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 3.45, "AssetDescription": "Flat Tile 1X6", "AssetTag": "4210651", "AssetTransCost": 3.45, "TransactionQuantity": 858.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R1.S2.R9", "ManufacturerName": "Bailey Group", "SiteDescription": "1400 10th St Plano Texas", "SiteName": "Warehouse 1", "TransactionCost": 3.45, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 5.7, "AssetDescription": "Corner Plate 1X2X2", "AssetTag": "4210635", "AssetTransCost": 5.7, "TransactionQuantity": 102.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R1.S2.R8", "ManufacturerName": "Schimmel Inc", "SiteDescription": "323 Main St Dallas Texas", "SiteName": "Warehouse 2", "TransactionCost": 5.7, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 2.77, "AssetDescription": "Mini Handle", "AssetTag": "4144011", "AssetTransCost": 2.77, "TransactionQuantity": 377.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R1.S2.R7", "ManufacturerName": "Ortiz-Stanton", "SiteDescription": "1400 10th St Plano Texas", "SiteName": "Warehouse 1", "TransactionCost": 2.77, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 2.51, "AssetDescription": "Plate 2X6 W. Holes", "AssetTag": "4107750", "AssetTransCost": 2.51, "TransactionQuantity": 457.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R1.S2.R6", "ManufacturerName": "Jast Inc", "SiteDescription": "323 Main St Dallas Texas", "SiteName": "Warehouse 2", "TransactionCost": 2.51, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 1.62, "AssetDescription": "Plate 1X6", "AssetTag": "366621", "AssetTransCost": 1.62, "TransactionQuantity": 380.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R1.S2.R5", "ManufacturerName": "Collins, Anderson and Predovic", "SiteDescription": "1400 10th St Plano Texas", "SiteName": "Warehouse 1", "TransactionCost": 1.62, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 2.99, "AssetDescription": "Brick 2X3", "AssetTag": "300221", "AssetTransCost": 2.99, "TransactionQuantity": 797.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R1.S2.R4", "ManufacturerName": "Lesch and Sons", "SiteDescription": "323 Main St Dallas Texas", "SiteName": "Warehouse 2", "TransactionCost": 2.99, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 7.18, "AssetDescription": "Mini Antenna Ass.Red/Bla", "AssetTag": "74335", "AssetTransCost": 7.18, "TransactionQuantity": 115.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R1.S2.R3", "ManufacturerName": "Brakus, Rogahn and Kovacek", "SiteDescription": "1400 10th St Plano Texas", "SiteName": "Warehouse 1", "TransactionCost": 7.18, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 9.53, "AssetDescription": "Conn.Bush W.Fric./Crossale", "AssetTag": "4206482", "AssetTransCost": 9.53, "TransactionQuantity": 794.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "Technic", "LocationCode": "R1.S2.R2", "ManufacturerName": "Toy-Kuhlman", "SiteDescription": "1400 10th St Plano Texas", "SiteName": "Warehouse 1", "TransactionCost": 9.53, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 6.81, "AssetDescription": "Brick 1X4 W. 4 Knobs", "AssetTag": "4212411", "AssetTransCost": 6.81, "TransactionQuantity": 572.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R1.S2.R1", "ManufacturerName": "Heller LLC", "SiteDescription": "323 Main St Dallas Texas", "SiteName": "Warehouse 2", "TransactionCost": 6.81, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 2.04, "AssetDescription": "Corner Outside 3X3/25�", "AssetTag": "4121923", "AssetTransCost": 2.04, "TransactionQuantity": 300.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R1.S1.R10", "ManufacturerName": "Auer Inc", "SiteDescription": "1400 10th St Plano Texas", "SiteName": "Warehouse 1", "TransactionCost": 2.04, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 4.49, "AssetDescription": "Plate 2X10", "AssetTag": "383223", "AssetTransCost": 4.49, "TransactionQuantity": 832.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R1.S1.R9", "ManufacturerName": "Wisoky-Lesch", "SiteDescription": "323 Main St Dallas Texas", "SiteName": "Warehouse 2", "TransactionCost": 4.49, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 1.28, "AssetDescription": "Plate 2X4, 3X�4.9", "AssetTag": "370923", "AssetTransCost": 1.28, "TransactionQuantity": 135.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R1.S1.R8", "ManufacturerName": "Halvorson-Lockman", "SiteDescription": "1400 10th St Plano Texas", "SiteName": "Warehouse 1", "TransactionCost": 1.28, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 7.7, "AssetDescription": "Technic Brick 1X2, �4.9", "AssetTag": "370023", "AssetTransCost": 7.7, "TransactionQuantity": 806.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R1.S1.R7", "ManufacturerName": "Runolfsson, Raynor and Pollich", "SiteDescription": "323 Main St Dallas Texas", "SiteName": "Warehouse 2", "TransactionCost": 7.7, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 2.68, "AssetDescription": "Turn Plate 2X2, Lower Part", "AssetTag": "368023", "AssetTransCost": 2.68, "TransactionQuantity": 525.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R1.S1.R6", "ManufacturerName": "Gerhold, Funk and Kassulke", "SiteDescription": "1400 10th St Plano Texas", "SiteName": "Warehouse 1", "TransactionCost": 2.68, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 5.24, "AssetDescription": "Plate 1X3", "AssetTag": "362323", "AssetTransCost": 5.24, "TransactionQuantity": 246.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R1.S1.R5", "ManufacturerName": "Kuphal and Sons", "SiteDescription": "1400 10th St Plano Texas", "SiteName": "Warehouse 1", "TransactionCost": 5.24, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 8.03, "AssetDescription": "Roof Tile 3X4/25�", "AssetTag": "329723", "AssetTransCost": 8.03, "TransactionQuantity": 431.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R1.S1.R4", "ManufacturerName": "Cartwright LLC", "SiteDescription": "323 Main St Dallas Texas", "SiteName": "Warehouse 2", "TransactionCost": 8.03, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 2.7, "AssetDescription": "Clamp 1X2", "AssetTag": "243223", "AssetTransCost": 2.7, "TransactionQuantity": 539.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R1.S1.R3", "ManufacturerName": "D'Amore, Prosacco and Mertz", "SiteDescription": "1400 10th St Plano Texas", "SiteName": "Warehouse 1", "TransactionCost": 2.7, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 9.38, "AssetDescription": "Radiator Grille 1X2", "AssetTag": "241223", "AssetTransCost": 9.38, "TransactionQuantity": 739.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R1.S1.R2", "ManufacturerName": "Reynolds-Rippin", "SiteDescription": "323 Main St Dallas Texas", "SiteName": "Warehouse 2", "TransactionCost": 9.38, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 1.52, "AssetDescription": "Disk �24", "AssetTag": "4218868", "AssetTransCost": 1.52, "TransactionQuantity": 627.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "Technic", "LocationCode": "R1.S1.R1", "ManufacturerName": "Kuphal-Wolf", "SiteDescription": "1400 10th St Plano Texas", "SiteName": "Warehouse 1", "TransactionCost": 1.52, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 7.74, "AssetDescription": "Technic 5M Beam", "AssetTag": "4142135", "AssetTransCost": 7.74, "TransactionQuantity": 695.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "Technic", "LocationCode": "Put Away", "ManufacturerName": "Grimes, Bogisich and Kreiger", "SiteDescription": "323 Main St Dallas Texas", "SiteName": "Warehouse 2", "TransactionCost": 7.74, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 6.45, "AssetDescription": "Connector Peg W. Friction", "AssetTag": "4121715", "AssetTransCost": 6.45, "TransactionQuantity": 87.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "Technic", "LocationCode": "Pack", "ManufacturerName": "Leffler LLC", "SiteDescription": "1400 10th St Plano Texas", "SiteName": "Warehouse 1", "TransactionCost": 6.45, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 7.78, "AssetDescription": "Cross Axle, Extension M/3 Ribs", "AssetTag": "4113805", "AssetTransCost": 7.78, "TransactionQuantity": 577.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "Technic", "LocationCode": "Stage", "ManufacturerName": "Hand, Deckow and Bogisich", "SiteDescription": "1400 10th St Plano Texas", "SiteName": "Warehouse 1", "TransactionCost": 7.78, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 0.95, "AssetDescription": "Double Angular Beam 3X7 45�", "AssetTag": "4111998", "AssetTransCost": 0.95, "TransactionQuantity": 894.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "Technic", "LocationCode": "R3.S1.R10", "ManufacturerName": "Dietrich LLC", "SiteDescription": "323 Main St Dallas Texas", "SiteName": "Warehouse 2", "TransactionCost": 0.95, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 2.73, "AssetDescription": "2M Cross Axle W. Groove", "AssetTag": "4109810", "AssetTransCost": 2.73, "TransactionQuantity": 938.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "Technic", "LocationCode": "R3.S1.R9", "ManufacturerName": "Gorczany Group", "SiteDescription": "1400 10th St Plano Texas", "SiteName": "Warehouse 1", "TransactionCost": 2.73, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 4.77, "AssetDescription": "Connector Peg W. Friction 3M", "AssetTag": "655826", "AssetTransCost": 4.77, "TransactionQuantity": 987.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "Technic", "LocationCode": "R3.S1.R8", "ManufacturerName": "Boehm-Bashirian", "SiteDescription": "323 Main St Dallas Texas", "SiteName": "Warehouse 2", "TransactionCost": 4.77, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 4.24, "AssetDescription": "Joint For Grease Band", "AssetTag": "387326", "AssetTransCost": 4.24, "TransactionQuantity": 915.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R3.S1.R7", "ManufacturerName": "Bailey Group", "SiteDescription": "1400 10th St Plano Texas", "SiteName": "Warehouse 1", "TransactionCost": 4.24, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 4.45, "AssetDescription": "Mini Upper Part No.'1342'", "AssetTag": "4512831", "AssetTransCost": 4.45, "TransactionQuantity": 389.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R3.S1.R6", "ManufacturerName": "Schimmel Inc", "SiteDescription": "323 Main St Dallas Texas", "SiteName": "Warehouse 2", "TransactionCost": 4.45, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 3.51, "AssetDescription": "Shadowtroper Helmet", "AssetTag": "4512825", "AssetTransCost": 3.51, "TransactionQuantity": 587.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R3.S1.R5", "ManufacturerName": "Ortiz-Stanton", "SiteDescription": "1400 10th St Plano Texas", "SiteName": "Warehouse 1", "TransactionCost": 3.51, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 2.16, "AssetDescription": "Mini Head", "AssetTag": "362626", "AssetTransCost": 2.16, "TransactionQuantity": 536.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R3.S1.R4", "ManufacturerName": "Jast Inc", "SiteDescription": "1400 10th St Plano Texas", "SiteName": "Warehouse 1", "TransactionCost": 2.16, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 7.27, "AssetDescription": "Mini Body Lower Part Black", "AssetTag": "9339", "AssetTransCost": 7.27, "TransactionQuantity": 177.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R3.S1.R3", "ManufacturerName": "Collins, Anderson and Predovic", "SiteDescription": "323 Main St Dallas Texas", "SiteName": "Warehouse 2", "TransactionCost": 7.27, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 2.07, "AssetDescription": "Roof Tile 1X1X2/3, Abs", "AssetTag": "4504382", "AssetTransCost": 2.07, "TransactionQuantity": 346.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R3.S1.R2", "ManufacturerName": "Lesch and Sons", "SiteDescription": "1400 10th St Plano Texas", "SiteName": "Warehouse 1", "TransactionCost": 2.07, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 5.63, "AssetDescription": "Blaster Medium", "AssetTag": "4498713", "AssetTransCost": 5.63, "TransactionQuantity": 435.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R3.S1.R1", "ManufacturerName": "Brakus, Rogahn and Kovacek", "SiteDescription": "323 Main St Dallas Texas", "SiteName": "Warehouse 2", "TransactionCost": 5.63, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 9.68, "AssetDescription": "Plate 2X3 W. Holder", "AssetTag": "4297713", "AssetTransCost": 9.68, "TransactionQuantity": 731.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R2.S2.R10", "ManufacturerName": "Toy-Kuhlman", "SiteDescription": "1400 10th St Plano Texas", "SiteName": "Warehouse 1", "TransactionCost": 9.68, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 6.42, "AssetDescription": "Plate 4X4", "AssetTag": "4243819", "AssetTransCost": 6.42, "TransactionQuantity": 333.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R2.S2.R9", "ManufacturerName": "Heller LLC", "SiteDescription": "323 Main St Dallas Texas", "SiteName": "Warehouse 2", "TransactionCost": 6.42, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 7.9, "AssetDescription": "Plate 1X2 W. Stick 3.18", "AssetTag": "4225201", "AssetTransCost": 7.9, "TransactionQuantity": 261.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R2.S2.R8", "ManufacturerName": "Auer Inc", "SiteDescription": "1400 10th St Plano Texas", "SiteName": "Warehouse 1", "TransactionCost": 7.9, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 4.8, "AssetDescription": "Final Brick 2X2", "AssetTag": "4216660", "AssetTransCost": 4.8, "TransactionQuantity": 803.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R2.S2.R7", "ManufacturerName": "Wisoky-Lesch", "SiteDescription": "1400 10th St Plano Texas", "SiteName": "Warehouse 1", "TransactionCost": 4.8, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 1.39, "AssetDescription": "Flat Tile 1X4 W/Stubs Vertical", "AssetTag": "4193108", "AssetTransCost": 1.39, "TransactionQuantity": 506.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R2.S2.R6", "ManufacturerName": "Halvorson-Lockman", "SiteDescription": "323 Main St Dallas Texas", "SiteName": "Warehouse 2", "TransactionCost": 1.39, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 4.04, "AssetDescription": "T-Beam W. Plate 1X2 W. Knob", "AssetTag": "4144023", "AssetTransCost": 4.04, "TransactionQuantity": 847.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R2.S2.R5", "ManufacturerName": "Runolfsson, Raynor and Pollich", "SiteDescription": "1400 10th St Plano Texas", "SiteName": "Warehouse 1", "TransactionCost": 4.04, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 8.84, "AssetDescription": "Turntable, Upper Part W/Tab", "AssetTag": "4142915", "AssetTransCost": 8.84, "TransactionQuantity": 866.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R2.S2.R4", "ManufacturerName": "Gerhold, Funk and Kassulke", "SiteDescription": "323 Main St Dallas Texas", "SiteName": "Warehouse 2", "TransactionCost": 8.84, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 2.44, "AssetDescription": "Roof Tile 1X2/45�", "AssetTag": "4121966", "AssetTransCost": 2.44, "TransactionQuantity": 792.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R2.S2.R3", "ManufacturerName": "Kuphal and Sons", "SiteDescription": "1400 10th St Plano Texas", "SiteName": "Warehouse 1", "TransactionCost": 2.44, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 5.26, "AssetDescription": "Corner Plate 6X6X45�", "AssetTag": "4106977", "AssetTransCost": 5.26, "TransactionQuantity": 541.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R2.S2.R2", "ManufacturerName": "Cartwright LLC", "SiteDescription": "323 Main St Dallas Texas", "SiteName": "Warehouse 2", "TransactionCost": 5.26, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 0.39, "AssetDescription": "Roof Tile 2X2/45� Inv.", "AssetTag": "366026", "AssetTransCost": 0.39, "TransactionQuantity": 883.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R2.S2.R1", "ManufacturerName": "D'Amore, Prosacco and Mertz", "SiteDescription": "1400 10th St Plano Texas", "SiteName": "Warehouse 1", "TransactionCost": 0.39, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 2.87, "AssetDescription": "Plate 6X8", "AssetTag": "303626", "AssetTransCost": 2.87, "TransactionQuantity": 338.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R2.S1.R10", "ManufacturerName": "Reynolds-Rippin", "SiteDescription": "1400 10th St Plano Texas", "SiteName": "Warehouse 1", "TransactionCost": 2.87, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 3.92, "AssetDescription": "Plate 4X8", "AssetTag": "303526", "AssetTransCost": 3.92, "TransactionQuantity": 332.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R2.S1.R9", "ManufacturerName": "Kuphal-Wolf", "SiteDescription": "323 Main St Dallas Texas", "SiteName": "Warehouse 2", "TransactionCost": 3.92, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 1.94, "AssetDescription": "Plate 6X12", "AssetTag": "302826", "AssetTransCost": 1.94, "TransactionQuantity": 497.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R2.S1.R8", "ManufacturerName": "Grimes, Bogisich and Kreiger", "SiteDescription": "1400 10th St Plano Texas", "SiteName": "Warehouse 1", "TransactionCost": 1.94, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 3.18, "AssetDescription": "Plate 2X3", "AssetTag": "302126", "AssetTransCost": 3.18, "TransactionQuantity": 812.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R2.S1.R7", "ManufacturerName": "Leffler LLC", "SiteDescription": "323 Main St Dallas Texas", "SiteName": "Warehouse 2", "TransactionCost": 3.18, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 9.13, "AssetDescription": "Plate 2X12", "AssetTag": "244526", "AssetTransCost": 9.13, "TransactionQuantity": 439.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R2.S1.R6", "ManufacturerName": "Hand, Deckow and Bogisich", "SiteDescription": "1400 10th St Plano Texas", "SiteName": "Warehouse 1", "TransactionCost": 9.13, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 1.58, "AssetDescription": "Nose Cone Small 1X1 - Tr", "AssetTag": "4544720", "AssetTransCost": 1.58, "TransactionQuantity": 293.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R2.S1.R5", "ManufacturerName": "Dietrich LLC", "SiteDescription": "323 Main St Dallas Texas", "SiteName": "Warehouse 2", "TransactionCost": 1.58, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 1.49, "AssetDescription": "Plate 1X2 - Tr.", "AssetTag": "4201019", "AssetTransCost": 1.49, "TransactionQuantity": 586.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R2.S1.R4", "ManufacturerName": "Gorczany Group", "SiteDescription": "1400 10th St Plano Texas", "SiteName": "Warehouse 1", "TransactionCost": 1.49, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 6.2, "AssetDescription": "Light Sword - Blade", "AssetTag": "4124108", "AssetTransCost": 6.2, "TransactionQuantity": 577.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R2.S1.R3", "ManufacturerName": "Boehm-Bashirian", "SiteDescription": "1400 10th St Plano Texas", "SiteName": "Warehouse 1", "TransactionCost": 6.2, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 7.96, "AssetDescription": "Round Plate 1X1 - Tr.", "AssetTag": "3005741", "AssetTransCost": 7.96, "TransactionQuantity": 865.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R2.S1.R2", "ManufacturerName": "Bailey Group", "SiteDescription": "323 Main St Dallas Texas", "SiteName": "Warehouse 2", "TransactionCost": 7.96, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 0.23, "AssetDescription": "Flat Tile 1X1", "AssetTag": "3003941", "AssetTransCost": 0.23, "TransactionQuantity": 46.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R2.S1.R1", "ManufacturerName": "Schimmel Inc", "SiteDescription": "1400 10th St Plano Texas", "SiteName": "Warehouse 1", "TransactionCost": 0.23, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 0.37, "AssetDescription": "Parabolic Element �16 - Tr", "AssetTag": "4187750", "AssetTransCost": 0.37, "TransactionQuantity": 335.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R1.S2.R10", "ManufacturerName": "Ortiz-Stanton", "SiteDescription": "323 Main St Dallas Texas", "SiteName": "Warehouse 2", "TransactionCost": 0.37, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 9.38, "AssetDescription": "Flat Tile 1X1", "AssetTag": "4211288", "AssetTransCost": 9.38, "TransactionQuantity": 44.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R1.S2.R9", "ManufacturerName": "Jast Inc", "SiteDescription": "1400 10th St Plano Texas", "SiteName": "Warehouse 1", "TransactionCost": 9.38, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 7.76, "AssetDescription": "Plate 1X2", "AssetTag": "4211150", "AssetTransCost": 7.76, "TransactionQuantity": 638.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R1.S2.R8", "ManufacturerName": "Collins, Anderson and Predovic", "SiteDescription": "323 Main St Dallas Texas", "SiteName": "Warehouse 2", "TransactionCost": 7.76, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 0.17, "AssetDescription": "Light Sword Shaft,Metal.Silver", "AssetTag": "4124050", "AssetTransCost": 0.17, "TransactionQuantity": 967.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R1.S2.R7", "ManufacturerName": "Lesch and Sons", "SiteDescription": "1400 10th St Plano Texas", "SiteName": "Warehouse 1", "TransactionCost": 0.17, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 0.83, "AssetDescription": "Brick 1X2 With Cross Hole", "AssetTag": "4539059", "AssetTransCost": 0.83, "TransactionQuantity": 871.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R1.S2.R6", "ManufacturerName": "Brakus, Rogahn and Kovacek", "SiteDescription": "1400 10th St Plano Texas", "SiteName": "Warehouse 1", "TransactionCost": 0.83, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 6.17, "AssetDescription": "Parabolic 6X6 No.'8'", "AssetTag": "4512824", "AssetTransCost": 6.17, "TransactionQuantity": 351.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R1.S2.R5", "ManufacturerName": "Toy-Kuhlman", "SiteDescription": "323 Main St Dallas Texas", "SiteName": "Warehouse 2", "TransactionCost": 6.17, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 2.15, "AssetDescription": "Front 3X6X5 'No.8'", "AssetTag": "4512580", "AssetTransCost": 2.15, "TransactionQuantity": 792.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R1.S2.R4", "ManufacturerName": "Heller LLC", "SiteDescription": "1400 10th St Plano Texas", "SiteName": "Warehouse 1", "TransactionCost": 2.15, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 1.7, "AssetDescription": "Brick 4X6 W/Bow/Angle", "AssetTag": "6101104", "AssetTransCost": 1.7, "TransactionQuantity": 587.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R1.S2.R3", "ManufacturerName": "Auer Inc", "SiteDescription": "323 Main St Dallas Texas", "SiteName": "Warehouse 2", "TransactionCost": 1.7, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 3.59, "AssetDescription": "Plate 1X1 W. Holder", "AssetTag": "4594238", "AssetTransCost": 3.59, "TransactionQuantity": 366.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R1.S2.R2", "ManufacturerName": "Wisoky-Lesch", "SiteDescription": "1400 10th St Plano Texas", "SiteName": "Warehouse 1", "TransactionCost": 3.59, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 2.12, "AssetDescription": "Turn Plate 2X2, Upper Part", "AssetTag": "4540203", "AssetTransCost": 2.12, "TransactionQuantity": 557.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R1.S2.R1", "ManufacturerName": "Halvorson-Lockman", "SiteDescription": "323 Main St Dallas Texas", "SiteName": "Warehouse 2", "TransactionCost": 2.12, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 3.57, "AssetDescription": "Right Shell 3X10", "AssetTag": "4505088", "AssetTransCost": 3.57, "TransactionQuantity": 762.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R1.S1.R10", "ManufacturerName": "Runolfsson, Raynor and Pollich", "SiteDescription": "1400 10th St Plano Texas", "SiteName": "Warehouse 1", "TransactionCost": 3.57, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 3.55, "AssetDescription": "Left Shell 3X10", "AssetTag": "4505087", "AssetTransCost": 3.55, "TransactionQuantity": 970.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R1.S1.R9", "ManufacturerName": "Gerhold, Funk and Kassulke", "SiteDescription": "1400 10th St Plano Texas", "SiteName": "Warehouse 1", "TransactionCost": 3.55, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 0.72, "AssetDescription": "Left Plate 3X8 W/Angle", "AssetTag": "4258275", "AssetTransCost": 0.72, "TransactionQuantity": 83.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R1.S1.R8", "ManufacturerName": "Kuphal and Sons", "SiteDescription": "323 Main St Dallas Texas", "SiteName": "Warehouse 2", "TransactionCost": 0.72, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 5.54, "AssetDescription": "Right Plate 3X8 W/Angle", "AssetTag": "4258273", "AssetTransCost": 5.54, "TransactionQuantity": 171.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R1.S1.R7", "ManufacturerName": "Cartwright LLC", "SiteDescription": "1400 10th St Plano Texas", "SiteName": "Warehouse 1", "TransactionCost": 5.54, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" }, { "AssetDefaultCost": 2.51, "AssetDescription": "Plate 2X2 Inverted W. Snap", "AssetTag": "4237084", "AssetTransCost": 2.51, "TransactionQuantity": 641.0, "RecordSource": "(TRIAL)", "AssetTypeDescription": "Inventory Item", "AssetTypeNumber": "Inventory", "Category": "System", "LocationCode": "R1.S1.R6", "ManufacturerName": "D'Amore, Prosacco and Mertz", "SiteDescription": "323 Main St Dallas Texas", "SiteName": "Warehouse 2", "TransactionCost": 2.51, "TransactionDate": "2025-02-21T17:02:57.62Z", "TransactionType": "Add", "UserLogon": "DEFAULTUSER" } ], "Messages": [ { "ResultCode": 0, "Message": "", "HttpStatusCode": 200, "FieldName": "635" } ], "TotalRecordsLongCount": 635, "HasSuccessWithMoreDataRemaining": false, "HasError": false, "HasMessage": true, "HasHttpError": false }