GET services/api/v1/Get_MforXNForYPromotionMasterList
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of MforXNforYPromotion_MasterList| Name | Description | Type | Additional information |
|---|---|---|---|
| PromotionId | integer |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| Status | integer |
None. |
|
| Priority | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"PromotionId": 1,
"Name": "sample string 2",
"Description": "sample string 3",
"Status": 4,
"Priority": 5
},
{
"PromotionId": 1,
"Name": "sample string 2",
"Description": "sample string 3",
"Status": 4,
"Priority": 5
}
]