POST api/Project/UserDelete

Request Information

URI Parameters

None.

Body Parameters

WORK_EPSTREE
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'WORK_EPSTREE'.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"