GET B2BProductNServices/GetB2BProductNServices?ContactId={ContactId}&MemberId={MemberId}&B2BID={B2BID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ContactId

string

Required

MemberId

string

Required

B2BID

string

Required

Body Parameters

None.

Response Information

Resource Description

MYCII_EWS.BusinessObjects.B2BProductNServices
NameDescriptionTypeAdditional information
PNS

Collection of MYCII_EWS.BusinessObjects.GetProductAndServices

None.

PC

Collection of MYCII_EWS.BusinessObjects.GetAllProductClassifications

None.

DC

Collection of MYCII_EWS.BusinessObjects.GetDetailOfContact

None.

Sec

Collection of MYCII_EWS.BusinessObjects.GETALLSECTORS

None.

RCT

Collection of MYCII_EWS.BusinessObjects.GetAllRegionCountryTree

None.

MC

Collection of MYCII_EWS.BusinessObjects.GetMyCountry

None.

HC

None.

Response Formats

application/json, text/json

Sample:
{
  "PNS": [
    {
      "B2BTYPE": "sample string 1",
      "PR_ID": "sample string 2",
      "TITLE": "sample string 3",
      "OFFICE": "sample string 4",
      "DESCRIPTION": "sample string 5",
      "VALIDITY": "sample string 6",
      "CONTACTADDRESS": "sample string 7",
      "ATTACHMENT": "sample string 8",
      "EMBEDDEDCODE": "sample string 9",
      "ENTRYBY": "sample string 10",
      "ISADDEDITDELETERIGHTS": 11,
      "GROUPID": "sample string 12",
      "IMAGEPATH": "sample string 13",
      "IMAGES": "sample string 14",
      "ISTITLESET": 15,
      "PRODUCTANDSERVICES": "sample string 16",
      "WEBLINKS": "sample string 17",
      "SECTORS": "sample string 18",
      "STATUS": "sample string 19",
      "ISPUBLISHED": 20,
      "Export": 21,
      "Import": 22,
      "Manufacturer": 23,
      "Trader": 24,
      "HSCODE": "sample string 25"
    },
    {
      "B2BTYPE": "sample string 1",
      "PR_ID": "sample string 2",
      "TITLE": "sample string 3",
      "OFFICE": "sample string 4",
      "DESCRIPTION": "sample string 5",
      "VALIDITY": "sample string 6",
      "CONTACTADDRESS": "sample string 7",
      "ATTACHMENT": "sample string 8",
      "EMBEDDEDCODE": "sample string 9",
      "ENTRYBY": "sample string 10",
      "ISADDEDITDELETERIGHTS": 11,
      "GROUPID": "sample string 12",
      "IMAGEPATH": "sample string 13",
      "IMAGES": "sample string 14",
      "ISTITLESET": 15,
      "PRODUCTANDSERVICES": "sample string 16",
      "WEBLINKS": "sample string 17",
      "SECTORS": "sample string 18",
      "STATUS": "sample string 19",
      "ISPUBLISHED": 20,
      "Export": 21,
      "Import": 22,
      "Manufacturer": 23,
      "Trader": 24,
      "HSCODE": "sample string 25"
    }
  ],
  "PC": [
    {
      "PRODUCTCLASSID": "sample string 1",
      "PARENTCLASSID": "sample string 2",
      "PRODUCTCLASSCODE": "sample string 3",
      "DESCRIPTION": "sample string 4"
    },
    {
      "PRODUCTCLASSID": "sample string 1",
      "PARENTCLASSID": "sample string 2",
      "PRODUCTCLASSCODE": "sample string 3",
      "DESCRIPTION": "sample string 4"
    }
  ],
  "DC": [
    {
      "PERSONID": "sample string 1",
      "EMAIL": "sample string 2",
      "ORGANISATIONTYPE": "sample string 3",
      "CONTACTDISPLAYID": "sample string 4",
      "NAME": "sample string 5",
      "FAX": "sample string 6",
      "PHONE": "sample string 7",
      "DESIGNATION": "sample string 8",
      "BRIEFPROFILE": "sample string 9",
      "MEMSTATUS": "sample string 10",
      "CONTACTTYPE": "sample string 11"
    },
    {
      "PERSONID": "sample string 1",
      "EMAIL": "sample string 2",
      "ORGANISATIONTYPE": "sample string 3",
      "CONTACTDISPLAYID": "sample string 4",
      "NAME": "sample string 5",
      "FAX": "sample string 6",
      "PHONE": "sample string 7",
      "DESIGNATION": "sample string 8",
      "BRIEFPROFILE": "sample string 9",
      "MEMSTATUS": "sample string 10",
      "CONTACTTYPE": "sample string 11"
    }
  ],
  "Sec": [
    {
      "Sector_id": "sample string 1",
      "Title": "sample string 2",
      "IsSelected": 3
    },
    {
      "Sector_id": "sample string 1",
      "Title": "sample string 2",
      "IsSelected": 3
    }
  ],
  "RCT": [
    {
      "childId": "sample string 1",
      "ParentId": "sample string 2",
      "description": "sample string 3"
    },
    {
      "childId": "sample string 1",
      "ParentId": "sample string 2",
      "description": "sample string 3"
    }
  ],
  "MC": [
    {
      "childId": "sample string 1",
      "ParentId": "sample string 2"
    },
    {
      "childId": "sample string 1",
      "ParentId": "sample string 2"
    }
  ],
  "HC": [
    {
      "HSCode": "sample string 1",
      "ParentHSCode": "sample string 2",
      "Description": "sample string 3"
    },
    {
      "HSCode": "sample string 1",
      "ParentHSCode": "sample string 2",
      "Description": "sample string 3"
    }
  ]
}

application/xml, text/xml

Sample:
<B2BProductNServices xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <PNS>
    <GetProductAndServices>
      <B2BTYPE>sample string 1</B2BTYPE>
      <PR_ID>sample string 2</PR_ID>
      <TITLE>sample string 3</TITLE>
      <OFFICE>sample string 4</OFFICE>
      <DESCRIPTION>sample string 5</DESCRIPTION>
      <VALIDITY>sample string 6</VALIDITY>
      <CONTACTADDRESS>sample string 7</CONTACTADDRESS>
      <ATTACHMENT>sample string 8</ATTACHMENT>
      <EMBEDDEDCODE>sample string 9</EMBEDDEDCODE>
      <ENTRYBY>sample string 10</ENTRYBY>
      <ISADDEDITDELETERIGHTS>11</ISADDEDITDELETERIGHTS>
      <GROUPID>sample string 12</GROUPID>
      <IMAGEPATH>sample string 13</IMAGEPATH>
      <IMAGES>sample string 14</IMAGES>
      <ISTITLESET>15</ISTITLESET>
      <PRODUCTANDSERVICES>sample string 16</PRODUCTANDSERVICES>
      <WEBLINKS>sample string 17</WEBLINKS>
      <SECTORS>sample string 18</SECTORS>
      <STATUS>sample string 19</STATUS>
      <ISPUBLISHED>20</ISPUBLISHED>
      <Export>21</Export>
      <Import>22</Import>
      <Manufacturer>23</Manufacturer>
      <Trader>24</Trader>
      <HSCODE>sample string 25</HSCODE>
    </GetProductAndServices>
    <GetProductAndServices>
      <B2BTYPE>sample string 1</B2BTYPE>
      <PR_ID>sample string 2</PR_ID>
      <TITLE>sample string 3</TITLE>
      <OFFICE>sample string 4</OFFICE>
      <DESCRIPTION>sample string 5</DESCRIPTION>
      <VALIDITY>sample string 6</VALIDITY>
      <CONTACTADDRESS>sample string 7</CONTACTADDRESS>
      <ATTACHMENT>sample string 8</ATTACHMENT>
      <EMBEDDEDCODE>sample string 9</EMBEDDEDCODE>
      <ENTRYBY>sample string 10</ENTRYBY>
      <ISADDEDITDELETERIGHTS>11</ISADDEDITDELETERIGHTS>
      <GROUPID>sample string 12</GROUPID>
      <IMAGEPATH>sample string 13</IMAGEPATH>
      <IMAGES>sample string 14</IMAGES>
      <ISTITLESET>15</ISTITLESET>
      <PRODUCTANDSERVICES>sample string 16</PRODUCTANDSERVICES>
      <WEBLINKS>sample string 17</WEBLINKS>
      <SECTORS>sample string 18</SECTORS>
      <STATUS>sample string 19</STATUS>
      <ISPUBLISHED>20</ISPUBLISHED>
      <Export>21</Export>
      <Import>22</Import>
      <Manufacturer>23</Manufacturer>
      <Trader>24</Trader>
      <HSCODE>sample string 25</HSCODE>
    </GetProductAndServices>
  </PNS>
  <PC>
    <GetAllProductClassifications>
      <PRODUCTCLASSID>sample string 1</PRODUCTCLASSID>
      <PARENTCLASSID>sample string 2</PARENTCLASSID>
      <PRODUCTCLASSCODE>sample string 3</PRODUCTCLASSCODE>
      <DESCRIPTION>sample string 4</DESCRIPTION>
    </GetAllProductClassifications>
    <GetAllProductClassifications>
      <PRODUCTCLASSID>sample string 1</PRODUCTCLASSID>
      <PARENTCLASSID>sample string 2</PARENTCLASSID>
      <PRODUCTCLASSCODE>sample string 3</PRODUCTCLASSCODE>
      <DESCRIPTION>sample string 4</DESCRIPTION>
    </GetAllProductClassifications>
  </PC>
  <DC>
    <GetDetailOfContact>
      <PERSONID>sample string 1</PERSONID>
      <EMAIL>sample string 2</EMAIL>
      <ORGANISATIONTYPE>sample string 3</ORGANISATIONTYPE>
      <CONTACTDISPLAYID>sample string 4</CONTACTDISPLAYID>
      <NAME>sample string 5</NAME>
      <FAX>sample string 6</FAX>
      <PHONE>sample string 7</PHONE>
      <DESIGNATION>sample string 8</DESIGNATION>
      <BRIEFPROFILE>sample string 9</BRIEFPROFILE>
      <MEMSTATUS>sample string 10</MEMSTATUS>
      <CONTACTTYPE>sample string 11</CONTACTTYPE>
    </GetDetailOfContact>
    <GetDetailOfContact>
      <PERSONID>sample string 1</PERSONID>
      <EMAIL>sample string 2</EMAIL>
      <ORGANISATIONTYPE>sample string 3</ORGANISATIONTYPE>
      <CONTACTDISPLAYID>sample string 4</CONTACTDISPLAYID>
      <NAME>sample string 5</NAME>
      <FAX>sample string 6</FAX>
      <PHONE>sample string 7</PHONE>
      <DESIGNATION>sample string 8</DESIGNATION>
      <BRIEFPROFILE>sample string 9</BRIEFPROFILE>
      <MEMSTATUS>sample string 10</MEMSTATUS>
      <CONTACTTYPE>sample string 11</CONTACTTYPE>
    </GetDetailOfContact>
  </DC>
  <Sec>
    <GETALLSECTORS>
      <Sector_id>sample string 1</Sector_id>
      <Title>sample string 2</Title>
      <IsSelected>3</IsSelected>
    </GETALLSECTORS>
    <GETALLSECTORS>
      <Sector_id>sample string 1</Sector_id>
      <Title>sample string 2</Title>
      <IsSelected>3</IsSelected>
    </GETALLSECTORS>
  </Sec>
  <RCT>
    <GetAllRegionCountryTree>
      <childId>sample string 1</childId>
      <ParentId>sample string 2</ParentId>
      <description>sample string 3</description>
    </GetAllRegionCountryTree>
    <GetAllRegionCountryTree>
      <childId>sample string 1</childId>
      <ParentId>sample string 2</ParentId>
      <description>sample string 3</description>
    </GetAllRegionCountryTree>
  </RCT>
  <MC>
    <GetMyCountry>
      <childId>sample string 1</childId>
      <ParentId>sample string 2</ParentId>
    </GetMyCountry>
    <GetMyCountry>
      <childId>sample string 1</childId>
      <ParentId>sample string 2</ParentId>
    </GetMyCountry>
  </MC>
  <HC>
    <GetHsCode>
      <HSCode>sample string 1</HSCode>
      <ParentHSCode>sample string 2</ParentHSCode>
      <Description>sample string 3</Description>
    </GetHsCode>
    <GetHsCode>
      <HSCode>sample string 1</HSCode>
      <ParentHSCode>sample string 2</ParentHSCode>
      <Description>sample string 3</Description>
    </GetHsCode>
  </HC>
</B2BProductNServices>