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