POST v6/operation/transfer/receive/save

Request Information

URI Parameters

None.

Body Parameters

TransferReceiveModel
NameDescriptionTypeAdditional information
RTIs

Collection of TransferReceiveRTIModel

None.

SKUId

integer

None.

Quantity

decimal number

None.

ReceiveDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "rtIs": [
    {
      "barcode": "sample string 1"
    },
    {
      "barcode": "sample string 1"
    }
  ],
  "skuId": 1,
  "quantity": 2.0,
  "receiveDate": "2025-11-08T08:23:05.6164221+00:00"
}

Response Information

Resource Description

TransferReceiveOutputModel
NameDescriptionTypeAdditional information
VIN

string

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "vin": "sample string 1",
  "message": "sample string 2"
}