POST api/Scheme/QPSSchemeList

Request Information

URI Parameters

None.

Body Parameters

SchemeModel
NameDescriptionTypeAdditional information
SchemeModificationId

integer

None.

FinancialYear

string

None.

SchemeId

string

None.

SchemeName

string

None.

SchemeCode

string

None.

ERPSchemeCode

string

None.

SchemeNo

integer

None.

SchemeDescription

string

None.

CostCenter

string

None.

SchemeTypeId

string

None.

SchemeTypeName

string

None.

SchemeTypeSortName

string

None.

StartDate

string

None.

EndDate

string

None.

SchemeSlabResetFrequency

string

None.

ModuleId

string

None.

ProductId

integer

None.

PRODUCT_DESCRIPTION

string

None.

Products

Collection of SalesProductTargetRow

None.

Productsjson

string

None.

FreePRODUCT_DESCRIPTION

string

None.

FreeProducts

Collection of SalesFreeProductTargetRow

None.

FreeProductsjson

string

None.

PartyId

integer

None.

PartyName

string

None.

Distributors

Collection of DistributorsRow

None.

Distributorsjson

string

None.

IsUpfrontOrRebate

integer

None.

IsApplicableToRetailer

integer

None.

IsApplicableToDistributor

integer

None.

IsApplicableToSuperStockist

integer

None.

IsApplicableToCandF

integer

None.

IsConsumerOrTradePromotion

integer

None.

IsBatchSpecific

boolean

None.

UpfrontOrRebate

boolean

None.

ApplicableToRetailer

boolean

None.

ApplicableToDistributor

boolean

None.

ApplicableToSuperStockist

boolean

None.

ApplicableToCandF

boolean

None.

ConsumerOrTradePromotion

boolean

None.

BatchSpecific

boolean

None.

FirstRec

integer

None.

LastRec

integer

None.

SortColumn

string

None.

SortOrder

string

None.

RequestType

integer

None.

IsActive

boolean

None.

AutoCompleteRequest

boolean

None.

SlabResetFrequencyList

Collection of SelectListItem

None.

SchemeTypeList

Collection of SelectListItem

None.

ProductQty

decimal number

None.

FreeQty

decimal number

None.

ProductUnitId

integer

None.

ProductUnitName

string

None.

FreeProductUnitId

integer

None.

FreeProductUnitName

string

None.

DiscountAmount

decimal number

None.

DiscountPercentage

decimal number

None.

SlabUnitId

integer

None.

QPSSlabUnitId

integer

None.

SlabUnitName

string

None.

UpfrontRsPerUnits

decimal number

None.

UpfrontPercentagePerUnits

decimal number

None.

PassOnPercentage

decimal number

None.

IsRepeatLastSlab

boolean

None.

AllowUserToApplySchemeUptoInvoiceNo

integer

None.

SchemeSlabsJsonData

string

None.

Grid

SchemeGrid

None.

SchemeProdOnProdDetails

Collection of SchemeProdOnProdRow

None.

SchemeProdOnProdDetailsjson

string

None.

SchemeProdOnProdGrid

SchemeProdOnProdGrid

None.

IsCalledFrom

string

None.

SchemeStatus

string

None.

AppliedInvoices

integer

None.

CreateBy

string

None.

IsDistributorScheme

boolean

None.

SchemeApprovalStatus

integer

None.

YearKey

string

None.

QpsSlabItemAssessableValue

integer

None.

Message

APIResponse

None.

SecretKey

string

None.

Token

string

None.

EnterprisesCode

string

None.

ModeluSelection

string

None.

CallFrom

string

None.

IsAllowedRequest

boolean

None.

IsInMaintenance

boolean

None.

SchemeSlabs

Collection of SchemeSlabDetails

None.

Request Formats

application/json, text/json

Sample:
{
  "SchemeSlabs": [
    {
      "SchemeSlabDetailsId": "sample string 1",
      "SchemeId": "sample string 2",
      "PartyId": 3,
      "PartyName": "sample string 4",
      "SrNo": 5,
      "Target": 6.0,
      "FromQty": 7.0,
      "ToQty": 8.0,
      "Rs": 9.0,
      "ItemDescription": "sample string 10",
      "ThresholdFrom": 11.0,
      "ThresholdTo": 12.0,
      "Discount": 13.0,
      "FromKg": 14.0,
      "ToKg": 15.0,
      "AllowSchemeUpTo": 16
    },
    {
      "SchemeSlabDetailsId": "sample string 1",
      "SchemeId": "sample string 2",
      "PartyId": 3,
      "PartyName": "sample string 4",
      "SrNo": 5,
      "Target": 6.0,
      "FromQty": 7.0,
      "ToQty": 8.0,
      "Rs": 9.0,
      "ItemDescription": "sample string 10",
      "ThresholdFrom": 11.0,
      "ThresholdTo": 12.0,
      "Discount": 13.0,
      "FromKg": 14.0,
      "ToKg": 15.0,
      "AllowSchemeUpTo": 16
    }
  ],
  "SchemeModificationId": 1,
  "FinancialYear": "sample string 2",
  "SchemeId": "sample string 3",
  "SchemeName": "sample string 4",
  "SchemeCode": "sample string 5",
  "ERPSchemeCode": "sample string 6",
  "SchemeNo": 7,
  "SchemeDescription": "sample string 8",
  "CostCenter": "sample string 9",
  "SchemeTypeId": "sample string 10",
  "SchemeTypeName": "sample string 11",
  "SchemeTypeSortName": "sample string 12",
  "StartDate": "sample string 13",
  "EndDate": "sample string 14",
  "SchemeSlabResetFrequency": "sample string 15",
  "ModuleId": "sample string 16",
  "ProductId": 17,
  "PRODUCT_DESCRIPTION": "sample string 18",
  "Products": [
    {
      "ProductId": 1,
      "PRODUCT_DESCRIPTION": "sample string 2",
      "SchemeProductId": "sample string 3",
      "SchemeId": "sample string 4"
    },
    {
      "ProductId": 1,
      "PRODUCT_DESCRIPTION": "sample string 2",
      "SchemeProductId": "sample string 3",
      "SchemeId": "sample string 4"
    }
  ],
  "Productsjson": "sample string 19",
  "FreePRODUCT_DESCRIPTION": "sample string 20",
  "FreeProducts": [
    {
      "FreeProductId": 1,
      "FreePRODUCT_DESCRIPTION": "sample string 2",
      "SchemeProductId": "sample string 3",
      "SchemeId": "sample string 4"
    },
    {
      "FreeProductId": 1,
      "FreePRODUCT_DESCRIPTION": "sample string 2",
      "SchemeProductId": "sample string 3",
      "SchemeId": "sample string 4"
    }
  ],
  "FreeProductsjson": "sample string 21",
  "PartyId": 22,
  "PartyName": "sample string 23",
  "Distributors": [
    {
      "SchemeDistributorDetailsId": "sample string 1",
      "SchemeId": "sample string 2",
      "PartyId": 3,
      "PartyName": "sample string 4"
    },
    {
      "SchemeDistributorDetailsId": "sample string 1",
      "SchemeId": "sample string 2",
      "PartyId": 3,
      "PartyName": "sample string 4"
    }
  ],
  "Distributorsjson": "sample string 24",
  "IsUpfrontOrRebate": 25,
  "IsApplicableToRetailer": 26,
  "IsApplicableToDistributor": 27,
  "IsApplicableToSuperStockist": 28,
  "IsApplicableToCandF": 29,
  "IsConsumerOrTradePromotion": 30,
  "IsBatchSpecific": true,
  "UpfrontOrRebate": true,
  "ApplicableToRetailer": true,
  "ApplicableToDistributor": true,
  "ApplicableToSuperStockist": true,
  "ApplicableToCandF": true,
  "ConsumerOrTradePromotion": true,
  "BatchSpecific": true,
  "FirstRec": 39,
  "LastRec": 40,
  "SortColumn": "sample string 41",
  "SortOrder": "sample string 42",
  "RequestType": 43,
  "IsActive": true,
  "AutoCompleteRequest": true,
  "SlabResetFrequencyList": [
    {
      "Disabled": true,
      "Group": {
        "Disabled": true,
        "Name": "sample string 2"
      },
      "Selected": true,
      "Text": "sample string 3",
      "Value": "sample string 4"
    },
    {
      "Disabled": true,
      "Group": {
        "Disabled": true,
        "Name": "sample string 2"
      },
      "Selected": true,
      "Text": "sample string 3",
      "Value": "sample string 4"
    }
  ],
  "SchemeTypeList": [
    {
      "Disabled": true,
      "Group": {
        "Disabled": true,
        "Name": "sample string 2"
      },
      "Selected": true,
      "Text": "sample string 3",
      "Value": "sample string 4"
    },
    {
      "Disabled": true,
      "Group": {
        "Disabled": true,
        "Name": "sample string 2"
      },
      "Selected": true,
      "Text": "sample string 3",
      "Value": "sample string 4"
    }
  ],
  "ProductQty": 46.0,
  "FreeQty": 47.0,
  "ProductUnitId": 48,
  "ProductUnitName": "sample string 49",
  "FreeProductUnitId": 50,
  "FreeProductUnitName": "sample string 51",
  "DiscountAmount": 52.0,
  "DiscountPercentage": 53.0,
  "SlabUnitId": 54,
  "QPSSlabUnitId": 55,
  "SlabUnitName": "sample string 56",
  "UpfrontRsPerUnits": 57.0,
  "UpfrontPercentagePerUnits": 58.0,
  "PassOnPercentage": 59.0,
  "IsRepeatLastSlab": true,
  "AllowUserToApplySchemeUptoInvoiceNo": 61,
  "SchemeSlabsJsonData": "sample string 62",
  "Grid": {
    "SchemeData": [
      {
        "SchemeSlabDetailsId": "sample string 1",
        "SchemeId": "sample string 2",
        "PartyId": 3,
        "PartyName": "sample string 4",
        "SrNo": 5,
        "Target": 6.0,
        "FromQty": 7.0,
        "ToQty": 8.0,
        "Rs": 9.0,
        "ItemDescription": "sample string 10",
        "ThresholdFrom": 11.0,
        "ThresholdTo": 12.0,
        "Discount": 13.0,
        "FromKg": 14.0,
        "ToKg": 15.0,
        "AllowSchemeUpTo": 16
      },
      {
        "SchemeSlabDetailsId": "sample string 1",
        "SchemeId": "sample string 2",
        "PartyId": 3,
        "PartyName": "sample string 4",
        "SrNo": 5,
        "Target": 6.0,
        "FromQty": 7.0,
        "ToQty": 8.0,
        "Rs": 9.0,
        "ItemDescription": "sample string 10",
        "ThresholdFrom": 11.0,
        "ThresholdTo": 12.0,
        "Discount": 13.0,
        "FromKg": 14.0,
        "ToKg": 15.0,
        "AllowSchemeUpTo": 16
      }
    ]
  },
  "SchemeProdOnProdDetails": [
    {
      "SchemeProdOnProdQtyDetailId": "sample string 1",
      "SchemeId": "sample string 2",
      "SchemeSlabId": "sample string 3",
      "SlabNo": 4,
      "SrNo": 5,
      "Qty": "sample string 6",
      "Unit": "sample string 7",
      "Logic": "sample string 8",
      "SchemeProdOnProdProductDetailId": "sample string 9",
      "ProductId": 10,
      "ProductDescription": "sample string 11",
      "DiscountFlag": "sample string 12",
      "IsAdditionalDiscountEligible": true,
      "IsPartyDiscountEligible": true
    },
    {
      "SchemeProdOnProdQtyDetailId": "sample string 1",
      "SchemeId": "sample string 2",
      "SchemeSlabId": "sample string 3",
      "SlabNo": 4,
      "SrNo": 5,
      "Qty": "sample string 6",
      "Unit": "sample string 7",
      "Logic": "sample string 8",
      "SchemeProdOnProdProductDetailId": "sample string 9",
      "ProductId": 10,
      "ProductDescription": "sample string 11",
      "DiscountFlag": "sample string 12",
      "IsAdditionalDiscountEligible": true,
      "IsPartyDiscountEligible": true
    }
  ],
  "SchemeProdOnProdDetailsjson": "sample string 63",
  "SchemeProdOnProdGrid": {
    "SchemeProdOnProdData": [
      {
        "SchemeProdOnProdQtyDetailId": "sample string 1",
        "SchemeId": "sample string 2",
        "SchemeSlabId": "sample string 3",
        "SlabNo": 4,
        "SrNo": 5,
        "Qty": "sample string 6",
        "Unit": "sample string 7",
        "Logic": "sample string 8",
        "SchemeProdOnProdProductDetailId": "sample string 9",
        "ProductId": 10,
        "ProductDescription": "sample string 11",
        "DiscountFlag": "sample string 12",
        "IsAdditionalDiscountEligible": true,
        "IsPartyDiscountEligible": true
      },
      {
        "SchemeProdOnProdQtyDetailId": "sample string 1",
        "SchemeId": "sample string 2",
        "SchemeSlabId": "sample string 3",
        "SlabNo": 4,
        "SrNo": 5,
        "Qty": "sample string 6",
        "Unit": "sample string 7",
        "Logic": "sample string 8",
        "SchemeProdOnProdProductDetailId": "sample string 9",
        "ProductId": 10,
        "ProductDescription": "sample string 11",
        "DiscountFlag": "sample string 12",
        "IsAdditionalDiscountEligible": true,
        "IsPartyDiscountEligible": true
      }
    ]
  },
  "IsCalledFrom": "sample string 64",
  "SchemeStatus": "sample string 65",
  "AppliedInvoices": 66,
  "CreateBy": "sample string 67",
  "IsDistributorScheme": true,
  "SchemeApprovalStatus": 69,
  "YearKey": "sample string 70",
  "QpsSlabItemAssessableValue": 71,
  "Message": {
    "ResponseCode": 1,
    "ResponseMessage": "sample string 2"
  },
  "SecretKey": "sample string 72",
  "Token": "sample string 73",
  "EnterprisesCode": "sample string 74",
  "ModeluSelection": "sample string 75",
  "CallFrom": "sample string 76",
  "IsAllowedRequest": true,
  "IsInMaintenance": true
}

application/xml, text/xml

Sample:
<SchemeModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZipDMSModels">
  <CallFrom>sample string 76</CallFrom>
  <EnterprisesCode>sample string 74</EnterprisesCode>
  <IsAllowedRequest>true</IsAllowedRequest>
  <IsInMaintenance>true</IsInMaintenance>
  <Message>
    <ResponseCode>1</ResponseCode>
    <ResponseMessage>sample string 2</ResponseMessage>
  </Message>
  <ModeluSelection>sample string 75</ModeluSelection>
  <SecretKey>sample string 72</SecretKey>
  <Token>sample string 73</Token>
  <AllowUserToApplySchemeUptoInvoiceNo>61</AllowUserToApplySchemeUptoInvoiceNo>
  <ApplicableToCandF>true</ApplicableToCandF>
  <ApplicableToDistributor>true</ApplicableToDistributor>
  <ApplicableToRetailer>true</ApplicableToRetailer>
  <ApplicableToSuperStockist>true</ApplicableToSuperStockist>
  <AppliedInvoices>66</AppliedInvoices>
  <AutoCompleteRequest>true</AutoCompleteRequest>
  <BatchSpecific>true</BatchSpecific>
  <ConsumerOrTradePromotion>true</ConsumerOrTradePromotion>
  <CostCenter>sample string 9</CostCenter>
  <CreateBy>sample string 67</CreateBy>
  <DiscountAmount>52</DiscountAmount>
  <DiscountPercentage>53</DiscountPercentage>
  <Distributors>
    <DistributorsRow>
      <PartyId>3</PartyId>
      <PartyName>sample string 4</PartyName>
      <SchemeDistributorDetailsId>sample string 1</SchemeDistributorDetailsId>
      <SchemeId>sample string 2</SchemeId>
    </DistributorsRow>
    <DistributorsRow>
      <PartyId>3</PartyId>
      <PartyName>sample string 4</PartyName>
      <SchemeDistributorDetailsId>sample string 1</SchemeDistributorDetailsId>
      <SchemeId>sample string 2</SchemeId>
    </DistributorsRow>
  </Distributors>
  <Distributorsjson>sample string 24</Distributorsjson>
  <ERPSchemeCode>sample string 6</ERPSchemeCode>
  <EndDate>sample string 14</EndDate>
  <FinancialYear>sample string 2</FinancialYear>
  <FirstRec>39</FirstRec>
  <FreePRODUCT_DESCRIPTION>sample string 20</FreePRODUCT_DESCRIPTION>
  <FreeProductUnitId>50</FreeProductUnitId>
  <FreeProductUnitName>sample string 51</FreeProductUnitName>
  <FreeProducts>
    <SalesFreeProductTargetRow>
      <FreePRODUCT_DESCRIPTION>sample string 2</FreePRODUCT_DESCRIPTION>
      <FreeProductId>1</FreeProductId>
      <SchemeId>sample string 4</SchemeId>
      <SchemeProductId>sample string 3</SchemeProductId>
    </SalesFreeProductTargetRow>
    <SalesFreeProductTargetRow>
      <FreePRODUCT_DESCRIPTION>sample string 2</FreePRODUCT_DESCRIPTION>
      <FreeProductId>1</FreeProductId>
      <SchemeId>sample string 4</SchemeId>
      <SchemeProductId>sample string 3</SchemeProductId>
    </SalesFreeProductTargetRow>
  </FreeProducts>
  <FreeProductsjson>sample string 21</FreeProductsjson>
  <FreeQty>47</FreeQty>
  <Grid>
    <SchemeData>
      <SchemeSlabDetails>
        <AllowSchemeUpTo>16</AllowSchemeUpTo>
        <Discount>13</Discount>
        <FromKg>14</FromKg>
        <FromQty>7</FromQty>
        <ItemDescription>sample string 10</ItemDescription>
        <PartyId>3</PartyId>
        <PartyName>sample string 4</PartyName>
        <Rs>9</Rs>
        <SchemeId>sample string 2</SchemeId>
        <SchemeSlabDetailsId>sample string 1</SchemeSlabDetailsId>
        <SrNo>5</SrNo>
        <Target>6</Target>
        <ThresholdFrom>11</ThresholdFrom>
        <ThresholdTo>12</ThresholdTo>
        <ToKg>15</ToKg>
        <ToQty>8</ToQty>
      </SchemeSlabDetails>
      <SchemeSlabDetails>
        <AllowSchemeUpTo>16</AllowSchemeUpTo>
        <Discount>13</Discount>
        <FromKg>14</FromKg>
        <FromQty>7</FromQty>
        <ItemDescription>sample string 10</ItemDescription>
        <PartyId>3</PartyId>
        <PartyName>sample string 4</PartyName>
        <Rs>9</Rs>
        <SchemeId>sample string 2</SchemeId>
        <SchemeSlabDetailsId>sample string 1</SchemeSlabDetailsId>
        <SrNo>5</SrNo>
        <Target>6</Target>
        <ThresholdFrom>11</ThresholdFrom>
        <ThresholdTo>12</ThresholdTo>
        <ToKg>15</ToKg>
        <ToQty>8</ToQty>
      </SchemeSlabDetails>
    </SchemeData>
  </Grid>
  <IsActive>true</IsActive>
  <IsApplicableToCandF>29</IsApplicableToCandF>
  <IsApplicableToDistributor>27</IsApplicableToDistributor>
  <IsApplicableToRetailer>26</IsApplicableToRetailer>
  <IsApplicableToSuperStockist>28</IsApplicableToSuperStockist>
  <IsBatchSpecific>true</IsBatchSpecific>
  <IsCalledFrom>sample string 64</IsCalledFrom>
  <IsConsumerOrTradePromotion>30</IsConsumerOrTradePromotion>
  <IsDistributorScheme>true</IsDistributorScheme>
  <IsRepeatLastSlab>true</IsRepeatLastSlab>
  <IsUpfrontOrRebate>25</IsUpfrontOrRebate>
  <LastRec>40</LastRec>
  <ModuleId>sample string 16</ModuleId>
  <PRODUCT_DESCRIPTION>sample string 18</PRODUCT_DESCRIPTION>
  <PartyId>22</PartyId>
  <PartyName>sample string 23</PartyName>
  <PassOnPercentage>59</PassOnPercentage>
  <ProductId>17</ProductId>
  <ProductQty>46</ProductQty>
  <ProductUnitId>48</ProductUnitId>
  <ProductUnitName>sample string 49</ProductUnitName>
  <Products>
    <SalesProductTargetRow>
      <PRODUCT_DESCRIPTION>sample string 2</PRODUCT_DESCRIPTION>
      <ProductId>1</ProductId>
      <SchemeId>sample string 4</SchemeId>
      <SchemeProductId>sample string 3</SchemeProductId>
    </SalesProductTargetRow>
    <SalesProductTargetRow>
      <PRODUCT_DESCRIPTION>sample string 2</PRODUCT_DESCRIPTION>
      <ProductId>1</ProductId>
      <SchemeId>sample string 4</SchemeId>
      <SchemeProductId>sample string 3</SchemeProductId>
    </SalesProductTargetRow>
  </Products>
  <Productsjson>sample string 19</Productsjson>
  <QPSSlabUnitId>55</QPSSlabUnitId>
  <QpsSlabItemAssessableValue>71</QpsSlabItemAssessableValue>
  <RequestType>43</RequestType>
  <SchemeApprovalStatus>69</SchemeApprovalStatus>
  <SchemeCode>sample string 5</SchemeCode>
  <SchemeDescription>sample string 8</SchemeDescription>
  <SchemeId>sample string 3</SchemeId>
  <SchemeModificationId>1</SchemeModificationId>
  <SchemeName>sample string 4</SchemeName>
  <SchemeNo>7</SchemeNo>
  <SchemeProdOnProdDetails>
    <SchemeProdOnProdRow>
      <DiscountFlag>sample string 12</DiscountFlag>
      <IsAdditionalDiscountEligible>true</IsAdditionalDiscountEligible>
      <IsPartyDiscountEligible>true</IsPartyDiscountEligible>
      <Logic>sample string 8</Logic>
      <ProductDescription>sample string 11</ProductDescription>
      <ProductId>10</ProductId>
      <Qty>sample string 6</Qty>
      <SchemeId>sample string 2</SchemeId>
      <SchemeProdOnProdProductDetailId>sample string 9</SchemeProdOnProdProductDetailId>
      <SchemeProdOnProdQtyDetailId>sample string 1</SchemeProdOnProdQtyDetailId>
      <SchemeSlabId>sample string 3</SchemeSlabId>
      <SlabNo>4</SlabNo>
      <SrNo>5</SrNo>
      <Unit>sample string 7</Unit>
    </SchemeProdOnProdRow>
    <SchemeProdOnProdRow>
      <DiscountFlag>sample string 12</DiscountFlag>
      <IsAdditionalDiscountEligible>true</IsAdditionalDiscountEligible>
      <IsPartyDiscountEligible>true</IsPartyDiscountEligible>
      <Logic>sample string 8</Logic>
      <ProductDescription>sample string 11</ProductDescription>
      <ProductId>10</ProductId>
      <Qty>sample string 6</Qty>
      <SchemeId>sample string 2</SchemeId>
      <SchemeProdOnProdProductDetailId>sample string 9</SchemeProdOnProdProductDetailId>
      <SchemeProdOnProdQtyDetailId>sample string 1</SchemeProdOnProdQtyDetailId>
      <SchemeSlabId>sample string 3</SchemeSlabId>
      <SlabNo>4</SlabNo>
      <SrNo>5</SrNo>
      <Unit>sample string 7</Unit>
    </SchemeProdOnProdRow>
  </SchemeProdOnProdDetails>
  <SchemeProdOnProdDetailsjson>sample string 63</SchemeProdOnProdDetailsjson>
  <SchemeProdOnProdGrid>
    <SchemeProdOnProdData>
      <SchemeProdOnProdRow>
        <DiscountFlag>sample string 12</DiscountFlag>
        <IsAdditionalDiscountEligible>true</IsAdditionalDiscountEligible>
        <IsPartyDiscountEligible>true</IsPartyDiscountEligible>
        <Logic>sample string 8</Logic>
        <ProductDescription>sample string 11</ProductDescription>
        <ProductId>10</ProductId>
        <Qty>sample string 6</Qty>
        <SchemeId>sample string 2</SchemeId>
        <SchemeProdOnProdProductDetailId>sample string 9</SchemeProdOnProdProductDetailId>
        <SchemeProdOnProdQtyDetailId>sample string 1</SchemeProdOnProdQtyDetailId>
        <SchemeSlabId>sample string 3</SchemeSlabId>
        <SlabNo>4</SlabNo>
        <SrNo>5</SrNo>
        <Unit>sample string 7</Unit>
      </SchemeProdOnProdRow>
      <SchemeProdOnProdRow>
        <DiscountFlag>sample string 12</DiscountFlag>
        <IsAdditionalDiscountEligible>true</IsAdditionalDiscountEligible>
        <IsPartyDiscountEligible>true</IsPartyDiscountEligible>
        <Logic>sample string 8</Logic>
        <ProductDescription>sample string 11</ProductDescription>
        <ProductId>10</ProductId>
        <Qty>sample string 6</Qty>
        <SchemeId>sample string 2</SchemeId>
        <SchemeProdOnProdProductDetailId>sample string 9</SchemeProdOnProdProductDetailId>
        <SchemeProdOnProdQtyDetailId>sample string 1</SchemeProdOnProdQtyDetailId>
        <SchemeSlabId>sample string 3</SchemeSlabId>
        <SlabNo>4</SlabNo>
        <SrNo>5</SrNo>
        <Unit>sample string 7</Unit>
      </SchemeProdOnProdRow>
    </SchemeProdOnProdData>
  </SchemeProdOnProdGrid>
  <SchemeSlabResetFrequency>sample string 15</SchemeSlabResetFrequency>
  <SchemeSlabs>
    <SchemeSlabDetails>
      <AllowSchemeUpTo>16</AllowSchemeUpTo>
      <Discount>13</Discount>
      <FromKg>14</FromKg>
      <FromQty>7</FromQty>
      <ItemDescription>sample string 10</ItemDescription>
      <PartyId>3</PartyId>
      <PartyName>sample string 4</PartyName>
      <Rs>9</Rs>
      <SchemeId>sample string 2</SchemeId>
      <SchemeSlabDetailsId>sample string 1</SchemeSlabDetailsId>
      <SrNo>5</SrNo>
      <Target>6</Target>
      <ThresholdFrom>11</ThresholdFrom>
      <ThresholdTo>12</ThresholdTo>
      <ToKg>15</ToKg>
      <ToQty>8</ToQty>
    </SchemeSlabDetails>
    <SchemeSlabDetails>
      <AllowSchemeUpTo>16</AllowSchemeUpTo>
      <Discount>13</Discount>
      <FromKg>14</FromKg>
      <FromQty>7</FromQty>
      <ItemDescription>sample string 10</ItemDescription>
      <PartyId>3</PartyId>
      <PartyName>sample string 4</PartyName>
      <Rs>9</Rs>
      <SchemeId>sample string 2</SchemeId>
      <SchemeSlabDetailsId>sample string 1</SchemeSlabDetailsId>
      <SrNo>5</SrNo>
      <Target>6</Target>
      <ThresholdFrom>11</ThresholdFrom>
      <ThresholdTo>12</ThresholdTo>
      <ToKg>15</ToKg>
      <ToQty>8</ToQty>
    </SchemeSlabDetails>
  </SchemeSlabs>
  <SchemeSlabsJsonData>sample string 62</SchemeSlabsJsonData>
  <SchemeStatus>sample string 65</SchemeStatus>
  <SchemeTypeId>sample string 10</SchemeTypeId>
  <SchemeTypeList xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Web.Mvc">
    <d2p1:SelectListItem>
      <d2p1:Disabled>true</d2p1:Disabled>
      <d2p1:Group>
        <d2p1:Disabled>true</d2p1:Disabled>
        <d2p1:Name>sample string 2</d2p1:Name>
      </d2p1:Group>
      <d2p1:Selected>true</d2p1:Selected>
      <d2p1:Text>sample string 3</d2p1:Text>
      <d2p1:Value>sample string 4</d2p1:Value>
    </d2p1:SelectListItem>
    <d2p1:SelectListItem>
      <d2p1:Disabled>true</d2p1:Disabled>
      <d2p1:Group>
        <d2p1:Disabled>true</d2p1:Disabled>
        <d2p1:Name>sample string 2</d2p1:Name>
      </d2p1:Group>
      <d2p1:Selected>true</d2p1:Selected>
      <d2p1:Text>sample string 3</d2p1:Text>
      <d2p1:Value>sample string 4</d2p1:Value>
    </d2p1:SelectListItem>
  </SchemeTypeList>
  <SchemeTypeName>sample string 11</SchemeTypeName>
  <SchemeTypeSortName>sample string 12</SchemeTypeSortName>
  <SlabResetFrequencyList xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Web.Mvc">
    <d2p1:SelectListItem>
      <d2p1:Disabled>true</d2p1:Disabled>
      <d2p1:Group>
        <d2p1:Disabled>true</d2p1:Disabled>
        <d2p1:Name>sample string 2</d2p1:Name>
      </d2p1:Group>
      <d2p1:Selected>true</d2p1:Selected>
      <d2p1:Text>sample string 3</d2p1:Text>
      <d2p1:Value>sample string 4</d2p1:Value>
    </d2p1:SelectListItem>
    <d2p1:SelectListItem>
      <d2p1:Disabled>true</d2p1:Disabled>
      <d2p1:Group>
        <d2p1:Disabled>true</d2p1:Disabled>
        <d2p1:Name>sample string 2</d2p1:Name>
      </d2p1:Group>
      <d2p1:Selected>true</d2p1:Selected>
      <d2p1:Text>sample string 3</d2p1:Text>
      <d2p1:Value>sample string 4</d2p1:Value>
    </d2p1:SelectListItem>
  </SlabResetFrequencyList>
  <SlabUnitId>54</SlabUnitId>
  <SlabUnitName>sample string 56</SlabUnitName>
  <SortColumn>sample string 41</SortColumn>
  <SortOrder>sample string 42</SortOrder>
  <StartDate>sample string 13</StartDate>
  <UpfrontOrRebate>true</UpfrontOrRebate>
  <UpfrontPercentagePerUnits>58</UpfrontPercentagePerUnits>
  <UpfrontRsPerUnits>57</UpfrontRsPerUnits>
  <YearKey>sample string 70</YearKey>
</SchemeModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.