POST api/Sale/SyncAllSale
Request Information
URI Parameters
None.
Body Parameters
Collection of Sale| Name | Description | Type | Additional information |
|---|---|---|---|
| SAL_Uid | globally unique identifier |
None. |
|
| SAL_InvId | integer |
None. |
|
| SAL_InvType | string |
None. |
|
| SAL_InvNo | string |
None. |
|
| SAL_InvNoPrefix | string |
None. |
|
| SAL_DATE | date |
None. |
|
| SAL_PartyId | integer |
None. |
|
| SAL_Party | string |
None. |
|
| SAL_TaxType | string |
None. |
|
| SAL_TypeId | integer |
None. |
|
| SAL_SalePersonId | integer |
None. |
|
| SAL_SalePersonName | string |
None. |
|
| SAL_CostCenterId | integer |
None. |
|
| SAL_CostCenterName | string |
None. |
|
| SAL_GrossAmount | decimal number |
None. |
|
| SAL_ItemDiscount | decimal number |
None. |
|
| SAL_Discount | decimal number |
None. |
|
| SAL_TaxableAmount | decimal number |
None. |
|
| SAL_TaxAmount | decimal number |
None. |
|
| SAL_CgstAmount | decimal number |
None. |
|
| SAL_SgstAmount | decimal number |
None. |
|
| SAL_IgstAmount | decimal number |
None. |
|
| SAL_KfCessAmount | decimal number |
None. |
|
| SAL_Exempted | boolean |
None. |
|
| SAL_CashDiscount | decimal number |
None. |
|
| SAL_ItemCashDiscount | decimal number |
None. |
|
| SAL_OtherExpense | decimal number |
None. |
|
| SAL_FreightCoolie | decimal number |
None. |
|
| SAL_CessAmount | decimal number |
None. |
|
| SAL_AddCessAmt | decimal number |
None. |
|
| SAL_TcsPer | decimal number |
None. |
|
| SAL_TcsAmt | decimal number |
None. |
|
| SAL_RoundOffMode | integer |
None. |
|
| SAL_RoundOff | decimal number |
None. |
|
| SAL_BillAmount | decimal number |
None. |
|
| SAL_MOP | string |
None. |
|
| SAL_CreditAmount | decimal number |
None. |
|
| SAL_CashAmount | decimal number |
None. |
|
| SAL_CardAmount | decimal number |
None. |
|
| SAL_WalletId | integer |
None. |
|
| SAL_WalletName | string |
None. |
|
| SAL_WalletAmount | decimal number |
None. |
|
| SAL_WalletPayRemarks | string |
None. |
|
| SAL_AgentId | integer |
None. |
|
| SAL_AgentLid | integer |
None. |
|
| SAL_AgentAmt | decimal number |
None. |
|
| SAL_Cost | decimal number |
None. |
|
| SAL_SaleValue | decimal number |
None. |
|
| SAL_BillProfit | decimal number |
None. |
|
| SAL_OrderID | integer |
None. |
|
| SAL_IsSettled | boolean |
None. |
|
| SAL_ComputerName | string |
None. |
|
| SAL_UserId | integer |
None. |
|
| SAL_Cancelled | boolean |
None. |
|
| SAL_loyaltyId | integer |
None. |
|
| SAL_pointIn | decimal number |
None. |
|
| SAL_pointOut | decimal number |
None. |
|
| SAL_LicenceKey | string |
None. |
|
| SAL_CreatedOn | date |
None. |
|
| SAL_CreatedBy | string |
None. |
|
| SAL_ModifiedOn | date |
None. |
|
| SAL_ModifiedBy | string |
None. |
|
| SaleLineitem | Collection of SaleLineItem |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"SAL_Uid": "87250b1c-67d2-425c-b400-11ccda1b6e84",
"SAL_InvId": 2,
"SAL_InvType": "sample string 3",
"SAL_InvNo": "sample string 4",
"SAL_InvNoPrefix": "sample string 5",
"SAL_DATE": "2025-12-26T01:27:38.6356788+05:30",
"SAL_PartyId": 7,
"SAL_Party": "sample string 8",
"SAL_TaxType": "sample string 9",
"SAL_TypeId": 10,
"SAL_SalePersonId": 11,
"SAL_SalePersonName": "sample string 12",
"SAL_CostCenterId": 13,
"SAL_CostCenterName": "sample string 14",
"SAL_GrossAmount": 15.0,
"SAL_ItemDiscount": 16.0,
"SAL_Discount": 17.0,
"SAL_TaxableAmount": 18.0,
"SAL_TaxAmount": 19.0,
"SAL_CgstAmount": 20.0,
"SAL_SgstAmount": 21.0,
"SAL_IgstAmount": 22.0,
"SAL_KfCessAmount": 23.0,
"SAL_Exempted": true,
"SAL_CashDiscount": 25.0,
"SAL_ItemCashDiscount": 26.0,
"SAL_OtherExpense": 27.0,
"SAL_FreightCoolie": 28.0,
"SAL_CessAmount": 29.0,
"SAL_AddCessAmt": 30.0,
"SAL_TcsPer": 31.0,
"SAL_TcsAmt": 32.0,
"SAL_RoundOffMode": 33,
"SAL_RoundOff": 34.0,
"SAL_BillAmount": 35.0,
"SAL_MOP": "sample string 36",
"SAL_CreditAmount": 37.0,
"SAL_CashAmount": 38.0,
"SAL_CardAmount": 39.0,
"SAL_WalletId": 40,
"SAL_WalletName": "sample string 41",
"SAL_WalletAmount": 42.0,
"SAL_WalletPayRemarks": "sample string 43",
"SAL_AgentId": 44,
"SAL_AgentLid": 45,
"SAL_AgentAmt": 46.0,
"SAL_Cost": 47.0,
"SAL_SaleValue": 48.0,
"SAL_BillProfit": 49.0,
"SAL_OrderID": 50,
"SAL_IsSettled": true,
"SAL_ComputerName": "sample string 52",
"SAL_UserId": 53,
"SAL_Cancelled": true,
"SAL_loyaltyId": 55,
"SAL_pointIn": 56.0,
"SAL_pointOut": 57.0,
"SAL_LicenceKey": "sample string 58",
"SAL_CreatedOn": "2025-12-26T01:27:38.6356788+05:30",
"SAL_CreatedBy": "sample string 60",
"SAL_ModifiedOn": "2025-12-26T01:27:38.6356788+05:30",
"SAL_ModifiedBy": "sample string 62",
"SaleLineitem": [
{
"SaleUid": "be99ff2c-0903-457f-a4fb-4e15b9820d1b",
"InvId": 2,
"ItemId": 3,
"TaxRate": 4.0,
"Unit": "sample string 5",
"UnitFactor": 6.0,
"IsAltUnit": true,
"Modifier": "sample string 8",
"Batch": "sample string 9",
"Quantity": 10.0,
"FreeQty": 11.0,
"Mrp": 12.0,
"PRate": 13.0,
"SRate": 14.0,
"GrossAmount": 15.0,
"Discount": 16.0,
"Taxable": 17.0,
"CgstPer": 18.0,
"CgstAmount": 19.0,
"SgstPer": 20.0,
"SgstAmount": 21.0,
"IgstPer": 22.0,
"IgstAmount": 23.0,
"CessPer": 24.0,
"CessAmount": 25.0,
"AddCessRate": 26.0,
"AddCessAmt": 27.0,
"TaxAmount": 28.0,
"NetAmount": 29.0,
"Cost": 30.0,
"SaleValue": 31.0,
"Profit": 32.0,
"SlNo": 33,
"ExtraColumn": "sample string 34",
"ItemSerialNo": "sample string 35",
"AgentPer": 36.0,
"AgentAmt": 37.0,
"SupplierLedgerId": 38,
"UnitCost": 39.0,
"ICashDiscount": 40.0
},
{
"SaleUid": "be99ff2c-0903-457f-a4fb-4e15b9820d1b",
"InvId": 2,
"ItemId": 3,
"TaxRate": 4.0,
"Unit": "sample string 5",
"UnitFactor": 6.0,
"IsAltUnit": true,
"Modifier": "sample string 8",
"Batch": "sample string 9",
"Quantity": 10.0,
"FreeQty": 11.0,
"Mrp": 12.0,
"PRate": 13.0,
"SRate": 14.0,
"GrossAmount": 15.0,
"Discount": 16.0,
"Taxable": 17.0,
"CgstPer": 18.0,
"CgstAmount": 19.0,
"SgstPer": 20.0,
"SgstAmount": 21.0,
"IgstPer": 22.0,
"IgstAmount": 23.0,
"CessPer": 24.0,
"CessAmount": 25.0,
"AddCessRate": 26.0,
"AddCessAmt": 27.0,
"TaxAmount": 28.0,
"NetAmount": 29.0,
"Cost": 30.0,
"SaleValue": 31.0,
"Profit": 32.0,
"SlNo": 33,
"ExtraColumn": "sample string 34",
"ItemSerialNo": "sample string 35",
"AgentPer": 36.0,
"AgentAmt": 37.0,
"SupplierLedgerId": 38,
"UnitCost": 39.0,
"ICashDiscount": 40.0
}
]
},
{
"SAL_Uid": "87250b1c-67d2-425c-b400-11ccda1b6e84",
"SAL_InvId": 2,
"SAL_InvType": "sample string 3",
"SAL_InvNo": "sample string 4",
"SAL_InvNoPrefix": "sample string 5",
"SAL_DATE": "2025-12-26T01:27:38.6356788+05:30",
"SAL_PartyId": 7,
"SAL_Party": "sample string 8",
"SAL_TaxType": "sample string 9",
"SAL_TypeId": 10,
"SAL_SalePersonId": 11,
"SAL_SalePersonName": "sample string 12",
"SAL_CostCenterId": 13,
"SAL_CostCenterName": "sample string 14",
"SAL_GrossAmount": 15.0,
"SAL_ItemDiscount": 16.0,
"SAL_Discount": 17.0,
"SAL_TaxableAmount": 18.0,
"SAL_TaxAmount": 19.0,
"SAL_CgstAmount": 20.0,
"SAL_SgstAmount": 21.0,
"SAL_IgstAmount": 22.0,
"SAL_KfCessAmount": 23.0,
"SAL_Exempted": true,
"SAL_CashDiscount": 25.0,
"SAL_ItemCashDiscount": 26.0,
"SAL_OtherExpense": 27.0,
"SAL_FreightCoolie": 28.0,
"SAL_CessAmount": 29.0,
"SAL_AddCessAmt": 30.0,
"SAL_TcsPer": 31.0,
"SAL_TcsAmt": 32.0,
"SAL_RoundOffMode": 33,
"SAL_RoundOff": 34.0,
"SAL_BillAmount": 35.0,
"SAL_MOP": "sample string 36",
"SAL_CreditAmount": 37.0,
"SAL_CashAmount": 38.0,
"SAL_CardAmount": 39.0,
"SAL_WalletId": 40,
"SAL_WalletName": "sample string 41",
"SAL_WalletAmount": 42.0,
"SAL_WalletPayRemarks": "sample string 43",
"SAL_AgentId": 44,
"SAL_AgentLid": 45,
"SAL_AgentAmt": 46.0,
"SAL_Cost": 47.0,
"SAL_SaleValue": 48.0,
"SAL_BillProfit": 49.0,
"SAL_OrderID": 50,
"SAL_IsSettled": true,
"SAL_ComputerName": "sample string 52",
"SAL_UserId": 53,
"SAL_Cancelled": true,
"SAL_loyaltyId": 55,
"SAL_pointIn": 56.0,
"SAL_pointOut": 57.0,
"SAL_LicenceKey": "sample string 58",
"SAL_CreatedOn": "2025-12-26T01:27:38.6356788+05:30",
"SAL_CreatedBy": "sample string 60",
"SAL_ModifiedOn": "2025-12-26T01:27:38.6356788+05:30",
"SAL_ModifiedBy": "sample string 62",
"SaleLineitem": [
{
"SaleUid": "be99ff2c-0903-457f-a4fb-4e15b9820d1b",
"InvId": 2,
"ItemId": 3,
"TaxRate": 4.0,
"Unit": "sample string 5",
"UnitFactor": 6.0,
"IsAltUnit": true,
"Modifier": "sample string 8",
"Batch": "sample string 9",
"Quantity": 10.0,
"FreeQty": 11.0,
"Mrp": 12.0,
"PRate": 13.0,
"SRate": 14.0,
"GrossAmount": 15.0,
"Discount": 16.0,
"Taxable": 17.0,
"CgstPer": 18.0,
"CgstAmount": 19.0,
"SgstPer": 20.0,
"SgstAmount": 21.0,
"IgstPer": 22.0,
"IgstAmount": 23.0,
"CessPer": 24.0,
"CessAmount": 25.0,
"AddCessRate": 26.0,
"AddCessAmt": 27.0,
"TaxAmount": 28.0,
"NetAmount": 29.0,
"Cost": 30.0,
"SaleValue": 31.0,
"Profit": 32.0,
"SlNo": 33,
"ExtraColumn": "sample string 34",
"ItemSerialNo": "sample string 35",
"AgentPer": 36.0,
"AgentAmt": 37.0,
"SupplierLedgerId": 38,
"UnitCost": 39.0,
"ICashDiscount": 40.0
},
{
"SaleUid": "be99ff2c-0903-457f-a4fb-4e15b9820d1b",
"InvId": 2,
"ItemId": 3,
"TaxRate": 4.0,
"Unit": "sample string 5",
"UnitFactor": 6.0,
"IsAltUnit": true,
"Modifier": "sample string 8",
"Batch": "sample string 9",
"Quantity": 10.0,
"FreeQty": 11.0,
"Mrp": 12.0,
"PRate": 13.0,
"SRate": 14.0,
"GrossAmount": 15.0,
"Discount": 16.0,
"Taxable": 17.0,
"CgstPer": 18.0,
"CgstAmount": 19.0,
"SgstPer": 20.0,
"SgstAmount": 21.0,
"IgstPer": 22.0,
"IgstAmount": 23.0,
"CessPer": 24.0,
"CessAmount": 25.0,
"AddCessRate": 26.0,
"AddCessAmt": 27.0,
"TaxAmount": 28.0,
"NetAmount": 29.0,
"Cost": 30.0,
"SaleValue": 31.0,
"Profit": 32.0,
"SlNo": 33,
"ExtraColumn": "sample string 34",
"ItemSerialNo": "sample string 35",
"AgentPer": 36.0,
"AgentAmt": 37.0,
"SupplierLedgerId": 38,
"UnitCost": 39.0,
"ICashDiscount": 40.0
}
]
}
]
application/xml, text/xml
Sample:
<ArrayOfSale xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XeniaReport.Models">
<Sale>
<SAL_AddCessAmt>30</SAL_AddCessAmt>
<SAL_AgentAmt>46</SAL_AgentAmt>
<SAL_AgentId>44</SAL_AgentId>
<SAL_AgentLid>45</SAL_AgentLid>
<SAL_BillAmount>35</SAL_BillAmount>
<SAL_BillProfit>49</SAL_BillProfit>
<SAL_Cancelled>true</SAL_Cancelled>
<SAL_CardAmount>39</SAL_CardAmount>
<SAL_CashAmount>38</SAL_CashAmount>
<SAL_CashDiscount>25</SAL_CashDiscount>
<SAL_CessAmount>29</SAL_CessAmount>
<SAL_CgstAmount>20</SAL_CgstAmount>
<SAL_ComputerName>sample string 52</SAL_ComputerName>
<SAL_Cost>47</SAL_Cost>
<SAL_CostCenterId>13</SAL_CostCenterId>
<SAL_CostCenterName>sample string 14</SAL_CostCenterName>
<SAL_CreatedBy>sample string 60</SAL_CreatedBy>
<SAL_CreatedOn>2025-12-26T01:27:38.6356788+05:30</SAL_CreatedOn>
<SAL_CreditAmount>37</SAL_CreditAmount>
<SAL_DATE>2025-12-26T01:27:38.6356788+05:30</SAL_DATE>
<SAL_Discount>17</SAL_Discount>
<SAL_Exempted>true</SAL_Exempted>
<SAL_FreightCoolie>28</SAL_FreightCoolie>
<SAL_GrossAmount>15</SAL_GrossAmount>
<SAL_IgstAmount>22</SAL_IgstAmount>
<SAL_InvId>2</SAL_InvId>
<SAL_InvNo>sample string 4</SAL_InvNo>
<SAL_InvNoPrefix>sample string 5</SAL_InvNoPrefix>
<SAL_InvType>sample string 3</SAL_InvType>
<SAL_IsSettled>true</SAL_IsSettled>
<SAL_ItemCashDiscount>26</SAL_ItemCashDiscount>
<SAL_ItemDiscount>16</SAL_ItemDiscount>
<SAL_KfCessAmount>23</SAL_KfCessAmount>
<SAL_LicenceKey>sample string 58</SAL_LicenceKey>
<SAL_MOP>sample string 36</SAL_MOP>
<SAL_ModifiedBy>sample string 62</SAL_ModifiedBy>
<SAL_ModifiedOn>2025-12-26T01:27:38.6356788+05:30</SAL_ModifiedOn>
<SAL_OrderID>50</SAL_OrderID>
<SAL_OtherExpense>27</SAL_OtherExpense>
<SAL_Party>sample string 8</SAL_Party>
<SAL_PartyId>7</SAL_PartyId>
<SAL_RoundOff>34</SAL_RoundOff>
<SAL_RoundOffMode>33</SAL_RoundOffMode>
<SAL_SalePersonId>11</SAL_SalePersonId>
<SAL_SalePersonName>sample string 12</SAL_SalePersonName>
<SAL_SaleValue>48</SAL_SaleValue>
<SAL_SgstAmount>21</SAL_SgstAmount>
<SAL_TaxAmount>19</SAL_TaxAmount>
<SAL_TaxType>sample string 9</SAL_TaxType>
<SAL_TaxableAmount>18</SAL_TaxableAmount>
<SAL_TcsAmt>32</SAL_TcsAmt>
<SAL_TcsPer>31</SAL_TcsPer>
<SAL_TypeId>10</SAL_TypeId>
<SAL_Uid>87250b1c-67d2-425c-b400-11ccda1b6e84</SAL_Uid>
<SAL_UserId>53</SAL_UserId>
<SAL_WalletAmount>42</SAL_WalletAmount>
<SAL_WalletId>40</SAL_WalletId>
<SAL_WalletName>sample string 41</SAL_WalletName>
<SAL_WalletPayRemarks>sample string 43</SAL_WalletPayRemarks>
<SAL_loyaltyId>55</SAL_loyaltyId>
<SAL_pointIn>56</SAL_pointIn>
<SAL_pointOut>57</SAL_pointOut>
<SaleLineitem>
<SaleLineItem>
<AddCessAmt>27</AddCessAmt>
<AddCessRate>26</AddCessRate>
<AgentAmt>37</AgentAmt>
<AgentPer>36</AgentPer>
<Batch>sample string 9</Batch>
<CessAmount>25</CessAmount>
<CessPer>24</CessPer>
<CgstAmount>19</CgstAmount>
<CgstPer>18</CgstPer>
<Cost>30</Cost>
<Discount>16</Discount>
<ExtraColumn>sample string 34</ExtraColumn>
<FreeQty>11</FreeQty>
<GrossAmount>15</GrossAmount>
<ICashDiscount>40</ICashDiscount>
<IgstAmount>23</IgstAmount>
<IgstPer>22</IgstPer>
<InvId>2</InvId>
<IsAltUnit>true</IsAltUnit>
<ItemId>3</ItemId>
<ItemSerialNo>sample string 35</ItemSerialNo>
<Modifier>sample string 8</Modifier>
<Mrp>12</Mrp>
<NetAmount>29</NetAmount>
<PRate>13</PRate>
<Profit>32</Profit>
<Quantity>10</Quantity>
<SRate>14</SRate>
<SaleUid>be99ff2c-0903-457f-a4fb-4e15b9820d1b</SaleUid>
<SaleValue>31</SaleValue>
<SgstAmount>21</SgstAmount>
<SgstPer>20</SgstPer>
<SlNo>33</SlNo>
<SupplierLedgerId>38</SupplierLedgerId>
<TaxAmount>28</TaxAmount>
<TaxRate>4</TaxRate>
<Taxable>17</Taxable>
<Unit>sample string 5</Unit>
<UnitCost>39</UnitCost>
<UnitFactor>6</UnitFactor>
</SaleLineItem>
<SaleLineItem>
<AddCessAmt>27</AddCessAmt>
<AddCessRate>26</AddCessRate>
<AgentAmt>37</AgentAmt>
<AgentPer>36</AgentPer>
<Batch>sample string 9</Batch>
<CessAmount>25</CessAmount>
<CessPer>24</CessPer>
<CgstAmount>19</CgstAmount>
<CgstPer>18</CgstPer>
<Cost>30</Cost>
<Discount>16</Discount>
<ExtraColumn>sample string 34</ExtraColumn>
<FreeQty>11</FreeQty>
<GrossAmount>15</GrossAmount>
<ICashDiscount>40</ICashDiscount>
<IgstAmount>23</IgstAmount>
<IgstPer>22</IgstPer>
<InvId>2</InvId>
<IsAltUnit>true</IsAltUnit>
<ItemId>3</ItemId>
<ItemSerialNo>sample string 35</ItemSerialNo>
<Modifier>sample string 8</Modifier>
<Mrp>12</Mrp>
<NetAmount>29</NetAmount>
<PRate>13</PRate>
<Profit>32</Profit>
<Quantity>10</Quantity>
<SRate>14</SRate>
<SaleUid>be99ff2c-0903-457f-a4fb-4e15b9820d1b</SaleUid>
<SaleValue>31</SaleValue>
<SgstAmount>21</SgstAmount>
<SgstPer>20</SgstPer>
<SlNo>33</SlNo>
<SupplierLedgerId>38</SupplierLedgerId>
<TaxAmount>28</TaxAmount>
<TaxRate>4</TaxRate>
<Taxable>17</Taxable>
<Unit>sample string 5</Unit>
<UnitCost>39</UnitCost>
<UnitFactor>6</UnitFactor>
</SaleLineItem>
</SaleLineitem>
</Sale>
<Sale>
<SAL_AddCessAmt>30</SAL_AddCessAmt>
<SAL_AgentAmt>46</SAL_AgentAmt>
<SAL_AgentId>44</SAL_AgentId>
<SAL_AgentLid>45</SAL_AgentLid>
<SAL_BillAmount>35</SAL_BillAmount>
<SAL_BillProfit>49</SAL_BillProfit>
<SAL_Cancelled>true</SAL_Cancelled>
<SAL_CardAmount>39</SAL_CardAmount>
<SAL_CashAmount>38</SAL_CashAmount>
<SAL_CashDiscount>25</SAL_CashDiscount>
<SAL_CessAmount>29</SAL_CessAmount>
<SAL_CgstAmount>20</SAL_CgstAmount>
<SAL_ComputerName>sample string 52</SAL_ComputerName>
<SAL_Cost>47</SAL_Cost>
<SAL_CostCenterId>13</SAL_CostCenterId>
<SAL_CostCenterName>sample string 14</SAL_CostCenterName>
<SAL_CreatedBy>sample string 60</SAL_CreatedBy>
<SAL_CreatedOn>2025-12-26T01:27:38.6356788+05:30</SAL_CreatedOn>
<SAL_CreditAmount>37</SAL_CreditAmount>
<SAL_DATE>2025-12-26T01:27:38.6356788+05:30</SAL_DATE>
<SAL_Discount>17</SAL_Discount>
<SAL_Exempted>true</SAL_Exempted>
<SAL_FreightCoolie>28</SAL_FreightCoolie>
<SAL_GrossAmount>15</SAL_GrossAmount>
<SAL_IgstAmount>22</SAL_IgstAmount>
<SAL_InvId>2</SAL_InvId>
<SAL_InvNo>sample string 4</SAL_InvNo>
<SAL_InvNoPrefix>sample string 5</SAL_InvNoPrefix>
<SAL_InvType>sample string 3</SAL_InvType>
<SAL_IsSettled>true</SAL_IsSettled>
<SAL_ItemCashDiscount>26</SAL_ItemCashDiscount>
<SAL_ItemDiscount>16</SAL_ItemDiscount>
<SAL_KfCessAmount>23</SAL_KfCessAmount>
<SAL_LicenceKey>sample string 58</SAL_LicenceKey>
<SAL_MOP>sample string 36</SAL_MOP>
<SAL_ModifiedBy>sample string 62</SAL_ModifiedBy>
<SAL_ModifiedOn>2025-12-26T01:27:38.6356788+05:30</SAL_ModifiedOn>
<SAL_OrderID>50</SAL_OrderID>
<SAL_OtherExpense>27</SAL_OtherExpense>
<SAL_Party>sample string 8</SAL_Party>
<SAL_PartyId>7</SAL_PartyId>
<SAL_RoundOff>34</SAL_RoundOff>
<SAL_RoundOffMode>33</SAL_RoundOffMode>
<SAL_SalePersonId>11</SAL_SalePersonId>
<SAL_SalePersonName>sample string 12</SAL_SalePersonName>
<SAL_SaleValue>48</SAL_SaleValue>
<SAL_SgstAmount>21</SAL_SgstAmount>
<SAL_TaxAmount>19</SAL_TaxAmount>
<SAL_TaxType>sample string 9</SAL_TaxType>
<SAL_TaxableAmount>18</SAL_TaxableAmount>
<SAL_TcsAmt>32</SAL_TcsAmt>
<SAL_TcsPer>31</SAL_TcsPer>
<SAL_TypeId>10</SAL_TypeId>
<SAL_Uid>87250b1c-67d2-425c-b400-11ccda1b6e84</SAL_Uid>
<SAL_UserId>53</SAL_UserId>
<SAL_WalletAmount>42</SAL_WalletAmount>
<SAL_WalletId>40</SAL_WalletId>
<SAL_WalletName>sample string 41</SAL_WalletName>
<SAL_WalletPayRemarks>sample string 43</SAL_WalletPayRemarks>
<SAL_loyaltyId>55</SAL_loyaltyId>
<SAL_pointIn>56</SAL_pointIn>
<SAL_pointOut>57</SAL_pointOut>
<SaleLineitem>
<SaleLineItem>
<AddCessAmt>27</AddCessAmt>
<AddCessRate>26</AddCessRate>
<AgentAmt>37</AgentAmt>
<AgentPer>36</AgentPer>
<Batch>sample string 9</Batch>
<CessAmount>25</CessAmount>
<CessPer>24</CessPer>
<CgstAmount>19</CgstAmount>
<CgstPer>18</CgstPer>
<Cost>30</Cost>
<Discount>16</Discount>
<ExtraColumn>sample string 34</ExtraColumn>
<FreeQty>11</FreeQty>
<GrossAmount>15</GrossAmount>
<ICashDiscount>40</ICashDiscount>
<IgstAmount>23</IgstAmount>
<IgstPer>22</IgstPer>
<InvId>2</InvId>
<IsAltUnit>true</IsAltUnit>
<ItemId>3</ItemId>
<ItemSerialNo>sample string 35</ItemSerialNo>
<Modifier>sample string 8</Modifier>
<Mrp>12</Mrp>
<NetAmount>29</NetAmount>
<PRate>13</PRate>
<Profit>32</Profit>
<Quantity>10</Quantity>
<SRate>14</SRate>
<SaleUid>be99ff2c-0903-457f-a4fb-4e15b9820d1b</SaleUid>
<SaleValue>31</SaleValue>
<SgstAmount>21</SgstAmount>
<SgstPer>20</SgstPer>
<SlNo>33</SlNo>
<SupplierLedgerId>38</SupplierLedgerId>
<TaxAmount>28</TaxAmount>
<TaxRate>4</TaxRate>
<Taxable>17</Taxable>
<Unit>sample string 5</Unit>
<UnitCost>39</UnitCost>
<UnitFactor>6</UnitFactor>
</SaleLineItem>
<SaleLineItem>
<AddCessAmt>27</AddCessAmt>
<AddCessRate>26</AddCessRate>
<AgentAmt>37</AgentAmt>
<AgentPer>36</AgentPer>
<Batch>sample string 9</Batch>
<CessAmount>25</CessAmount>
<CessPer>24</CessPer>
<CgstAmount>19</CgstAmount>
<CgstPer>18</CgstPer>
<Cost>30</Cost>
<Discount>16</Discount>
<ExtraColumn>sample string 34</ExtraColumn>
<FreeQty>11</FreeQty>
<GrossAmount>15</GrossAmount>
<ICashDiscount>40</ICashDiscount>
<IgstAmount>23</IgstAmount>
<IgstPer>22</IgstPer>
<InvId>2</InvId>
<IsAltUnit>true</IsAltUnit>
<ItemId>3</ItemId>
<ItemSerialNo>sample string 35</ItemSerialNo>
<Modifier>sample string 8</Modifier>
<Mrp>12</Mrp>
<NetAmount>29</NetAmount>
<PRate>13</PRate>
<Profit>32</Profit>
<Quantity>10</Quantity>
<SRate>14</SRate>
<SaleUid>be99ff2c-0903-457f-a4fb-4e15b9820d1b</SaleUid>
<SaleValue>31</SaleValue>
<SgstAmount>21</SgstAmount>
<SgstPer>20</SgstPer>
<SlNo>33</SlNo>
<SupplierLedgerId>38</SupplierLedgerId>
<TaxAmount>28</TaxAmount>
<TaxRate>4</TaxRate>
<Taxable>17</Taxable>
<Unit>sample string 5</Unit>
<UnitCost>39</UnitCost>
<UnitFactor>6</UnitFactor>
</SaleLineItem>
</SaleLineitem>
</Sale>
</ArrayOfSale>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |