POST services/api/rest/v1/Save_ItemPrinterMapping
Request Information
URI Parameters
None.
Body Parameters
Collection of ItemPrinterDtl| Name | Description | Type | Additional information |
|---|---|---|---|
| Barcode | string |
None. |
|
| PrinterId | integer |
None. |
|
| Name | string |
None. |
|
| Id | integer |
None. |
|
| CategoryName | string |
None. |
|
| LocId | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"Barcode": "sample string 1",
"PrinterId": 2,
"Name": "sample string 3",
"Id": 4,
"CategoryName": "sample string 5",
"LocId": 6
},
{
"Barcode": "sample string 1",
"PrinterId": 2,
"Name": "sample string 3",
"Id": 4,
"CategoryName": "sample string 5",
"LocId": 6
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ItemPrinterDtl| Name | Description | Type | Additional information |
|---|---|---|---|
| Barcode | string |
None. |
|
| PrinterId | integer |
None. |
|
| Name | string |
None. |
|
| Id | integer |
None. |
|
| CategoryName | string |
None. |
|
| LocId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Barcode": "sample string 1",
"PrinterId": 2,
"Name": "sample string 3",
"Id": 4,
"CategoryName": "sample string 5",
"LocId": 6
},
{
"Barcode": "sample string 1",
"PrinterId": 2,
"Name": "sample string 3",
"Id": 4,
"CategoryName": "sample string 5",
"LocId": 6
}
]