POST v1/masterLabel/swap
Add or update information about a Master Label
Request Information
URI Parameters
None.
Body Parameters
MasterLabelSwapModel| Name | Description | Type | Additional information |
|---|---|---|---|
| MasterLabelID | integer |
None. |
|
| AddBarcode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"masterLabelID": 1,
"addBarcode": "sample string 2"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.