POST services/api/v1/Get_ItemPromotion

Request Information

URI Parameters

None.

Body Parameters

Id_LocationId
NameDescriptionTypeAdditional information
Id

integer

None.

LocationId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "LocationId": 2
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ItemPromotionPeriod_Master
NameDescriptionTypeAdditional information
Id

integer

None.

PromotionId

integer

None.

ItemMasterType

integer

None.

FromDate

date

None.

ToDate

date

None.

LocationId

integer

None.

Status

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "PromotionId": 2,
  "ItemMasterType": 3,
  "FromDate": "2026-09-09T15:19:14.6397288+04:00",
  "ToDate": "2026-09-09T15:19:14.6397288+04:00",
  "LocationId": 6,
  "Status": "sample string 7"
}