POST services/api/v1/Save_MforXNforYPromotion
Request Information
URI Parameters
None.
Body Parameters
Collection of MforXNforYPromotion| Name | Description | Type | Additional 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:21:47.6886631+04:00",
"ToDate": "2026-09-09T15:21:47.6886631+04:00",
"LocationId": 6,
"Status": "sample string 7"
},
{
"Id": 1,
"PromotionId": 2,
"ItemMasterType": 3,
"FromDate": "2026-09-09T15:21:47.6886631+04:00",
"ToDate": "2026-09-09T15:21:47.6886631+04:00",
"LocationId": 6,
"Status": "sample string 7"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of MforXNforYPromotion| Name | Description | Type | Additional 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:21:47.7043073+04:00",
"ToDate": "2026-09-09T15:21:47.7043073+04:00",
"LocationId": 6,
"Status": "sample string 7"
},
{
"Id": 1,
"PromotionId": 2,
"ItemMasterType": 3,
"FromDate": "2026-09-09T15:21:47.7043073+04:00",
"ToDate": "2026-09-09T15:21:47.7043073+04:00",
"LocationId": 6,
"Status": "sample string 7"
}
]