POST api/v1/Fxjc/SubmitFxjc?Jdzch={Jdzch}&Jcdx={Jcdx}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Jdzch

string

Required

Jcdx

string

Required

Body Parameters

Collection of TreeModel
NameDescriptionTypeAdditional information
ID

string

None.

PARENTID

string

None.

NAME

string

None.

BZ

string

None.

Kf

integer

None.

Df

integer

None.

Zf

integer

None.

Kfyy

string

None.

TREECHILDREN

Collection of TreeModel

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResultValue
NameDescriptionTypeAdditional information
Id

string

None.

ErrorCode

string

None.

prompt

boolean

None.

result

boolean

None.

msg

string

None.

data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": "sample string 1",
  "ErrorCode": "sample string 2",
  "prompt": true,
  "result": true,
  "msg": "sample string 5",
  "data": {}
}