POST services/api/v1/Save_MforXNforYPromotion

Request Information

URI Parameters

None.

Body Parameters

Collection of MforXNforYPromotion
NameDescriptionTypeAdditional information
Id

integer

None.

PromotionId

integer

None.

ItemMasterType

integer

None.

FromDate

date

None.

ToDate

date

None.

LocationId

integer

None.

Status

string

None.

Request Formats

application/json, text/json

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

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of MforXNforYPromotion
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:20:41.7036382+04:00",
    "ToDate": "2026-09-09T15:20:41.7036382+04:00",
    "LocationId": 6,
    "Status": "sample string 7"
  },
  {
    "Id": 1,
    "PromotionId": 2,
    "ItemMasterType": 3,
    "FromDate": "2026-09-09T15:20:41.7036382+04:00",
    "ToDate": "2026-09-09T15:20:41.7036382+04:00",
    "LocationId": 6,
    "Status": "sample string 7"
  }
]