POST v1/rti/swap
Request Information
URI Parameters
None.
Body Parameters
RTISwapModel| Name | Description | Type | Additional information |
|---|---|---|---|
| MasterLabelID | integer |
None. |
|
| OriginalBarcode | string |
None. |
|
| NewBarcode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"masterLabelID": 1,
"originalBarcode": "sample string 2",
"newBarcode": "sample string 3"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.