CompanyService


Click here for a complete list of operations.

LoadIndustrytype

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 /Pages/Modules/Common/CompanyService.asmx HTTP/1.1
Host: ffherp.co.in
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/LoadIndustrytype"

<?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>
    <LoadIndustrytype xmlns="http://tempuri.org/">
      <arr>
        <string>string</string>
        <string>string</string>
      </arr>
    </LoadIndustrytype>
  </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>
    <LoadIndustrytypeResponse xmlns="http://tempuri.org/">
      <LoadIndustrytypeResult>
        <eClientAdd>
          <CountryId>string</CountryId>
          <CountryName>string</CountryName>
          <StateName>string</StateName>
          <StateId>string</StateId>
          <CityId>string</CityId>
          <CityName>string</CityName>
          <TypeId>string</TypeId>
          <TypeName>string</TypeName>
          <id>string</id>
          <Name>string</Name>
          <AssociateCompany>string</AssociateCompany>
          <OwnerCompany>string</OwnerCompany>
          <ParentCompany>string</ParentCompany>
          <Add1>string</Add1>
          <Add2>string</Add2>
          <Add3>string</Add3>
          <Area>string</Area>
          <Pincode>string</Pincode>
          <Phoneno>string</Phoneno>
          <Fax>string</Fax>
          <ClosureDay>string</ClosureDay>
          <EmailAddress>string</EmailAddress>
          <WebAddress>string</WebAddress>
          <FacebookPage>string</FacebookPage>
          <TwitterHandle>string</TwitterHandle>
          <clientdate>string</clientdate>
          <IndustrytypeID>string</IndustrytypeID>
          <Comment>string</Comment>
          <UserId>string</UserId>
          <Companycode>string</Companycode>
          <regno>string</regno>
          <Eccno>string</Eccno>
          <serviceno>string</serviceno>
          <vatno>string</vatno>
          <cstno>string</cstno>
          <panno>string</panno>
          <LBTno>string</LBTno>
          <Staxregno>string</Staxregno>
          <GSTno>string</GSTno>
          <OpeningBalance>decimal</OpeningBalance>
          <OpeningDate>string</OpeningDate>
          <CreaditDays>int</CreaditDays>
          <CreaditLimit>decimal</CreaditLimit>
          <CreaditBalance>int</CreaditBalance>
          <DisplayName>string</DisplayName>
          <Paymentid>string</Paymentid>
          <paymenttype>string</paymenttype>
          <dileveryid>string</dileveryid>
          <dileverytype>string</dileverytype>
          <eCompanyName>string</eCompanyName>
        </eClientAdd>
        <eClientAdd>
          <CountryId>string</CountryId>
          <CountryName>string</CountryName>
          <StateName>string</StateName>
          <StateId>string</StateId>
          <CityId>string</CityId>
          <CityName>string</CityName>
          <TypeId>string</TypeId>
          <TypeName>string</TypeName>
          <id>string</id>
          <Name>string</Name>
          <AssociateCompany>string</AssociateCompany>
          <OwnerCompany>string</OwnerCompany>
          <ParentCompany>string</ParentCompany>
          <Add1>string</Add1>
          <Add2>string</Add2>
          <Add3>string</Add3>
          <Area>string</Area>
          <Pincode>string</Pincode>
          <Phoneno>string</Phoneno>
          <Fax>string</Fax>
          <ClosureDay>string</ClosureDay>
          <EmailAddress>string</EmailAddress>
          <WebAddress>string</WebAddress>
          <FacebookPage>string</FacebookPage>
          <TwitterHandle>string</TwitterHandle>
          <clientdate>string</clientdate>
          <IndustrytypeID>string</IndustrytypeID>
          <Comment>string</Comment>
          <UserId>string</UserId>
          <Companycode>string</Companycode>
          <regno>string</regno>
          <Eccno>string</Eccno>
          <serviceno>string</serviceno>
          <vatno>string</vatno>
          <cstno>string</cstno>
          <panno>string</panno>
          <LBTno>string</LBTno>
          <Staxregno>string</Staxregno>
          <GSTno>string</GSTno>
          <OpeningBalance>decimal</OpeningBalance>
          <OpeningDate>string</OpeningDate>
          <CreaditDays>int</CreaditDays>
          <CreaditLimit>decimal</CreaditLimit>
          <CreaditBalance>int</CreaditBalance>
          <DisplayName>string</DisplayName>
          <Paymentid>string</Paymentid>
          <paymenttype>string</paymenttype>
          <dileveryid>string</dileveryid>
          <dileverytype>string</dileverytype>
          <eCompanyName>string</eCompanyName>
        </eClientAdd>
      </LoadIndustrytypeResult>
    </LoadIndustrytypeResponse>
  </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 /Pages/Modules/Common/CompanyService.asmx HTTP/1.1
Host: ffherp.co.in
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>
    <LoadIndustrytype xmlns="http://tempuri.org/">
      <arr>
        <string>string</string>
        <string>string</string>
      </arr>
    </LoadIndustrytype>
  </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>
    <LoadIndustrytypeResponse xmlns="http://tempuri.org/">
      <LoadIndustrytypeResult>
        <eClientAdd>
          <CountryId>string</CountryId>
          <CountryName>string</CountryName>
          <StateName>string</StateName>
          <StateId>string</StateId>
          <CityId>string</CityId>
          <CityName>string</CityName>
          <TypeId>string</TypeId>
          <TypeName>string</TypeName>
          <id>string</id>
          <Name>string</Name>
          <AssociateCompany>string</AssociateCompany>
          <OwnerCompany>string</OwnerCompany>
          <ParentCompany>string</ParentCompany>
          <Add1>string</Add1>
          <Add2>string</Add2>
          <Add3>string</Add3>
          <Area>string</Area>
          <Pincode>string</Pincode>
          <Phoneno>string</Phoneno>
          <Fax>string</Fax>
          <ClosureDay>string</ClosureDay>
          <EmailAddress>string</EmailAddress>
          <WebAddress>string</WebAddress>
          <FacebookPage>string</FacebookPage>
          <TwitterHandle>string</TwitterHandle>
          <clientdate>string</clientdate>
          <IndustrytypeID>string</IndustrytypeID>
          <Comment>string</Comment>
          <UserId>string</UserId>
          <Companycode>string</Companycode>
          <regno>string</regno>
          <Eccno>string</Eccno>
          <serviceno>string</serviceno>
          <vatno>string</vatno>
          <cstno>string</cstno>
          <panno>string</panno>
          <LBTno>string</LBTno>
          <Staxregno>string</Staxregno>
          <GSTno>string</GSTno>
          <OpeningBalance>decimal</OpeningBalance>
          <OpeningDate>string</OpeningDate>
          <CreaditDays>int</CreaditDays>
          <CreaditLimit>decimal</CreaditLimit>
          <CreaditBalance>int</CreaditBalance>
          <DisplayName>string</DisplayName>
          <Paymentid>string</Paymentid>
          <paymenttype>string</paymenttype>
          <dileveryid>string</dileveryid>
          <dileverytype>string</dileverytype>
          <eCompanyName>string</eCompanyName>
        </eClientAdd>
        <eClientAdd>
          <CountryId>string</CountryId>
          <CountryName>string</CountryName>
          <StateName>string</StateName>
          <StateId>string</StateId>
          <CityId>string</CityId>
          <CityName>string</CityName>
          <TypeId>string</TypeId>
          <TypeName>string</TypeName>
          <id>string</id>
          <Name>string</Name>
          <AssociateCompany>string</AssociateCompany>
          <OwnerCompany>string</OwnerCompany>
          <ParentCompany>string</ParentCompany>
          <Add1>string</Add1>
          <Add2>string</Add2>
          <Add3>string</Add3>
          <Area>string</Area>
          <Pincode>string</Pincode>
          <Phoneno>string</Phoneno>
          <Fax>string</Fax>
          <ClosureDay>string</ClosureDay>
          <EmailAddress>string</EmailAddress>
          <WebAddress>string</WebAddress>
          <FacebookPage>string</FacebookPage>
          <TwitterHandle>string</TwitterHandle>
          <clientdate>string</clientdate>
          <IndustrytypeID>string</IndustrytypeID>
          <Comment>string</Comment>
          <UserId>string</UserId>
          <Companycode>string</Companycode>
          <regno>string</regno>
          <Eccno>string</Eccno>
          <serviceno>string</serviceno>
          <vatno>string</vatno>
          <cstno>string</cstno>
          <panno>string</panno>
          <LBTno>string</LBTno>
          <Staxregno>string</Staxregno>
          <GSTno>string</GSTno>
          <OpeningBalance>decimal</OpeningBalance>
          <OpeningDate>string</OpeningDate>
          <CreaditDays>int</CreaditDays>
          <CreaditLimit>decimal</CreaditLimit>
          <CreaditBalance>int</CreaditBalance>
          <DisplayName>string</DisplayName>
          <Paymentid>string</Paymentid>
          <paymenttype>string</paymenttype>
          <dileveryid>string</dileveryid>
          <dileverytype>string</dileverytype>
          <eCompanyName>string</eCompanyName>
        </eClientAdd>
      </LoadIndustrytypeResult>
    </LoadIndustrytypeResponse>
  </soap12:Body>
</soap12:Envelope>