POST api/Project/LCSave
Request Information
URI Parameters
None.
Body Parameters
DATA_BDDWLC| Name | Description | Type | Additional information |
|---|---|---|---|
| EPSCODE | string |
None. |
|
| KSLC | decimal number |
None. |
|
| JSLC | decimal number |
None. |
|
| BZ | string |
None. |
|
| PXH | decimal number |
None. |
|
| T_SORT | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"EPSCODE": "sample string 1",
"KSLC": 1.0,
"JSLC": 1.0,
"BZ": "sample string 2",
"PXH": 1.0,
"T_SORT": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"