RentCollectionService
Click here for a complete list of operations.
SaveRentCollection
Test
The test form is only available for requests from the local machine.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 /RentCollectionService.asmx HTTP/1.1
Host: service.zilaparishadbokaro.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/SaveRentCollection"
<?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>
<SaveRentCollection xmlns="http://tempuri.org/">
<AppKey>string</AppKey>
<rentCollectionModel>
<RentCollectionId>int</RentCollectionId>
<ReceiptNo>string</ReceiptNo>
<ShopId>int</ShopId>
<ShopName>string</ShopName>
<FinancialYearId>int</FinancialYearId>
<FinancialYearName>string</FinancialYearName>
<OnlinePaymentDate>dateTime</OnlinePaymentDate>
<PaymentMode>unsignedByte</PaymentMode>
<PaymentForMonths>string</PaymentForMonths>
<ChequeNo>string</ChequeNo>
<ChequeDate>dateTime</ChequeDate>
<ChequeBank>string</ChequeBank>
<ChequeBankBranch>string</ChequeBankBranch>
<TransactionNo>string</TransactionNo>
<PaidAmount>decimal</PaidAmount>
<Remarks>string</Remarks>
<CreatedBy>int</CreatedBy>
<CreatedOn>dateTime</CreatedOn>
<CreatedByName>string</CreatedByName>
<LastUpdatedOn>dateTime</LastUpdatedOn>
<LastUpdatedBy>int</LastUpdatedBy>
<RentCollectionStatus>unsignedByte</RentCollectionStatus>
<RentHeadList>
<RentHeadModel>
<RentHeadId>int</RentHeadId>
<RentHeadTitle>string</RentHeadTitle>
<RentType>unsignedByte</RentType>
<RentAmount>decimal</RentAmount>
<RentAmount2>decimal</RentAmount2>
<Concession>decimal</Concession>
<GSTId>int</GSTId>
<GSTName>string</GSTName>
<GSTValue>decimal</GSTValue>
<GSTAmount>decimal</GSTAmount>
<LineTotal>decimal</LineTotal>
<EnableEdit>boolean</EnableEdit>
<IsCompulsory>boolean</IsCompulsory>
<IsSelected>boolean</IsSelected>
<Comments>string</Comments>
</RentHeadModel>
<RentHeadModel>
<RentHeadId>int</RentHeadId>
<RentHeadTitle>string</RentHeadTitle>
<RentType>unsignedByte</RentType>
<RentAmount>decimal</RentAmount>
<RentAmount2>decimal</RentAmount2>
<Concession>decimal</Concession>
<GSTId>int</GSTId>
<GSTName>string</GSTName>
<GSTValue>decimal</GSTValue>
<GSTAmount>decimal</GSTAmount>
<LineTotal>decimal</LineTotal>
<EnableEdit>boolean</EnableEdit>
<IsCompulsory>boolean</IsCompulsory>
<IsSelected>boolean</IsSelected>
<Comments>string</Comments>
</RentHeadModel>
</RentHeadList>
<MonthRentList>
<MonthRentModel>
<MonthId>int</MonthId>
<MonthNo>int</MonthNo>
<MonthName>string</MonthName>
<Amount>decimal</Amount>
<GSTValue>decimal</GSTValue>
<GSTAmount>decimal</GSTAmount>
<IsChecked>boolean</IsChecked>
<IsEnabled>boolean</IsEnabled>
<IsShow>boolean</IsShow>
<ShopRentHead xsi:nil="true" />
</MonthRentModel>
<MonthRentModel>
<MonthId>int</MonthId>
<MonthNo>int</MonthNo>
<MonthName>string</MonthName>
<Amount>decimal</Amount>
<GSTValue>decimal</GSTValue>
<GSTAmount>decimal</GSTAmount>
<IsChecked>boolean</IsChecked>
<IsEnabled>boolean</IsEnabled>
<IsShow>boolean</IsShow>
<ShopRentHead xsi:nil="true" />
</MonthRentModel>
</MonthRentList>
<TotalBasicAmount>decimal</TotalBasicAmount>
<TotalConcession>decimal</TotalConcession>
<TotalTaxableAmount>decimal</TotalTaxableAmount>
<TotalGSTAmount>decimal</TotalGSTAmount>
<TotalCGSTAmount>decimal</TotalCGSTAmount>
<TotalSGSTAmount>decimal</TotalSGSTAmount>
<ShopRentDues>decimal</ShopRentDues>
<FineDues>decimal</FineDues>
<ArrearDues>decimal</ArrearDues>
<PaymentDate>dateTime</PaymentDate>
<EmployeeName>string</EmployeeName>
<OnlinePaymentMode>string</OnlinePaymentMode>
<OrderId>string</OrderId>
<OnlineReferanceId>string</OnlineReferanceId>
<OnlineType>string</OnlineType>
<Signature>string</Signature>
<TxMessage>string</TxMessage>
<TxStatus>string</TxStatus>
<TxTime>dateTime</TxTime>
</rentCollectionModel>
</SaveRentCollection>
</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>
<SaveRentCollectionResponse 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 /RentCollectionService.asmx HTTP/1.1
Host: service.zilaparishadbokaro.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>
<SaveRentCollection xmlns="http://tempuri.org/">
<AppKey>string</AppKey>
<rentCollectionModel>
<RentCollectionId>int</RentCollectionId>
<ReceiptNo>string</ReceiptNo>
<ShopId>int</ShopId>
<ShopName>string</ShopName>
<FinancialYearId>int</FinancialYearId>
<FinancialYearName>string</FinancialYearName>
<OnlinePaymentDate>dateTime</OnlinePaymentDate>
<PaymentMode>unsignedByte</PaymentMode>
<PaymentForMonths>string</PaymentForMonths>
<ChequeNo>string</ChequeNo>
<ChequeDate>dateTime</ChequeDate>
<ChequeBank>string</ChequeBank>
<ChequeBankBranch>string</ChequeBankBranch>
<TransactionNo>string</TransactionNo>
<PaidAmount>decimal</PaidAmount>
<Remarks>string</Remarks>
<CreatedBy>int</CreatedBy>
<CreatedOn>dateTime</CreatedOn>
<CreatedByName>string</CreatedByName>
<LastUpdatedOn>dateTime</LastUpdatedOn>
<LastUpdatedBy>int</LastUpdatedBy>
<RentCollectionStatus>unsignedByte</RentCollectionStatus>
<RentHeadList>
<RentHeadModel>
<RentHeadId>int</RentHeadId>
<RentHeadTitle>string</RentHeadTitle>
<RentType>unsignedByte</RentType>
<RentAmount>decimal</RentAmount>
<RentAmount2>decimal</RentAmount2>
<Concession>decimal</Concession>
<GSTId>int</GSTId>
<GSTName>string</GSTName>
<GSTValue>decimal</GSTValue>
<GSTAmount>decimal</GSTAmount>
<LineTotal>decimal</LineTotal>
<EnableEdit>boolean</EnableEdit>
<IsCompulsory>boolean</IsCompulsory>
<IsSelected>boolean</IsSelected>
<Comments>string</Comments>
</RentHeadModel>
<RentHeadModel>
<RentHeadId>int</RentHeadId>
<RentHeadTitle>string</RentHeadTitle>
<RentType>unsignedByte</RentType>
<RentAmount>decimal</RentAmount>
<RentAmount2>decimal</RentAmount2>
<Concession>decimal</Concession>
<GSTId>int</GSTId>
<GSTName>string</GSTName>
<GSTValue>decimal</GSTValue>
<GSTAmount>decimal</GSTAmount>
<LineTotal>decimal</LineTotal>
<EnableEdit>boolean</EnableEdit>
<IsCompulsory>boolean</IsCompulsory>
<IsSelected>boolean</IsSelected>
<Comments>string</Comments>
</RentHeadModel>
</RentHeadList>
<MonthRentList>
<MonthRentModel>
<MonthId>int</MonthId>
<MonthNo>int</MonthNo>
<MonthName>string</MonthName>
<Amount>decimal</Amount>
<GSTValue>decimal</GSTValue>
<GSTAmount>decimal</GSTAmount>
<IsChecked>boolean</IsChecked>
<IsEnabled>boolean</IsEnabled>
<IsShow>boolean</IsShow>
<ShopRentHead xsi:nil="true" />
</MonthRentModel>
<MonthRentModel>
<MonthId>int</MonthId>
<MonthNo>int</MonthNo>
<MonthName>string</MonthName>
<Amount>decimal</Amount>
<GSTValue>decimal</GSTValue>
<GSTAmount>decimal</GSTAmount>
<IsChecked>boolean</IsChecked>
<IsEnabled>boolean</IsEnabled>
<IsShow>boolean</IsShow>
<ShopRentHead xsi:nil="true" />
</MonthRentModel>
</MonthRentList>
<TotalBasicAmount>decimal</TotalBasicAmount>
<TotalConcession>decimal</TotalConcession>
<TotalTaxableAmount>decimal</TotalTaxableAmount>
<TotalGSTAmount>decimal</TotalGSTAmount>
<TotalCGSTAmount>decimal</TotalCGSTAmount>
<TotalSGSTAmount>decimal</TotalSGSTAmount>
<ShopRentDues>decimal</ShopRentDues>
<FineDues>decimal</FineDues>
<ArrearDues>decimal</ArrearDues>
<PaymentDate>dateTime</PaymentDate>
<EmployeeName>string</EmployeeName>
<OnlinePaymentMode>string</OnlinePaymentMode>
<OrderId>string</OrderId>
<OnlineReferanceId>string</OnlineReferanceId>
<OnlineType>string</OnlineType>
<Signature>string</Signature>
<TxMessage>string</TxMessage>
<TxStatus>string</TxStatus>
<TxTime>dateTime</TxTime>
</rentCollectionModel>
</SaveRentCollection>
</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>
<SaveRentCollectionResponse xmlns="http://tempuri.org/" />
</soap12:Body>
</soap12:Envelope>