POST IndustryCatalogue/Search

Request Information

URI Parameters

None.

Body Parameters

MYCII_EWS.BusinessObjects.Business.B2BSearch
NameDescriptionTypeAdditional information
ProductId

string

None.

GroupId

integer

Range: inclusive between 0 and 7

PageIndex

integer

Range: inclusive between 1 and 2147483647

PageSize

integer

Range: inclusive between 1 and 2147483647

SGId

integer

None.

MYB2B

string

None.

Title

string

None.

Sectors

Collection of string

None.

CompanyName

string

None.

ProductDesc

string

None.

HSCodes

string

None.

HomeDashboard

string

None.

CallFor

string

None.

DelimitedSectors

string

None.

GroupIds

Collection of integer

None.

DelimitedGroupIds

string

None.

IsPublished

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ProductId": "sample string 1",
  "GroupId": 2,
  "PageIndex": 3,
  "PageSize": 4,
  "SGId": 5,
  "MYB2B": "sample string 6",
  "Title": "sample string 7",
  "Sectors": [
    "sample string 1",
    "sample string 2"
  ],
  "CompanyName": "sample string 8",
  "ProductDesc": "sample string 9",
  "HSCodes": "sample string 10",
  "HomeDashboard": "sample string 11",
  "CallFor": "sample string 12",
  "DelimitedSectors": "sample string 1|sample string 2",
  "GroupIds": [
    1,
    2
  ],
  "DelimitedGroupIds": "1|2",
  "IsPublished": 13
}

application/xml, text/xml

Sample:
<B2BSearch xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ProductId>sample string 1</ProductId>
  <GroupId>2</GroupId>
  <PageIndex>3</PageIndex>
  <PageSize>4</PageSize>
  <SGId>5</SGId>
  <MYB2B>sample string 6</MYB2B>
  <Title>sample string 7</Title>
  <Sectors>
    <string>sample string 1</string>
    <string>sample string 2</string>
  </Sectors>
  <CompanyName>sample string 8</CompanyName>
  <ProductDesc>sample string 9</ProductDesc>
  <HSCodes>sample string 10</HSCodes>
  <HomeDashboard>sample string 11</HomeDashboard>
  <CallFor>sample string 12</CallFor>
  <GroupIds>
    <int>1</int>
    <int>2</int>
  </GroupIds>
  <IsPublished>13</IsPublished>
</B2BSearch>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.