POST services/api/v1/Get_BarcodeOtherDetails
Request Information
URI Parameters
None.
Body Parameters
BarcodeOtherDetails_Filter| Name | Description | Type | Additional information |
|---|---|---|---|
| LocId | integer |
None. |
|
| Id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"LocId": 1,
"Id": 2
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BarcodeOtherDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| PromotionDetails | PromotionDetails |
None. |
Response Formats
application/json, text/json
Sample:
{
"PromotionDetails": {
"FromDate": "2026-09-09T15:21:45.1730319+04:00",
"ToDate": "2026-09-09T15:21:45.1730319+04:00",
"NewSellingPrice": 3.0
}
}