POST api/autotechStats/saveStats

Request Information

URI Parameters

None.

Body Parameters

autotechStat
NameDescriptionTypeAdditional information
AutotechStatID

integer

None.

Year

integer

None.

ActiveClients

integer

None.

PageViews

integer

None.

Brands

integer

None.

TotalTurnover

integer

None.

SKUsNumber

integer

None.

Employees

integer

None.

SpaceOfWarehouses

integer

None.

YearImg

string

None.

StatsTypeID

integer

None.

ObjectStatusID

integer

None.

ObjectTypeID

integer

None.

IsDeleted

boolean

None.

CreatedBy

integer

None.

ModifiedBy

integer

None.

CompanyID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "AutotechStatID": 1,
  "Year": 1,
  "ActiveClients": 1,
  "PageViews": 1,
  "Brands": 1,
  "TotalTurnover": 1,
  "SKUsNumber": 1,
  "Employees": 1,
  "SpaceOfWarehouses": 1,
  "YearImg": "sample string 2",
  "StatsTypeID": 1,
  "ObjectStatusID": 1,
  "ObjectTypeID": 1,
  "IsDeleted": true,
  "CreatedBy": 3,
  "ModifiedBy": 4,
  "CompanyID": 1
}

application/xml, text/xml

Sample:
<autotechStat xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MODEL.Models">
  <ActiveClients>1</ActiveClients>
  <AutotechStatID>1</AutotechStatID>
  <Brands>1</Brands>
  <CompanyID>1</CompanyID>
  <CreatedBy>3</CreatedBy>
  <Employees>1</Employees>
  <IsDeleted>true</IsDeleted>
  <ModifiedBy>4</ModifiedBy>
  <ObjectStatusID>1</ObjectStatusID>
  <ObjectTypeID>1</ObjectTypeID>
  <PageViews>1</PageViews>
  <SKUsNumber>1</SKUsNumber>
  <SpaceOfWarehouses>1</SpaceOfWarehouses>
  <StatsTypeID>1</StatsTypeID>
  <TotalTurnover>1</TotalTurnover>
  <Year>1</Year>
  <YearImg>sample string 2</YearImg>
</autotechStat>

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.