POST v6/operation/transfer/ship/save
Request Information
URI Parameters
None.
Body Parameters
TransferShipModel| Name | Description | Type | Additional information |
|---|---|---|---|
| RTIs | Collection of TransferShipRTIModel |
None. |
|
| SKUId | integer |
None. |
|
| Quantity | decimal number |
None. |
|
| ToLocationId | integer |
None. |
|
| ExpectedReceiveDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"rtIs": [
{
"barcode": "sample string 1"
},
{
"barcode": "sample string 1"
}
],
"skuId": 1,
"quantity": 2.0,
"toLocationId": 3,
"expectedReceiveDate": "2025-11-08T08:22:38.9510609+00:00"
}
Response Information
Resource Description
TransferShipOutputModel| Name | Description | Type | Additional information |
|---|---|---|---|
| VIN | string |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"vin": "sample string 1",
"message": "sample string 2"
}