POST SaleEntery
Request Information
URI Parameters
None.
Body Parameters
Test_for_All| Name | Description | Type | Additional information |
|---|---|---|---|
| AUTO_RESPONDER | string |
None. |
|
| SaleEnteryAllData | string |
None. |
|
| Product | string |
None. |
|
| MRPPrice | decimal number |
None. |
|
| SalePrice | decimal number |
None. |
|
| Discount | decimal number |
None. |
|
| Qty | string |
None. |
|
| TotalAmount | decimal number |
None. |
|
| GstAmount | decimal number |
None. |
|
| Final | decimal number |
None. |
|
| InvoiceNo | string |
None. |
|
| CustomerName | string |
None. |
|
| Mobile | string |
None. |
|
| Address | string |
None. |
|
| MedicineName | string |
None. |
|
| MRP | decimal number |
None. |
|
| Quantity | string |
None. |
|
| DISC | decimal number |
None. |
|
| GST | decimal number |
None. |
|
| HSN | string |
None. |
|
| MFG | string |
None. |
|
| BatchNo | string |
None. |
|
| SalePricing | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"AUTO_RESPONDER": "sample string 1",
"SaleEnteryAllData": "sample string 2",
"Product": "sample string 3",
"MRPPrice": 4.0,
"SalePrice": 5.0,
"Discount": 6.0,
"Qty": "sample string 7",
"TotalAmount": 8.0,
"GstAmount": 9.0,
"Final": 10.0,
"InvoiceNo": "sample string 11",
"CustomerName": "sample string 12",
"Mobile": "sample string 13",
"Address": "sample string 14",
"MedicineName": "sample string 15",
"MRP": 16.0,
"Quantity": "sample string 17",
"DISC": 18.0,
"GST": 19.0,
"HSN": "sample string 20",
"MFG": "sample string 21",
"BatchNo": "sample string 22",
"SalePricing": 23.0
}
application/xml, text/xml
Sample:
<Test_for_All xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SoumiFashionApiProject.Models"> <AUTO_RESPONDER>sample string 1</AUTO_RESPONDER> <Address>sample string 14</Address> <BatchNo>sample string 22</BatchNo> <CustomerName>sample string 12</CustomerName> <DISC>18</DISC> <Discount>6</Discount> <Final>10</Final> <GST>19</GST> <GstAmount>9</GstAmount> <HSN>sample string 20</HSN> <InvoiceNo>sample string 11</InvoiceNo> <MFG>sample string 21</MFG> <MRP>16</MRP> <MRPPrice>4</MRPPrice> <MedicineName>sample string 15</MedicineName> <Mobile>sample string 13</Mobile> <Product>sample string 3</Product> <Qty>sample string 7</Qty> <Quantity>sample string 17</Quantity> <SaleEnteryAllData>sample string 2</SaleEnteryAllData> <SalePrice>5</SalePrice> <SalePricing>23</SalePricing> <TotalAmount>8</TotalAmount> </Test_for_All>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
Sample not available.