POST api/WebApp/GetExpiringOfferReportNew
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
MethodReturnOfListOfOfferExpiredResponseName | Description | Type | Additional information |
---|---|---|---|
ReturnValue | Collection of OfferExpiredResponse |
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": [ { "Slots": "sample string 1", "NonDestinationOffers": 2, "DestinationOffers": 3, "IssuerLoyalty": 4, "MerchantLoyalty": 5, "DestinationLoyalty": 6 }, { "Slots": "sample string 1", "NonDestinationOffers": 2, "DestinationOffers": 3, "IssuerLoyalty": 4, "MerchantLoyalty": 5, "DestinationLoyalty": 6 } ], "ReturnType": "sample string 1", "IsSuccess": true, "Message": "sample string 3", "Schema": "sample string 4", "UTCDate": "2024-11-28T14:35:01.8601956+03:00", "Token": "sample string 6", "ResponseCode": "sample string 7" }
application/xml, text/xml
Sample:
<MethodReturnOfArrayOfOfferExpiredResponsekQwVjwcY 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.Responses"> <d2p1:OfferExpiredResponse> <d2p1:DestinationLoyalty>6</d2p1:DestinationLoyalty> <d2p1:DestinationOffers>3</d2p1:DestinationOffers> <d2p1:IssuerLoyalty>4</d2p1:IssuerLoyalty> <d2p1:MerchantLoyalty>5</d2p1:MerchantLoyalty> <d2p1:NonDestinationOffers>2</d2p1:NonDestinationOffers> <d2p1:Slots>sample string 1</d2p1:Slots> </d2p1:OfferExpiredResponse> <d2p1:OfferExpiredResponse> <d2p1:DestinationLoyalty>6</d2p1:DestinationLoyalty> <d2p1:DestinationOffers>3</d2p1:DestinationOffers> <d2p1:IssuerLoyalty>4</d2p1:IssuerLoyalty> <d2p1:MerchantLoyalty>5</d2p1:MerchantLoyalty> <d2p1:NonDestinationOffers>2</d2p1:NonDestinationOffers> <d2p1:Slots>sample string 1</d2p1:Slots> </d2p1:OfferExpiredResponse> </ReturnValue> <Schema>sample string 4</Schema> <Token>sample string 6</Token> </MethodReturnOfArrayOfOfferExpiredResponsekQwVjwcY>