POST public-api/transactions/item/move-container-or-inventory



Request Information

URI Parameters

None.

Body Parameters

Collection of Container20MoveRequestModel
NameDescriptionTypeAdditional information
ItemNumber

string

None.

TrackbyContainerId

string

None.

TrackbySerialNumber

string

None.

TrackbyDateCode

string

None.

TrackbyLot

string

None.

TrackbyCustomValue1

string

None.

TrackbyCustomValue2

string

None.

TrackbyCustomValue3

string

None.

TrackbyCustomValue4

string

None.

TrackbyCustomValue5

string

None.

Quantity

decimal number

None.

FromSiteName

string

None.

FromLocationCode

string

None.

FromContainerId

string

None.

MoveToSiteName

string

None.

MoveToLocationCode

string

None.

MoveToContainerId

string

None.

UserNotes

string

None.

TransactionUTC

date

None.

TransactionRecordSource

string

None.

GeoLocationLatitude

decimal number

None.

GeoLocationLongitude

decimal number

None.

GeoLocationAltitude

decimal number

None.

GeoLocationAccuracy

decimal number

None.

GeoLocationTimestampUTC

date

None.

UniqueRecordIdentitifer

string

None.

Request Formats

application/json

Sample:
[
  {
    "ItemNumber": "sample string 1",
    "TrackbyContainerId": "sample string 2",
    "TrackbySerialNumber": "sample string 3",
    "TrackbyDateCode": "sample string 4",
    "TrackbyLot": "sample string 5",
    "TrackbyCustomValue1": "sample string 6",
    "TrackbyCustomValue2": "sample string 7",
    "TrackbyCustomValue3": "sample string 8",
    "TrackbyCustomValue4": "sample string 9",
    "TrackbyCustomValue5": "sample string 10",
    "Quantity": 11.0,
    "FromSiteName": "sample string 12",
    "FromLocationCode": "sample string 13",
    "FromContainerId": "sample string 14",
    "MoveToSiteName": "sample string 15",
    "MoveToLocationCode": "sample string 16",
    "MoveToContainerId": "sample string 17",
    "UserNotes": "sample string 18",
    "TransactionUTC": "2025-04-02T05:16:58.8973749+00:00",
    "TransactionRecordSource": "sample string 20",
    "GeoLocationLatitude": 1.0,
    "GeoLocationLongitude": 1.0,
    "GeoLocationAltitude": 1.0,
    "GeoLocationAccuracy": 1.0,
    "GeoLocationTimestampUTC": "2025-04-02T05:16:58.897904+00:00",
    "UniqueRecordIdentitifer": "sample string 21"
  },
  {
    "ItemNumber": "sample string 1",
    "TrackbyContainerId": "sample string 2",
    "TrackbySerialNumber": "sample string 3",
    "TrackbyDateCode": "sample string 4",
    "TrackbyLot": "sample string 5",
    "TrackbyCustomValue1": "sample string 6",
    "TrackbyCustomValue2": "sample string 7",
    "TrackbyCustomValue3": "sample string 8",
    "TrackbyCustomValue4": "sample string 9",
    "TrackbyCustomValue5": "sample string 10",
    "Quantity": 11.0,
    "FromSiteName": "sample string 12",
    "FromLocationCode": "sample string 13",
    "FromContainerId": "sample string 14",
    "MoveToSiteName": "sample string 15",
    "MoveToLocationCode": "sample string 16",
    "MoveToContainerId": "sample string 17",
    "UserNotes": "sample string 18",
    "TransactionUTC": "2025-04-02T05:16:58.8973749+00:00",
    "TransactionRecordSource": "sample string 20",
    "GeoLocationLatitude": 1.0,
    "GeoLocationLongitude": 1.0,
    "GeoLocationAltitude": 1.0,
    "GeoLocationAccuracy": 1.0,
    "GeoLocationTimestampUTC": "2025-04-02T05:16:58.897904+00:00",
    "UniqueRecordIdentitifer": "sample string 21"
  }
]



Response Information

Resource Description

WaspResultOfListOfContainer20MoveResponseModel
NameDescriptionTypeAdditional information
Data

Type specific result that always depends on the function called.

Collection of Container20MoveResponseModel

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

Sample:
{
  "Data": [
    {
      "ResultKeyNumber": "sample string 1",
      "BatchNumber": 1,
      "ItemNumber": "sample string 2",
      "TrackbyContainerId": "sample string 3",
      "TrackbySerialNumber": "sample string 4",
      "TrackbyDateCode": "sample string 5",
      "TrackbyLot": "sample string 6",
      "TrackbyCustomValue1": "sample string 7",
      "TrackbyCustomValue2": "sample string 8",
      "TrackbyCustomValue3": "sample string 9",
      "TrackbyCustomValue4": "sample string 10",
      "TrackbyCustomValue5": "sample string 11",
      "Quantity": 12.0,
      "FromSiteName": "sample string 13",
      "FromLocationCode": "sample string 14",
      "FromContainerId": "sample string 15",
      "MoveToSiteName": "sample string 16",
      "MoveToLocationCode": "sample string 17",
      "MoveToContainerId": "sample string 18",
      "UserNotes": "sample string 19",
      "TransactionUTC": "2025-04-02T05:16:58.9137689+00:00",
      "TransactionRecordSource": "sample string 21",
      "GeoLocationLatitude": 1.0,
      "GeoLocationLongitude": 1.0,
      "GeoLocationAltitude": 1.0,
      "GeoLocationAccuracy": 1.0,
      "GeoLocationTimestampUTC": "2025-04-02T05:16:58.9137689+00:00",
      "UniqueRecordIdentitifer": "sample string 22"
    },
    {
      "ResultKeyNumber": "sample string 1",
      "BatchNumber": 1,
      "ItemNumber": "sample string 2",
      "TrackbyContainerId": "sample string 3",
      "TrackbySerialNumber": "sample string 4",
      "TrackbyDateCode": "sample string 5",
      "TrackbyLot": "sample string 6",
      "TrackbyCustomValue1": "sample string 7",
      "TrackbyCustomValue2": "sample string 8",
      "TrackbyCustomValue3": "sample string 9",
      "TrackbyCustomValue4": "sample string 10",
      "TrackbyCustomValue5": "sample string 11",
      "Quantity": 12.0,
      "FromSiteName": "sample string 13",
      "FromLocationCode": "sample string 14",
      "FromContainerId": "sample string 15",
      "MoveToSiteName": "sample string 16",
      "MoveToLocationCode": "sample string 17",
      "MoveToContainerId": "sample string 18",
      "UserNotes": "sample string 19",
      "TransactionUTC": "2025-04-02T05:16:58.9137689+00:00",
      "TransactionRecordSource": "sample string 21",
      "GeoLocationLatitude": 1.0,
      "GeoLocationLongitude": 1.0,
      "GeoLocationAltitude": 1.0,
      "GeoLocationAccuracy": 1.0,
      "GeoLocationTimestampUTC": "2025-04-02T05:16:58.9137689+00:00",
      "UniqueRecordIdentitifer": "sample string 22"
    }
  ],
  "Messages": [
    {
      "ResultCode": 0,
      "Message": "sample string 1",
      "HttpStatusCode": 200,
      "FieldName": "sample string 2"
    },
    {
      "ResultCode": 0,
      "Message": "sample string 1",
      "HttpStatusCode": 200,
      "FieldName": "sample string 2"
    }
  ],
  "BatchNumber": 1,
  "HasError": false,
  "HasHttpError": false,
  "HasMessage": true,
  "HasSuccessWithMoreDataRemaining": false,
  "TotalRecordsLongCount": 1
}