POST v2/changeRTI/save
Request Information
URI Parameters
None.
Body Parameters
ChangeRTIModel| Name | Description | Type | Additional information |
|---|---|---|---|
| OldBarcode | string |
None. |
|
| NewBarcode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"oldBarcode": "sample string 1",
"newBarcode": "sample string 2"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.