POST api/Project/UserUpdate
Request Information
URI Parameters
None.
Body Parameters
WORK_EPSTREE| Name | Description | Type | Additional information |
|---|---|---|---|
| EPSCODE | string |
None. |
|
| EPSCODEPARENT | string |
None. |
|
| EPSNAME | string |
None. |
|
| EPSNODETYPE | decimal number |
None. |
|
| EPSNODESORT | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"EPSCODE": "sample string 1",
"EPSCODEPARENT": "sample string 2",
"EPSNAME": "sample string 3",
"EPSNODETYPE": 1.0,
"EPSNODESORT": 1.0
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"