POST api/Home/GetTopClients

Request Information

URI Parameters

None.

Body Parameters

chartdata
NameDescriptionTypeAdditional information
label

string

None.

value

integer

None.

count

integer

None.

BE_Or_SE_No

string

None.

BE_Or_SE_Date

string

None.

ImporterExporter_Name

string

None.

IGM_Date

string

None.

eGatepass_Date

string

None.

additionalInfo

string

None.

dsrUserEmail

string

None.

created_by

string

None.

updated_by

string

None.

Request Formats

application/json, text/json

Sample:
{
  "label": "sample string 1",
  "value": 2,
  "count": 3,
  "BE_Or_SE_No": "sample string 4",
  "BE_Or_SE_Date": "sample string 5",
  "ImporterExporter_Name": "sample string 6",
  "IGM_Date": "sample string 7",
  "eGatepass_Date": "sample string 8",
  "additionalInfo": "sample string 9",
  "dsrUserEmail": "sample string 10",
  "created_by": "sample string 11",
  "updated_by": "sample string 12"
}

application/xml, text/xml

Sample:
<chartdata xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Committed_API.DTO">
  <BE_Or_SE_Date>sample string 5</BE_Or_SE_Date>
  <BE_Or_SE_No>sample string 4</BE_Or_SE_No>
  <IGM_Date>sample string 7</IGM_Date>
  <ImporterExporter_Name>sample string 6</ImporterExporter_Name>
  <additionalInfo>sample string 9</additionalInfo>
  <count>3</count>
  <created_by>sample string 11</created_by>
  <dsrUserEmail>sample string 10</dsrUserEmail>
  <eGatepass_Date>sample string 8</eGatepass_Date>
  <label>sample string 1</label>
  <updated_by>sample string 12</updated_by>
  <value>2</value>
</chartdata>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.