POST services/api/v1/Save_ItemPromotionMaster
Request Information
URI Parameters
None.
Body Parameters
SaveItemPromotion_Master| Name | Description | Type | Additional information |
|---|---|---|---|
| ShowTime | boolean |
None. |
|
| masterDetails | Collection of ItemPromotionPeriod_Master |
None. |
Request Formats
application/json, text/json
Sample:
{
"ShowTime": true,
"masterDetails": [
{
"Id": 1,
"PromotionId": 2,
"ItemMasterType": 3,
"FromDate": "2026-09-09T15:04:25.9363215+04:00",
"ToDate": "2026-09-09T15:04:25.9363215+04:00",
"LocationId": 6,
"Status": "sample string 7"
},
{
"Id": 1,
"PromotionId": 2,
"ItemMasterType": 3,
"FromDate": "2026-09-09T15:04:25.9363215+04:00",
"ToDate": "2026-09-09T15:04:25.9363215+04:00",
"LocationId": 6,
"Status": "sample string 7"
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
SaveItemPromotion_Master| Name | Description | Type | Additional information |
|---|---|---|---|
| ShowTime | boolean |
None. |
|
| masterDetails | Collection of ItemPromotionPeriod_Master |
None. |
Response Formats
application/json, text/json
Sample:
{
"ShowTime": true,
"masterDetails": [
{
"Id": 1,
"PromotionId": 2,
"ItemMasterType": 3,
"FromDate": "2026-09-09T15:04:25.9519172+04:00",
"ToDate": "2026-09-09T15:04:25.9519172+04:00",
"LocationId": 6,
"Status": "sample string 7"
},
{
"Id": 1,
"PromotionId": 2,
"ItemMasterType": 3,
"FromDate": "2026-09-09T15:04:25.9519172+04:00",
"ToDate": "2026-09-09T15:04:25.9519172+04:00",
"LocationId": 6,
"Status": "sample string 7"
}
]
}