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": "9c47868f-a831-4de3-8bcc-0d8cebd97a91",
  "EffectiveDate": "2025-11-02T15:57:14.0938335+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": "ccda41a1-de69-43ee-bc65-478aae4a8cb9",
  "CreatedDate": "2025-11-02T15:57:14.0938335+05:30",
  "ModifiedBy": "ca4f02c3-10d4-4bae-a0c3-48cb19c1016e",
  "ModifiedDate": "2025-11-02T15:57:14.0938335+05:30",
  "RowVer": "QEBA"
}

text/html

Sample:
{"Id":1,"CompId":"9c47868f-a831-4de3-8bcc-0d8cebd97a91","EffectiveDate":"2025-11-02T15:57:14.0938335+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":"ccda41a1-de69-43ee-bc65-478aae4a8cb9","CreatedDate":"2025-11-02T15:57:14.0938335+05:30","ModifiedBy":"ca4f02c3-10d4-4bae-a0c3-48cb19c1016e","ModifiedDate":"2025-11-02T15:57:14.0938335+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>9c47868f-a831-4de3-8bcc-0d8cebd97a91</CompId>
  <CreatedBy>ccda41a1-de69-43ee-bc65-478aae4a8cb9</CreatedBy>
  <CreatedDate>2025-11-02T15:57:14.0938335+05:30</CreatedDate>
  <EffectiveDate>2025-11-02T15:57:14.0938335+05:30</EffectiveDate>
  <Id>1</Id>
  <InReferralSchemeSponsorZeroOrderAlllow>true</InReferralSchemeSponsorZeroOrderAlllow>
  <InitialSchemeAmount>10</InitialSchemeAmount>
  <InitialSchemeCouponNumber>9</InitialSchemeCouponNumber>
  <InitialSchemeExpiryDuration>12</InitialSchemeExpiryDuration>
  <InitialSchemeExpiryRule>true</InitialSchemeExpiryRule>
  <ModifiedBy>ca4f02c3-10d4-4bae-a0c3-48cb19c1016e</ModifiedBy>
  <ModifiedDate>2025-11-02T15:57:14.0938335+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>