POST v6/operation/shipRFID/shipment/rti/save

Request Information

URI Parameters

None.

Body Parameters

ShipmentRTIModel
NameDescriptionTypeAdditional information
ShipmentID

Unique identifier of the shipment

integer

None.

RTI

RTI

string

None.

Request Formats

application/json, text/json

Sample:
{
  "shipmentID": 1,
  "rti": "sample string 2"
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.