POST api/EquipmentData/SaveBaseDateList

Request Information

URI Parameters

None.

Body Parameters

QQC_SBXX
NameDescriptionTypeAdditional information
EPSCODE

string

None.

FNAME

string

None.

FCODE

string

None.

FPERSON

string

None.

FTEL

string

None.

FBEGINTIME

date

None.

FFIXTIME

date

None.

FCORRECTTIME

date

None.

FCORRECTTIMENEXT

date

None.

FSORT

string

None.

ISDELETED

decimal number

None.

CREATETIME

date

None.

GUID

string

None.

FSBCZ

string

None.

FSBCZTEL

string

None.

Request Formats

application/json, text/json

Sample:
{
  "EPSCODE": "sample string 1",
  "FNAME": "sample string 2",
  "FCODE": "sample string 3",
  "FPERSON": "sample string 4",
  "FTEL": "sample string 5",
  "FBEGINTIME": "2025-05-06T07:43:54.6408041+08:00",
  "FFIXTIME": "2025-05-06T07:43:54.6408041+08:00",
  "FCORRECTTIME": "2025-05-06T07:43:54.6408041+08:00",
  "FCORRECTTIMENEXT": "2025-05-06T07:43:54.6408041+08:00",
  "FSORT": "sample string 6",
  "ISDELETED": 1.0,
  "CREATETIME": "2025-05-06T07:43:54.6408041+08:00",
  "GUID": "sample string 7",
  "FSBCZ": "sample string 8",
  "FSBCZTEL": "sample string 9"
}

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 'QQC_SBXX'.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"