POST api/Rebalance/getViews

Request Information

URI Parameters

None.

Body Parameters

BaseInputInfo
NameDescriptionTypeAdditional information
tenantId

string

None.

access_token

string

None.

IFAID

string

None.

statusCode

string

None.

statusMessage

string

None.

Request Formats

application/json, text/json

Sample:
{
  "tenantId": "sample string 1",
  "access_token": "sample string 2",
  "IFAID": "sample string 3",
  "statusCode": "sample string 4",
  "statusMessage": "sample string 5"
}

application/xml, text/xml

Sample:
<BaseInputInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WMFinauraAPIwrapper.Models">
  <IFAID>sample string 3</IFAID>
  <access_token>sample string 2</access_token>
  <statusCode>sample string 4</statusCode>
  <statusMessage>sample string 5</statusMessage>
  <tenantId>sample string 1</tenantId>
</BaseInputInfo>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'BaseInputInfo'.

Response Information

Resource Description

GetViewsOutputInfo
NameDescriptionTypeAdditional information
statusMessage

string

None.

statusCode

string

None.

error

Object

None.

finResult

GetViewsFinResult

None.

access_token

string

None.

error

string

None.

Response Formats

application/json, text/json

Sample:
{
  "statusMessage": "sample string 1",
  "statusCode": "sample string 2",
  "error": {},
  "finResult": {
    "count": 1,
    "start": 2,
    "result": {
      "categoryList": [
        {
          "categoryCode": "sample string 1",
          "categoryName": "sample string 2",
          "value": 3,
          "subCategories": [
            {
              "categoryCode": "sample string 1",
              "categoryName": "sample string 2",
              "value": 3,
              "broadCategoryId": "sample string 4",
              "broadCatViews": {}
            },
            {
              "categoryCode": "sample string 1",
              "categoryName": "sample string 2",
              "value": 3,
              "broadCategoryId": "sample string 4",
              "broadCatViews": {}
            }
          ]
        },
        {
          "categoryCode": "sample string 1",
          "categoryName": "sample string 2",
          "value": 3,
          "subCategories": [
            {
              "categoryCode": "sample string 1",
              "categoryName": "sample string 2",
              "value": 3,
              "broadCategoryId": "sample string 4",
              "broadCatViews": {}
            },
            {
              "categoryCode": "sample string 1",
              "categoryName": "sample string 2",
              "value": 3,
              "broadCategoryId": "sample string 4",
              "broadCatViews": {}
            }
          ]
        }
      ],
      "confidenceLevelRangeCategorywise": 1,
      "confidenceLevelRangeSubCategorywise": 2,
      "tenantId": 3,
      "isHavingViews": true
    }
  },
  "access_token": "sample string 4"
}

application/xml, text/xml

Sample:
<GetViewsOutputInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WMFinauraApiWrapper.Class">
  <access_token xmlns="http://schemas.datacontract.org/2004/07/WMFinauraAPIwrapper.Models">sample string 4</access_token>
  <error xmlns="http://schemas.datacontract.org/2004/07/WMFinauraAPIwrapper.Models">sample string 5</error>
  <statusCode i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WMFinauraAPIwrapper.Models" />
  <statusMessage i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WMFinauraAPIwrapper.Models" />
  <error />
  <finResult>
    <count>1</count>
    <result>
      <categoryList>
        <GetViewsCategoryList>
          <categoryCode>sample string 1</categoryCode>
          <categoryName>sample string 2</categoryName>
          <subCategories>
            <GetViewsSubCategory>
              <broadCatViews />
              <broadCategoryId>sample string 4</broadCategoryId>
              <categoryCode>sample string 1</categoryCode>
              <categoryName>sample string 2</categoryName>
              <value>3</value>
            </GetViewsSubCategory>
            <GetViewsSubCategory>
              <broadCatViews />
              <broadCategoryId>sample string 4</broadCategoryId>
              <categoryCode>sample string 1</categoryCode>
              <categoryName>sample string 2</categoryName>
              <value>3</value>
            </GetViewsSubCategory>
          </subCategories>
          <value>3</value>
        </GetViewsCategoryList>
        <GetViewsCategoryList>
          <categoryCode>sample string 1</categoryCode>
          <categoryName>sample string 2</categoryName>
          <subCategories>
            <GetViewsSubCategory>
              <broadCatViews />
              <broadCategoryId>sample string 4</broadCategoryId>
              <categoryCode>sample string 1</categoryCode>
              <categoryName>sample string 2</categoryName>
              <value>3</value>
            </GetViewsSubCategory>
            <GetViewsSubCategory>
              <broadCatViews />
              <broadCategoryId>sample string 4</broadCategoryId>
              <categoryCode>sample string 1</categoryCode>
              <categoryName>sample string 2</categoryName>
              <value>3</value>
            </GetViewsSubCategory>
          </subCategories>
          <value>3</value>
        </GetViewsCategoryList>
      </categoryList>
      <confidenceLevelRangeCategorywise>1</confidenceLevelRangeCategorywise>
      <confidenceLevelRangeSubCategorywise>2</confidenceLevelRangeSubCategorywise>
      <isHavingViews>true</isHavingViews>
      <tenantId>3</tenantId>
    </result>
    <start>2</start>
  </finResult>
  <statusCode>sample string 2</statusCode>
  <statusMessage>sample string 1</statusMessage>
</GetViewsOutputInfo>