POST api/EquipmentData/SaveBaseDateList
Request Information
URI Parameters
None.
Body Parameters
QQC_SBXX| Name | Description | Type | Additional 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-12-15T21:39:58.8813087+08:00",
"FFIXTIME": "2025-12-15T21:39:58.8813087+08:00",
"FCORRECTTIME": "2025-12-15T21:39:58.8813087+08:00",
"FCORRECTTIMENEXT": "2025-12-15T21:39:58.8813087+08:00",
"FSORT": "sample string 6",
"ISDELETED": 1.0,
"CREATETIME": "2025-12-15T21:39:58.8813087+08:00",
"GUID": "sample string 7",
"FSBCZ": "sample string 8",
"FSBCZTEL": "sample string 9"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"