Service


Click here for a complete list of operations.

insertBillNewCustomer

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
CID:
BillDate:
TotalQty:
TotalItemQty:
TaxableTotal:
TotalAmount:
TotalSGST:
TotalCGST:
TotalIGST:
reduceStock:
PaymentMode:
FirmID:
FYID:
Duedate:
CustomerType:
BillTime:
BillMode:
CounterNo:
PaymentDetail:
Narration:
Transport:
Vechicle:
DateofSupply:
PlaceofSupply:
CO:
EwayBill:
consStationID:
LRNo:

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /GSTDetailAPI.asmx HTTP/1.1
Host: dstextiles.erbansal.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/insertBillNewCustomer"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <insertBillNewCustomer xmlns="http://tempuri.org/">
      <CID>string</CID>
      <BillDate>string</BillDate>
      <TotalQty>string</TotalQty>
      <TotalItemQty>string</TotalItemQty>
      <TaxableTotal>string</TaxableTotal>
      <TotalAmount>string</TotalAmount>
      <TotalSGST>string</TotalSGST>
      <TotalCGST>string</TotalCGST>
      <TotalIGST>string</TotalIGST>
      <reduceStock>string</reduceStock>
      <PaymentMode>string</PaymentMode>
      <FirmID>string</FirmID>
      <FYID>string</FYID>
      <Duedate>string</Duedate>
      <CustomerType>string</CustomerType>
      <BillTime>string</BillTime>
      <BillMode>string</BillMode>
      <CounterNo>string</CounterNo>
      <PaymentDetail>string</PaymentDetail>
      <Narration>string</Narration>
      <Transport>string</Transport>
      <Vechicle>string</Vechicle>
      <DateofSupply>string</DateofSupply>
      <PlaceofSupply>string</PlaceofSupply>
      <CO>string</CO>
      <EwayBill>string</EwayBill>
      <consStationID>string</consStationID>
      <LRNo>string</LRNo>
    </insertBillNewCustomer>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <insertBillNewCustomerResponse xmlns="http://tempuri.org/" />
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /GSTDetailAPI.asmx HTTP/1.1
Host: dstextiles.erbansal.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <insertBillNewCustomer xmlns="http://tempuri.org/">
      <CID>string</CID>
      <BillDate>string</BillDate>
      <TotalQty>string</TotalQty>
      <TotalItemQty>string</TotalItemQty>
      <TaxableTotal>string</TaxableTotal>
      <TotalAmount>string</TotalAmount>
      <TotalSGST>string</TotalSGST>
      <TotalCGST>string</TotalCGST>
      <TotalIGST>string</TotalIGST>
      <reduceStock>string</reduceStock>
      <PaymentMode>string</PaymentMode>
      <FirmID>string</FirmID>
      <FYID>string</FYID>
      <Duedate>string</Duedate>
      <CustomerType>string</CustomerType>
      <BillTime>string</BillTime>
      <BillMode>string</BillMode>
      <CounterNo>string</CounterNo>
      <PaymentDetail>string</PaymentDetail>
      <Narration>string</Narration>
      <Transport>string</Transport>
      <Vechicle>string</Vechicle>
      <DateofSupply>string</DateofSupply>
      <PlaceofSupply>string</PlaceofSupply>
      <CO>string</CO>
      <EwayBill>string</EwayBill>
      <consStationID>string</consStationID>
      <LRNo>string</LRNo>
    </insertBillNewCustomer>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <insertBillNewCustomerResponse xmlns="http://tempuri.org/" />
  </soap12:Body>
</soap12:Envelope>

HTTP GET

The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.

GET /GSTDetailAPI.asmx/insertBillNewCustomer?CID=string&BillDate=string&TotalQty=string&TotalItemQty=string&TaxableTotal=string&TotalAmount=string&TotalSGST=string&TotalCGST=string&TotalIGST=string&reduceStock=string&PaymentMode=string&FirmID=string&FYID=string&Duedate=string&CustomerType=string&BillTime=string&BillMode=string&CounterNo=string&PaymentDetail=string&Narration=string&Transport=string&Vechicle=string&DateofSupply=string&PlaceofSupply=string&CO=string&EwayBill=string&consStationID=string&LRNo=string HTTP/1.1
Host: dstextiles.erbansal.com
HTTP/1.1 200 OK

HTTP POST

The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.

POST /GSTDetailAPI.asmx/insertBillNewCustomer HTTP/1.1
Host: dstextiles.erbansal.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

CID=string&BillDate=string&TotalQty=string&TotalItemQty=string&TaxableTotal=string&TotalAmount=string&TotalSGST=string&TotalCGST=string&TotalIGST=string&reduceStock=string&PaymentMode=string&FirmID=string&FYID=string&Duedate=string&CustomerType=string&BillTime=string&BillMode=string&CounterNo=string&PaymentDetail=string&Narration=string&Transport=string&Vechicle=string&DateofSupply=string&PlaceofSupply=string&CO=string&EwayBill=string&consStationID=string&LRNo=string
HTTP/1.1 200 OK