POST services/api/v1/Swap_Barcode
Request Information
URI Parameters
None.
Body Parameters
SwapBarcode_Master| Name | Description | Type | Additional information |
|---|---|---|---|
| PrimaryBarcode | string |
None. |
|
| AlterBarcode | string |
None. |
|
| UserId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"PrimaryBarcode": "sample string 1",
"AlterBarcode": "sample string 2",
"UserId": 3
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
SwapBarcode_Master| Name | Description | Type | Additional information |
|---|---|---|---|
| PrimaryBarcode | string |
None. |
|
| AlterBarcode | string |
None. |
|
| UserId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"PrimaryBarcode": "sample string 1",
"AlterBarcode": "sample string 2",
"UserId": 3
}