OPTIONS api/CustomerRegistration/RetriveWalletScheem
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| paramList | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
[
{},
{},
{}
]
text/html
Sample:
[{},{},{}]
application/xml, text/xml
Sample:
<ArrayOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <anyType /> <anyType /> <anyType /> </ArrayOfanyType>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"Id": 1,
"CompId": "9e1a5b62-a733-492a-9f53-77a19bf9bab6",
"EffectiveDate": "2026-04-18T17:05:13.4036898+05:30",
"ReferralSchemeCouponNumber": 4,
"ReferralSchemeAmount": 5.0,
"ReferralSchemeExpiryRule": true,
"ReferralSchemeExpiryDuration": 7,
"InReferralSchemeSponsorZeroOrderAlllow": true,
"InitialSchemeCouponNumber": 9,
"InitialSchemeAmount": 10.0,
"InitialSchemeExpiryRule": true,
"InitialSchemeExpiryDuration": 12,
"RedewptionSchemeAmount": 13.0,
"RedewptionSchemePurchase": 14.0,
"PopUpMessage": "sample string 15",
"CreatedBy": "f0ad1fbf-fa55-457e-9dd3-7931ee7a65e0",
"CreatedDate": "2026-04-18T17:05:13.4036898+05:30",
"ModifiedBy": "0039f1cc-9f30-43c2-9b44-4cf2568470e4",
"ModifiedDate": "2026-04-18T17:05:13.4036898+05:30",
"RowVer": "QEBA"
}
text/html
Sample:
{"Id":1,"CompId":"9e1a5b62-a733-492a-9f53-77a19bf9bab6","EffectiveDate":"2026-04-18T17:05:13.4036898+05:30","ReferralSchemeCouponNumber":4,"ReferralSchemeAmount":5.0,"ReferralSchemeExpiryRule":true,"ReferralSchemeExpiryDuration":7,"InReferralSchemeSponsorZeroOrderAlllow":true,"InitialSchemeCouponNumber":9,"InitialSchemeAmount":10.0,"InitialSchemeExpiryRule":true,"InitialSchemeExpiryDuration":12,"RedewptionSchemeAmount":13.0,"RedewptionSchemePurchase":14.0,"PopUpMessage":"sample string 15","CreatedBy":"f0ad1fbf-fa55-457e-9dd3-7931ee7a65e0","CreatedDate":"2026-04-18T17:05:13.4036898+05:30","ModifiedBy":"0039f1cc-9f30-43c2-9b44-4cf2568470e4","ModifiedDate":"2026-04-18T17:05:13.4036898+05:30","RowVer":"QEBA"}
application/xml, text/xml
Sample:
<WalletSchemeRuleModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TABSINVBL.Models"> <CompId>9e1a5b62-a733-492a-9f53-77a19bf9bab6</CompId> <CreatedBy>f0ad1fbf-fa55-457e-9dd3-7931ee7a65e0</CreatedBy> <CreatedDate>2026-04-18T17:05:13.4036898+05:30</CreatedDate> <EffectiveDate>2026-04-18T17:05:13.4036898+05:30</EffectiveDate> <Id>1</Id> <InReferralSchemeSponsorZeroOrderAlllow>true</InReferralSchemeSponsorZeroOrderAlllow> <InitialSchemeAmount>10</InitialSchemeAmount> <InitialSchemeCouponNumber>9</InitialSchemeCouponNumber> <InitialSchemeExpiryDuration>12</InitialSchemeExpiryDuration> <InitialSchemeExpiryRule>true</InitialSchemeExpiryRule> <ModifiedBy>0039f1cc-9f30-43c2-9b44-4cf2568470e4</ModifiedBy> <ModifiedDate>2026-04-18T17:05:13.4036898+05:30</ModifiedDate> <PopUpMessage>sample string 15</PopUpMessage> <RedewptionSchemeAmount>13</RedewptionSchemeAmount> <RedewptionSchemePurchase>14</RedewptionSchemePurchase> <ReferralSchemeAmount>5</ReferralSchemeAmount> <ReferralSchemeCouponNumber>4</ReferralSchemeCouponNumber> <ReferralSchemeExpiryDuration>7</ReferralSchemeExpiryDuration> <ReferralSchemeExpiryRule>true</ReferralSchemeExpiryRule> <RowVer>QEBA</RowVer> </WalletSchemeRuleModel>