POST api/SettingsAndPolicy/SaveConnectionPolicy
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
policyData | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "orgId": "sample string 1", "userId": "sample string 2", "discId": "sample string 3", "query": "sample string 4", "chargesId": "sample string 5", "itemName": "sample string 6", "category": "sample string 7", "type": "sample string 8", "defaultAmount": 9.1, "userName": "sample string 10", "SettingsId": "sample string 11", "paymentMode": "sample string 12", "billtype": "sample string 13", "invoiceType": "sample string 14", "manualInvoicing": "sample string 15", "invoiceCancellation": "sample string 16", "receiptCancellation": "sample string 17", "applytax": "sample string 18", "billgenDate": "sample string 19", "billgenDate2": "sample string 20", "dueDays": 21, "boxActiveDays": "sample string 22", "pkgUpgradeCharge": "sample string 23", "pkgDowngradeCharge": "sample string 24", "pkgid": "sample string 25", "planid": "sample string 26", "gstNo": "sample string 27", "cgst": "sample string 28", "sgst": "sample string 29", "cess": "sample string 30", "connPolicyId": "sample string 31", "disconnDays": "sample string 32", "reConnCharge": "sample string 33", "addBoxCharge": "sample string 34", "packageDiscountId": "sample string 35", "customerDiscountId": "sample string 36", "ontimeDiscountId": "sample string 37", "SpotDiscountId": "sample string 38", "packageId": "sample string 39", "bbpackageId": "sample string 40", "customerId": "sample string 41", "noOfDays": "sample string 42", "onOffChange": "sample string 43", "discountAmount": "sample string 44", "areaId": "sample string 45", "lcoId": "sample string 46", "FromDate": "sample string 47", "toDate": "sample string 48", "PackageName": "sample string 49", "bbPackageName": "sample string 50", "CustomerName": "sample string 51", "CRFNo": "sample string 52", "areaname": "sample string 53", "lcoName": "sample string 54", "max_dis_amount": "sample string 55", "alias": "sample string 56", "discountid": 57, "createdBy": "sample string 58", "role": "sample string 59", "createdDate": "sample string 60", "createdIp": "sample string 61", "createdImei": "sample string 62", "iDisplayLength": 63, "iDisplayStart": 64, "sSearch": "sample string 65", "sEcho": 66, "sortColumnIndex": 67, "sortColumnDir": "sample string 68", "listofCRF": "sample string 69", "PackagePrice": "sample string 70", "bbPlanPrice": "sample string 71" }
application/xml, text/xml
Sample:
<SettingsAndPolicyParamsDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KcclModel.dto"> <CRFNo>sample string 52</CRFNo> <CustomerName>sample string 51</CustomerName> <FromDate>sample string 47</FromDate> <PackageName>sample string 49</PackageName> <PackagePrice>sample string 70</PackagePrice> <SettingsId>sample string 11</SettingsId> <SpotDiscountId>sample string 38</SpotDiscountId> <addBoxCharge>sample string 34</addBoxCharge> <alias>sample string 56</alias> <applytax>sample string 18</applytax> <areaId>sample string 45</areaId> <areaname>sample string 53</areaname> <bbPackageName>sample string 50</bbPackageName> <bbPlanPrice>sample string 71</bbPlanPrice> <bbpackageId>sample string 40</bbpackageId> <billgenDate>sample string 19</billgenDate> <billgenDate2>sample string 20</billgenDate2> <billtype>sample string 13</billtype> <boxActiveDays>sample string 22</boxActiveDays> <category>sample string 7</category> <cess>sample string 30</cess> <cgst>sample string 28</cgst> <chargesId>sample string 5</chargesId> <connPolicyId>sample string 31</connPolicyId> <createdBy>sample string 58</createdBy> <createdDate>sample string 60</createdDate> <createdImei>sample string 62</createdImei> <createdIp>sample string 61</createdIp> <customerDiscountId>sample string 36</customerDiscountId> <customerId>sample string 41</customerId> <defaultAmount>9.1</defaultAmount> <discId>sample string 3</discId> <disconnDays>sample string 32</disconnDays> <discountAmount>sample string 44</discountAmount> <discountid>57</discountid> <dueDays>21</dueDays> <gstNo>sample string 27</gstNo> <iDisplayLength>63</iDisplayLength> <iDisplayStart>64</iDisplayStart> <invoiceCancellation>sample string 16</invoiceCancellation> <invoiceType>sample string 14</invoiceType> <itemName>sample string 6</itemName> <lcoId>sample string 46</lcoId> <lcoName>sample string 54</lcoName> <listofCRF>sample string 69</listofCRF> <manualInvoicing>sample string 15</manualInvoicing> <max_dis_amount>sample string 55</max_dis_amount> <noOfDays>sample string 42</noOfDays> <onOffChange>sample string 43</onOffChange> <ontimeDiscountId>sample string 37</ontimeDiscountId> <orgId>sample string 1</orgId> <packageDiscountId>sample string 35</packageDiscountId> <packageId>sample string 39</packageId> <paymentMode>sample string 12</paymentMode> <pkgDowngradeCharge>sample string 24</pkgDowngradeCharge> <pkgUpgradeCharge>sample string 23</pkgUpgradeCharge> <pkgid>sample string 25</pkgid> <planid>sample string 26</planid> <query>sample string 4</query> <reConnCharge>sample string 33</reConnCharge> <receiptCancellation>sample string 17</receiptCancellation> <role>sample string 59</role> <sEcho>66</sEcho> <sSearch>sample string 65</sSearch> <sgst>sample string 29</sgst> <sortColumnDir>sample string 68</sortColumnDir> <sortColumnIndex>67</sortColumnIndex> <toDate>sample string 48</toDate> <type>sample string 8</type> <userId>sample string 2</userId> <userName>sample string 10</userName> </SettingsAndPolicyParamsDto>
application/x-www-form-urlencoded
Sample:
Sample not available.