GET mwa_ws/Partners.svc/get_active_customers?search_text={search_text}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
search_text

string

Default value is

Body Parameters

None.

Response Information

Resource Description

BusinessPartnerResult
NameDescriptionTypeAdditional information
Total

integer

None.

Returned

integer

None.

BusinessPartners

Collection of BusinessPartner

None.

Code

integer

None.

Message

string

None.

Exception

string

None.

Response Formats

application/xml, text/xml

Sample:
<BusinessPartnerResult xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Code="3" Message="sample string 4" Total="1" Returned="2">
  <Exception>sample string 5</Exception>
  <BusinessPartners>
    <BusinessPartner>
      <bpId>sample string 1</bpId>
      <name>sample string 2</name>
      <website>sample string 3</website>
      <fax>sample string 4</fax>
      <telephone1>sample string 5</telephone1>
      <Address>sample string 6</Address>
      <City>sample string 7</City>
      <State1>sample string 8</State1>
      <ZipCode>sample string 9</ZipCode>
      <CntctPrsn>sample string 10</CntctPrsn>
      <E_Mail>sample string 11</E_Mail>
      <Addresses>
        <Address type="sample string 1">
          <addressId>sample string 2</addressId>
          <street1>sample string 3</street1>
          <street2>sample string 4</street2>
          <city>sample string 5</city>
          <state>sample string 6</state>
          <postalCode>sample string 7</postalCode>
          <country>sample string 8</country>
          <phone>sample string 9</phone>
          <fax>sample string 10</fax>
        </Address>
        <Address type="sample string 1">
          <addressId>sample string 2</addressId>
          <street1>sample string 3</street1>
          <street2>sample string 4</street2>
          <city>sample string 5</city>
          <state>sample string 6</state>
          <postalCode>sample string 7</postalCode>
          <country>sample string 8</country>
          <phone>sample string 9</phone>
          <fax>sample string 10</fax>
        </Address>
      </Addresses>
      <Contacts>
        <Contact type="sample string 1">
          <contactId>sample string 2</contactId>
          <name>sample string 3</name>
          <firstName>sample string 4</firstName>
          <lastName>sample string 5</lastName>
          <title>sample string 6</title>
          <phone>sample string 7</phone>
          <mobile>sample string 8</mobile>
          <email>sample string 9</email>
          <fax>sample string 10</fax>
          <street1>sample string 11</street1>
          <street2>sample string 12</street2>
          <city>sample string 13</city>
          <state>sample string 14</state>
          <postalCode>sample string 15</postalCode>
          <country>sample string 16</country>
        </Contact>
        <Contact type="sample string 1">
          <contactId>sample string 2</contactId>
          <name>sample string 3</name>
          <firstName>sample string 4</firstName>
          <lastName>sample string 5</lastName>
          <title>sample string 6</title>
          <phone>sample string 7</phone>
          <mobile>sample string 8</mobile>
          <email>sample string 9</email>
          <fax>sample string 10</fax>
          <street1>sample string 11</street1>
          <street2>sample string 12</street2>
          <city>sample string 13</city>
          <state>sample string 14</state>
          <postalCode>sample string 15</postalCode>
          <country>sample string 16</country>
        </Contact>
      </Contacts>
    </BusinessPartner>
    <BusinessPartner>
      <bpId>sample string 1</bpId>
      <name>sample string 2</name>
      <website>sample string 3</website>
      <fax>sample string 4</fax>
      <telephone1>sample string 5</telephone1>
      <Address>sample string 6</Address>
      <City>sample string 7</City>
      <State1>sample string 8</State1>
      <ZipCode>sample string 9</ZipCode>
      <CntctPrsn>sample string 10</CntctPrsn>
      <E_Mail>sample string 11</E_Mail>
      <Addresses>
        <Address type="sample string 1">
          <addressId>sample string 2</addressId>
          <street1>sample string 3</street1>
          <street2>sample string 4</street2>
          <city>sample string 5</city>
          <state>sample string 6</state>
          <postalCode>sample string 7</postalCode>
          <country>sample string 8</country>
          <phone>sample string 9</phone>
          <fax>sample string 10</fax>
        </Address>
        <Address type="sample string 1">
          <addressId>sample string 2</addressId>
          <street1>sample string 3</street1>
          <street2>sample string 4</street2>
          <city>sample string 5</city>
          <state>sample string 6</state>
          <postalCode>sample string 7</postalCode>
          <country>sample string 8</country>
          <phone>sample string 9</phone>
          <fax>sample string 10</fax>
        </Address>
      </Addresses>
      <Contacts>
        <Contact type="sample string 1">
          <contactId>sample string 2</contactId>
          <name>sample string 3</name>
          <firstName>sample string 4</firstName>
          <lastName>sample string 5</lastName>
          <title>sample string 6</title>
          <phone>sample string 7</phone>
          <mobile>sample string 8</mobile>
          <email>sample string 9</email>
          <fax>sample string 10</fax>
          <street1>sample string 11</street1>
          <street2>sample string 12</street2>
          <city>sample string 13</city>
          <state>sample string 14</state>
          <postalCode>sample string 15</postalCode>
          <country>sample string 16</country>
        </Contact>
        <Contact type="sample string 1">
          <contactId>sample string 2</contactId>
          <name>sample string 3</name>
          <firstName>sample string 4</firstName>
          <lastName>sample string 5</lastName>
          <title>sample string 6</title>
          <phone>sample string 7</phone>
          <mobile>sample string 8</mobile>
          <email>sample string 9</email>
          <fax>sample string 10</fax>
          <street1>sample string 11</street1>
          <street2>sample string 12</street2>
          <city>sample string 13</city>
          <state>sample string 14</state>
          <postalCode>sample string 15</postalCode>
          <country>sample string 16</country>
        </Contact>
      </Contacts>
    </BusinessPartner>
  </BusinessPartners>
</BusinessPartnerResult>