POST api/WebApp/GetIssuerDrivenLoyaltyOfferReport
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
MethodReturnOfListOfVU_RPT_IssuerDrivenLoyaltyOfferReportName | Description | Type | Additional information |
---|---|---|---|
ReturnValue | Collection of VU_RPT_IssuerDrivenLoyaltyOfferReport |
None. |
|
ReturnType | string |
None. |
|
IsSuccess | boolean |
None. |
|
Message | string |
None. |
|
Schema | string |
None. |
|
UTCDate | date |
None. |
|
Token | string |
None. |
|
ResponseCode | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "ReturnValue": [ { "PromotionID": "sample string 1", "PromotionName": "sample string 2", "PromotionTimeDimType": "sample string 3", "PromotionDateFrom": "2024-11-28T14:49:08.8456778+03:00", "PromotionDateFromStr": "sample string 5", "PromotionDateTo": "2024-11-28T14:49:08.8456778+03:00", "PromotionDateToStr": "sample string 7", "LoyaltyServiceFeeCollectionParameter": "sample string 8", "LoyaltyServiceFee": 9.0, "LoyaltyFeeFixed": 10, "IssuerName": "sample string 11", "FullServiceMode": "sample string 12", "APIMode": "sample string 13", "BIN": "sample string 14", "OrganizationID": 15 }, { "PromotionID": "sample string 1", "PromotionName": "sample string 2", "PromotionTimeDimType": "sample string 3", "PromotionDateFrom": "2024-11-28T14:49:08.8456778+03:00", "PromotionDateFromStr": "sample string 5", "PromotionDateTo": "2024-11-28T14:49:08.8456778+03:00", "PromotionDateToStr": "sample string 7", "LoyaltyServiceFeeCollectionParameter": "sample string 8", "LoyaltyServiceFee": 9.0, "LoyaltyFeeFixed": 10, "IssuerName": "sample string 11", "FullServiceMode": "sample string 12", "APIMode": "sample string 13", "BIN": "sample string 14", "OrganizationID": 15 } ], "ReturnType": "sample string 1", "IsSuccess": true, "Message": "sample string 3", "Schema": "sample string 4", "UTCDate": "2024-11-28T14:49:08.8456778+03:00", "Token": "sample string 6", "ResponseCode": "sample string 7" }
application/xml, text/xml
Sample:
<MethodReturnOfArrayOfVU_RPT_IssuerDrivenLoyaltyOfferReportDg_PpxSFe xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CommonComponents.BusinessObjects.CommonTypes"> <IsSuccess>true</IsSuccess> <Message>sample string 3</Message> <ResponseCode>sample string 7</ResponseCode> <ReturnValue xmlns:d2p1="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.Reports"> <d2p1:VU_RPT_IssuerDrivenLoyaltyOfferReport> <d2p1:APIMode>sample string 13</d2p1:APIMode> <d2p1:BIN>sample string 14</d2p1:BIN> <d2p1:FullServiceMode>sample string 12</d2p1:FullServiceMode> <d2p1:IssuerName>sample string 11</d2p1:IssuerName> <d2p1:LoyaltyFeeFixed>10</d2p1:LoyaltyFeeFixed> <d2p1:LoyaltyServiceFee>9</d2p1:LoyaltyServiceFee> <d2p1:LoyaltyServiceFeeCollectionParameter>sample string 8</d2p1:LoyaltyServiceFeeCollectionParameter> <d2p1:OrganizationID>15</d2p1:OrganizationID> <d2p1:PromotionDateFrom>2024-11-28T14:49:08.8456778+03:00</d2p1:PromotionDateFrom> <d2p1:PromotionDateFromStr>sample string 5</d2p1:PromotionDateFromStr> <d2p1:PromotionDateTo>2024-11-28T14:49:08.8456778+03:00</d2p1:PromotionDateTo> <d2p1:PromotionDateToStr>sample string 7</d2p1:PromotionDateToStr> <d2p1:PromotionID>sample string 1</d2p1:PromotionID> <d2p1:PromotionName>sample string 2</d2p1:PromotionName> <d2p1:PromotionTimeDimType>sample string 3</d2p1:PromotionTimeDimType> </d2p1:VU_RPT_IssuerDrivenLoyaltyOfferReport> <d2p1:VU_RPT_IssuerDrivenLoyaltyOfferReport> <d2p1:APIMode>sample string 13</d2p1:APIMode> <d2p1:BIN>sample string 14</d2p1:BIN> <d2p1:FullServiceMode>sample string 12</d2p1:FullServiceMode> <d2p1:IssuerName>sample string 11</d2p1:IssuerName> <d2p1:LoyaltyFeeFixed>10</d2p1:LoyaltyFeeFixed> <d2p1:LoyaltyServiceFee>9</d2p1:LoyaltyServiceFee> <d2p1:LoyaltyServiceFeeCollectionParameter>sample string 8</d2p1:LoyaltyServiceFeeCollectionParameter> <d2p1:OrganizationID>15</d2p1:OrganizationID> <d2p1:PromotionDateFrom>2024-11-28T14:49:08.8456778+03:00</d2p1:PromotionDateFrom> <d2p1:PromotionDateFromStr>sample string 5</d2p1:PromotionDateFromStr> <d2p1:PromotionDateTo>2024-11-28T14:49:08.8456778+03:00</d2p1:PromotionDateTo> <d2p1:PromotionDateToStr>sample string 7</d2p1:PromotionDateToStr> <d2p1:PromotionID>sample string 1</d2p1:PromotionID> <d2p1:PromotionName>sample string 2</d2p1:PromotionName> <d2p1:PromotionTimeDimType>sample string 3</d2p1:PromotionTimeDimType> </d2p1:VU_RPT_IssuerDrivenLoyaltyOfferReport> </ReturnValue> <Schema>sample string 4</Schema> <Token>sample string 6</Token> </MethodReturnOfArrayOfVU_RPT_IssuerDrivenLoyaltyOfferReportDg_PpxSFe>