POST api/CustomerRegistration/RetriveWalletScheem

No documentation available.

Request Information

Parameters

NameDescriptionAdditional 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": "46eb1c3f-b9f0-479f-8a91-b4a3089a9d31",
  "EffectiveDate": "2026-04-18T17:02:50.4089132+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": "87f27ba3-3ffb-421a-b80e-610f8de08169",
  "CreatedDate": "2026-04-18T17:02:50.4089132+05:30",
  "ModifiedBy": "00c00f54-4a48-433e-8cf8-58d78a237d3d",
  "ModifiedDate": "2026-04-18T17:02:50.4089132+05:30",
  "RowVer": "QEBA"
}

text/html

Sample:
{"Id":1,"CompId":"46eb1c3f-b9f0-479f-8a91-b4a3089a9d31","EffectiveDate":"2026-04-18T17:02:50.4089132+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":"87f27ba3-3ffb-421a-b80e-610f8de08169","CreatedDate":"2026-04-18T17:02:50.4089132+05:30","ModifiedBy":"00c00f54-4a48-433e-8cf8-58d78a237d3d","ModifiedDate":"2026-04-18T17:02:50.4089132+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>46eb1c3f-b9f0-479f-8a91-b4a3089a9d31</CompId>
  <CreatedBy>87f27ba3-3ffb-421a-b80e-610f8de08169</CreatedBy>
  <CreatedDate>2026-04-18T17:02:50.4089132+05:30</CreatedDate>
  <EffectiveDate>2026-04-18T17:02:50.4089132+05:30</EffectiveDate>
  <Id>1</Id>
  <InReferralSchemeSponsorZeroOrderAlllow>true</InReferralSchemeSponsorZeroOrderAlllow>
  <InitialSchemeAmount>10</InitialSchemeAmount>
  <InitialSchemeCouponNumber>9</InitialSchemeCouponNumber>
  <InitialSchemeExpiryDuration>12</InitialSchemeExpiryDuration>
  <InitialSchemeExpiryRule>true</InitialSchemeExpiryRule>
  <ModifiedBy>00c00f54-4a48-433e-8cf8-58d78a237d3d</ModifiedBy>
  <ModifiedDate>2026-04-18T17:02:50.4089132+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>