TDSDetail
Click here for a complete list of operations.
GetTDSDetails
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 /IFWebService/TDSDetail.asmx HTTP/1.1 Host: 689157.nexustrade-hk.tech Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://tempuri.org/GetTDSDetails" <?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> <GetTDSDetails xmlns="http://tempuri.org/"> <LdtFrom_Date>dateTime</LdtFrom_Date> <LdtTo_Date>dateTime</LdtTo_Date> <LsPropertyID>string</LsPropertyID> <LsIsAllRecords>string</LsIsAllRecords> </GetTDSDetails> </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> <GetTDSDetailsResponse xmlns="http://tempuri.org/"> <GetTDSDetailsResult status="string" Massage="string"> <APMaster> <ap_master> <ap_id>string</ap_id> <ap_name>string</ap_name> <ap_address_1>string</ap_address_1> <ap_address_2>string</ap_address_2> <ap_address_3>string</ap_address_3> <ap_city>string</ap_city> <ap_state>string</ap_state> <ap_zip>string</ap_zip> <pan_number>string</pan_number> <rate_category>string</rate_category> <main_status>string</main_status> <sub_status>string</sub_status> <section_no>string</section_no> </ap_master> <ap_master> <ap_id>string</ap_id> <ap_name>string</ap_name> <ap_address_1>string</ap_address_1> <ap_address_2>string</ap_address_2> <ap_address_3>string</ap_address_3> <ap_city>string</ap_city> <ap_state>string</ap_state> <ap_zip>string</ap_zip> <pan_number>string</pan_number> <rate_category>string</rate_category> <main_status>string</main_status> <sub_status>string</sub_status> <section_no>string</section_no> </ap_master> </APMaster> <TDSDetails> <tds_details> <ap_id>string</ap_id> <ap_doc_no>string</ap_doc_no> <ap_date_trn>string</ap_date_trn> <doc_amount>string</doc_amount> <trans_seq_no>string</trans_seq_no> <tds_amount>string</tds_amount> </tds_details> <tds_details> <ap_id>string</ap_id> <ap_doc_no>string</ap_doc_no> <ap_date_trn>string</ap_date_trn> <doc_amount>string</doc_amount> <trans_seq_no>string</trans_seq_no> <tds_amount>string</tds_amount> </tds_details> </TDSDetails> </GetTDSDetailsResult> </GetTDSDetailsResponse> </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 /IFWebService/TDSDetail.asmx HTTP/1.1 Host: 689157.nexustrade-hk.tech 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> <GetTDSDetails xmlns="http://tempuri.org/"> <LdtFrom_Date>dateTime</LdtFrom_Date> <LdtTo_Date>dateTime</LdtTo_Date> <LsPropertyID>string</LsPropertyID> <LsIsAllRecords>string</LsIsAllRecords> </GetTDSDetails> </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> <GetTDSDetailsResponse xmlns="http://tempuri.org/"> <GetTDSDetailsResult status="string" Massage="string"> <APMaster> <ap_master> <ap_id>string</ap_id> <ap_name>string</ap_name> <ap_address_1>string</ap_address_1> <ap_address_2>string</ap_address_2> <ap_address_3>string</ap_address_3> <ap_city>string</ap_city> <ap_state>string</ap_state> <ap_zip>string</ap_zip> <pan_number>string</pan_number> <rate_category>string</rate_category> <main_status>string</main_status> <sub_status>string</sub_status> <section_no>string</section_no> </ap_master> <ap_master> <ap_id>string</ap_id> <ap_name>string</ap_name> <ap_address_1>string</ap_address_1> <ap_address_2>string</ap_address_2> <ap_address_3>string</ap_address_3> <ap_city>string</ap_city> <ap_state>string</ap_state> <ap_zip>string</ap_zip> <pan_number>string</pan_number> <rate_category>string</rate_category> <main_status>string</main_status> <sub_status>string</sub_status> <section_no>string</section_no> </ap_master> </APMaster> <TDSDetails> <tds_details> <ap_id>string</ap_id> <ap_doc_no>string</ap_doc_no> <ap_date_trn>string</ap_date_trn> <doc_amount>string</doc_amount> <trans_seq_no>string</trans_seq_no> <tds_amount>string</tds_amount> </tds_details> <tds_details> <ap_id>string</ap_id> <ap_doc_no>string</ap_doc_no> <ap_date_trn>string</ap_date_trn> <doc_amount>string</doc_amount> <trans_seq_no>string</trans_seq_no> <tds_amount>string</tds_amount> </tds_details> </TDSDetails> </GetTDSDetailsResult> </GetTDSDetailsResponse> </soap12:Body> </soap12:Envelope>