POST v1/transfer

Transfer an RTI from one zone to another

Request Information

URI Parameters

None.

Body Parameters

TransferModel
NameDescriptionTypeAdditional information
LocationZoneID

Unique identifier of the Location Zone associated with the RTI being received

integer

None.

RTIs

Barcode that is being received

Collection of RTIModel

None.

SKU

SKUModel

None.

Quantity

decimal number

None.

OriginLocationZoneID

integer

None.

OriginPalletID

integer

None.

FlagTypeID

integer

None.

OriginFlagTypeID

integer

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

Response Information

Resource Description

MultiRTIResponseModel
NameDescriptionTypeAdditional information
Response

Actual Response from database. Can contain any model needed

Object

None.

Errors

List of errors from stored procedure

Collection of ErrorModel

None.

Response Formats

application/json, text/json

Sample:
{
  "response": {},
  "errors": [
    {
      "barcode": "sample string 1",
      "errorMessage": "sample string 2"
    },
    {
      "barcode": "sample string 1",
      "errorMessage": "sample string 2"
    }
  ]
}