PUT api/PWC
Request Information
URI Parameters
None.
Body Parameters
Collection of RequestModelName | Description | Type | Additional information |
---|---|---|---|
Store | string |
None. |
|
TransactionNo | string |
None. |
|
TransactionType | string |
None. |
|
SalesType | string |
None. |
|
Deviceid | string |
None. |
|
TransactionDate | date |
None. |
|
TransactionTime | string |
None. |
|
OrderId | string |
None. |
|
NetTransactionAmount | decimal number |
None. |
|
TotalDiscount | decimal number |
None. |
|
TotalCGST | decimal number |
None. |
|
TotalSGST | decimal number |
None. |
|
TotalTax | decimal number |
None. |
|
GrossTransactionAmount | decimal number |
None. |
|
headerDiscount | decimal number |
None. |
|
CustomerName | string |
None. |
|
MobileNo | string |
None. |
|
string |
None. |
||
Address | string |
None. |
|
Item | string |
None. |
|
itemcode | string |
None. |
|
itemDescription | string |
None. |
|
itemCategory | string |
None. |
|
itemCategoryDesc | string |
None. |
|
productGroup | string |
None. |
|
Quantity | decimal number |
None. |
|
price | decimal number |
None. |
|
NetAmount | decimal number |
None. |
|
periodicDiscountPec | decimal number |
None. |
|
UOM | string |
None. |
|
igstAmt | decimal number |
None. |
|
LineDiscount | decimal number |
None. |
|
DiscountPercent | decimal number |
None. |
|
CGST | decimal number |
None. |
|
SGST | decimal number |
None. |
|
CGSTAmount | decimal number |
None. |
|
SGSTAmount | decimal number |
None. |
|
PromotionNo | string |
None. |
|
TaxAmount | decimal number |
None. |
|
Payment | decimal number |
None. |
|
CESSAmount | decimal number |
None. |
|
TenderType | string |
None. |
|
CardNo | string |
None. |
|
CurrencyCode | string |
None. |
|
AmountTendered | decimal number |
None. |
|
receiptNo | string |
None. |
|
orderTypeValue | string |
None. |
|
storeID | string |
None. |
|
returnBillReason | string |
None. |
|
returnBillNo | string |
None. |
|
orderLandedDate | string |
None. |
|
orderLandedTime | string |
None. |
|
gstBillToStateCode | string |
None. |
|
locationStateCode | string |
None. |
|
gstStateCode | string |
None. |
Request Formats
application/json, text/json
Sample:
[ { "Store": "sample string 1", "TransactionNo": "sample string 2", "TransactionType": "sample string 3", "SalesType": "sample string 4", "Deviceid": "sample string 5", "TransactionDate": "2024-11-28T12:19:59.0776786+05:30", "TransactionTime": "sample string 7", "OrderId": "sample string 8", "NetTransactionAmount": 9.0, "TotalDiscount": 10.1, "TotalCGST": 11.1, "TotalSGST": 12.1, "TotalTax": 13.1, "GrossTransactionAmount": 14.0, "headerDiscount": 15.0, "CustomerName": "sample string 16", "MobileNo": "sample string 17", "Email": "sample string 18", "Address": "sample string 19", "Item": "sample string 20", "itemcode": "sample string 21", "itemDescription": "sample string 22", "itemCategory": "sample string 23", "itemCategoryDesc": "sample string 24", "productGroup": "sample string 25", "Quantity": 1.1, "price": 26.0, "NetAmount": 27.1, "periodicDiscountPec": 28.0, "UOM": "sample string 29", "igstAmt": 30.1, "LineDiscount": 31.0, "DiscountPercent": 32.0, "CGST": 33.1, "SGST": 34.1, "CGSTAmount": 35.1, "SGSTAmount": 36.1, "PromotionNo": "sample string 37", "TaxAmount": 1.1, "Payment": 38.1, "CESSAmount": 39.0, "TenderType": "sample string 40", "CardNo": "sample string 41", "CurrencyCode": "sample string 42", "AmountTendered": 43.1, "receiptNo": "sample string 44", "orderTypeValue": "sample string 45", "storeID": "sample string 46", "returnBillReason": "sample string 47", "returnBillNo": "sample string 48", "orderLandedDate": "sample string 49", "orderLandedTime": "sample string 50", "gstBillToStateCode": "sample string 51", "locationStateCode": "sample string 52", "gstStateCode": "sample string 53" }, { "Store": "sample string 1", "TransactionNo": "sample string 2", "TransactionType": "sample string 3", "SalesType": "sample string 4", "Deviceid": "sample string 5", "TransactionDate": "2024-11-28T12:19:59.0776786+05:30", "TransactionTime": "sample string 7", "OrderId": "sample string 8", "NetTransactionAmount": 9.0, "TotalDiscount": 10.1, "TotalCGST": 11.1, "TotalSGST": 12.1, "TotalTax": 13.1, "GrossTransactionAmount": 14.0, "headerDiscount": 15.0, "CustomerName": "sample string 16", "MobileNo": "sample string 17", "Email": "sample string 18", "Address": "sample string 19", "Item": "sample string 20", "itemcode": "sample string 21", "itemDescription": "sample string 22", "itemCategory": "sample string 23", "itemCategoryDesc": "sample string 24", "productGroup": "sample string 25", "Quantity": 1.1, "price": 26.0, "NetAmount": 27.1, "periodicDiscountPec": 28.0, "UOM": "sample string 29", "igstAmt": 30.1, "LineDiscount": 31.0, "DiscountPercent": 32.0, "CGST": 33.1, "SGST": 34.1, "CGSTAmount": 35.1, "SGSTAmount": 36.1, "PromotionNo": "sample string 37", "TaxAmount": 1.1, "Payment": 38.1, "CESSAmount": 39.0, "TenderType": "sample string 40", "CardNo": "sample string 41", "CurrencyCode": "sample string 42", "AmountTendered": 43.1, "receiptNo": "sample string 44", "orderTypeValue": "sample string 45", "storeID": "sample string 46", "returnBillReason": "sample string 47", "returnBillNo": "sample string 48", "orderLandedDate": "sample string 49", "orderLandedTime": "sample string 50", "gstBillToStateCode": "sample string 51", "locationStateCode": "sample string 52", "gstStateCode": "sample string 53" } ]
application/xml, text/xml
Sample:
<ArrayOfRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SalesImportAdaniNavisionWebAPILatest.Models"> <RequestModel> <Address>sample string 19</Address> <AmountTendered>43.1</AmountTendered> <CESSAmount>39</CESSAmount> <CGST>33.1</CGST> <CGSTAmount>35.1</CGSTAmount> <CardNo>sample string 41</CardNo> <CurrencyCode>sample string 42</CurrencyCode> <CustomerName>sample string 16</CustomerName> <Deviceid>sample string 5</Deviceid> <DiscountPercent>32</DiscountPercent> <Email>sample string 18</Email> <GrossTransactionAmount>14</GrossTransactionAmount> <Item>sample string 20</Item> <LineDiscount>31</LineDiscount> <MobileNo>sample string 17</MobileNo> <NetAmount>27.1</NetAmount> <NetTransactionAmount>9</NetTransactionAmount> <OrderId>sample string 8</OrderId> <Payment>38.1</Payment> <PromotionNo>sample string 37</PromotionNo> <Quantity>1.1</Quantity> <SGST>34.1</SGST> <SGSTAmount>36.1</SGSTAmount> <SalesType>sample string 4</SalesType> <Store>sample string 1</Store> <TaxAmount>1.1</TaxAmount> <TenderType>sample string 40</TenderType> <TotalCGST>11.1</TotalCGST> <TotalDiscount>10.1</TotalDiscount> <TotalSGST>12.1</TotalSGST> <TotalTax>13.1</TotalTax> <TransactionDate>2024-11-28T12:19:59.0776786+05:30</TransactionDate> <TransactionNo>sample string 2</TransactionNo> <TransactionTime>sample string 7</TransactionTime> <TransactionType>sample string 3</TransactionType> <UOM>sample string 29</UOM> <gstBillToStateCode>sample string 51</gstBillToStateCode> <gstStateCode>sample string 53</gstStateCode> <headerDiscount>15</headerDiscount> <igstAmt>30.1</igstAmt> <itemCategory>sample string 23</itemCategory> <itemCategoryDesc>sample string 24</itemCategoryDesc> <itemDescription>sample string 22</itemDescription> <itemcode>sample string 21</itemcode> <locationStateCode>sample string 52</locationStateCode> <orderLandedDate>sample string 49</orderLandedDate> <orderLandedTime>sample string 50</orderLandedTime> <orderTypeValue>sample string 45</orderTypeValue> <periodicDiscountPec>28</periodicDiscountPec> <price>26</price> <productGroup>sample string 25</productGroup> <receiptNo>sample string 44</receiptNo> <returnBillNo>sample string 48</returnBillNo> <returnBillReason>sample string 47</returnBillReason> <storeID>sample string 46</storeID> </RequestModel> <RequestModel> <Address>sample string 19</Address> <AmountTendered>43.1</AmountTendered> <CESSAmount>39</CESSAmount> <CGST>33.1</CGST> <CGSTAmount>35.1</CGSTAmount> <CardNo>sample string 41</CardNo> <CurrencyCode>sample string 42</CurrencyCode> <CustomerName>sample string 16</CustomerName> <Deviceid>sample string 5</Deviceid> <DiscountPercent>32</DiscountPercent> <Email>sample string 18</Email> <GrossTransactionAmount>14</GrossTransactionAmount> <Item>sample string 20</Item> <LineDiscount>31</LineDiscount> <MobileNo>sample string 17</MobileNo> <NetAmount>27.1</NetAmount> <NetTransactionAmount>9</NetTransactionAmount> <OrderId>sample string 8</OrderId> <Payment>38.1</Payment> <PromotionNo>sample string 37</PromotionNo> <Quantity>1.1</Quantity> <SGST>34.1</SGST> <SGSTAmount>36.1</SGSTAmount> <SalesType>sample string 4</SalesType> <Store>sample string 1</Store> <TaxAmount>1.1</TaxAmount> <TenderType>sample string 40</TenderType> <TotalCGST>11.1</TotalCGST> <TotalDiscount>10.1</TotalDiscount> <TotalSGST>12.1</TotalSGST> <TotalTax>13.1</TotalTax> <TransactionDate>2024-11-28T12:19:59.0776786+05:30</TransactionDate> <TransactionNo>sample string 2</TransactionNo> <TransactionTime>sample string 7</TransactionTime> <TransactionType>sample string 3</TransactionType> <UOM>sample string 29</UOM> <gstBillToStateCode>sample string 51</gstBillToStateCode> <gstStateCode>sample string 53</gstStateCode> <headerDiscount>15</headerDiscount> <igstAmt>30.1</igstAmt> <itemCategory>sample string 23</itemCategory> <itemCategoryDesc>sample string 24</itemCategoryDesc> <itemDescription>sample string 22</itemDescription> <itemcode>sample string 21</itemcode> <locationStateCode>sample string 52</locationStateCode> <orderLandedDate>sample string 49</orderLandedDate> <orderLandedTime>sample string 50</orderLandedTime> <orderTypeValue>sample string 45</orderTypeValue> <periodicDiscountPec>28</periodicDiscountPec> <price>26</price> <productGroup>sample string 25</productGroup> <receiptNo>sample string 44</receiptNo> <returnBillNo>sample string 48</returnBillNo> <returnBillReason>sample string 47</returnBillReason> <storeID>sample string 46</storeID> </RequestModel> </ArrayOfRequestModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |