POST api/LpCounting/AddLpCounting

Request Information

URI Parameters

None.

Body Parameters

LpCountingUrlEntity
NameDescriptionTypeAdditional information
UserName

string

None.

JobName

string

None.

Count

decimal number

None.

Unit

string

None.

CountDateTime

date

None.

Request Formats

application/json, text/json

Sample:
{
  "userName": "sample string 1",
  "jobName": "sample string 2",
  "count": 3.1,
  "unit": "sample string 4",
  "countDateTime": "2026-01-06T05:59:32.9908533+08:00"
}

application/xml, text/xml

Sample:
<LpCountingUrlEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Vis.Entity">
  <Count>3.1</Count>
  <CountDateTime>2026-01-06T05:59:32.9908533+08:00</CountDateTime>
  <JobName>sample string 2</JobName>
  <Unit>sample string 4</Unit>
  <UserName>sample string 1</UserName>
</LpCountingUrlEntity>

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.