POST api/Project?parentID={parentID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
parentID

integer

Required

Body Parameters

Collection of ProjectTree
NameDescriptionTypeAdditional information
IID

integer

None.

level

integer

None.

title

string

None.

pjt_abbr

string

None.

pjt_name

string

None.

icon

string

None.

open

boolean

None.

selected

boolean

None.

disabled

boolean

None.

out_serial_code

string

None.

isout

boolean

None.

companyname

string

None.

children

Collection of ProjectTree

None.

Prj_Type

integer

None.

parent_iid

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "IID": 1,
    "level": 2,
    "title": "sample string 3",
    "pjt_abbr": "sample string 4",
    "pjt_name": "sample string 5",
    "icon": "sample string 6",
    "open": true,
    "selected": true,
    "disabled": true,
    "out_serial_code": "sample string 10",
    "isout": true,
    "companyname": "sample string 12",
    "children": [],
    "Prj_Type": 1,
    "parent_iid": 1
  },
  {
    "IID": 1,
    "level": 2,
    "title": "sample string 3",
    "pjt_abbr": "sample string 4",
    "pjt_name": "sample string 5",
    "icon": "sample string 6",
    "open": true,
    "selected": true,
    "disabled": true,
    "out_serial_code": "sample string 10",
    "isout": true,
    "companyname": "sample string 12",
    "children": [],
    "Prj_Type": 1,
    "parent_iid": 1
  }
]

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of ProjectTree
NameDescriptionTypeAdditional information
IID

integer

None.

level

integer

None.

title

string

None.

pjt_abbr

string

None.

pjt_name

string

None.

icon

string

None.

open

boolean

None.

selected

boolean

None.

disabled

boolean

None.

out_serial_code

string

None.

isout

boolean

None.

companyname

string

None.

children

Collection of ProjectTree

None.

Prj_Type

integer

None.

parent_iid

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "IID": 1,
    "level": 2,
    "title": "sample string 3",
    "pjt_abbr": "sample string 4",
    "pjt_name": "sample string 5",
    "icon": "sample string 6",
    "open": true,
    "selected": true,
    "disabled": true,
    "out_serial_code": "sample string 10",
    "isout": true,
    "companyname": "sample string 12",
    "children": [],
    "Prj_Type": 1,
    "parent_iid": 1
  },
  {
    "IID": 1,
    "level": 2,
    "title": "sample string 3",
    "pjt_abbr": "sample string 4",
    "pjt_name": "sample string 5",
    "icon": "sample string 6",
    "open": true,
    "selected": true,
    "disabled": true,
    "out_serial_code": "sample string 10",
    "isout": true,
    "companyname": "sample string 12",
    "children": [],
    "Prj_Type": 1,
    "parent_iid": 1
  }
]

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.