POST api/Projects/{projectId}/Wbs

Get project Wbs

Request Information

URI Parameters

NameDescriptionTypeAdditional information
projectId

integer

Required

Body Parameters

WbsFilter
NameDescriptionTypeAdditional information
FreezePointId

integer

None.

BlockId

string

None.

UnitId

string

None.

SubunitId

string

None.

DisciplineId

string

None.

FamilyId

string

None.

SubfamilyId

string

None.

WorkItemCode

string

None.

WorkItemDescription

string

None.

ItemCode

string

None.

ItemDescription

string

None.

Assigned

boolean

None.

News

boolean

None.

Modified

boolean

None.

AssignationMode

WorkRateTypeId

None.

Request Formats

application/json, text/json

Sample:
{
  "freezePointId": 1,
  "blockId": "sample string 1",
  "unitId": "sample string 2",
  "subunitId": "sample string 3",
  "disciplineId": "sample string 4",
  "familyId": "sample string 5",
  "subfamilyId": "sample string 6",
  "workItemCode": "sample string 7",
  "workItemDescription": "sample string 8",
  "itemCode": "sample string 9",
  "itemDescription": "sample string 10",
  "assigned": true,
  "news": true,
  "modified": true,
  "assignationMode": 0
}

text/html

Sample:
{"freezePointId":1,"blockId":"sample string 1","unitId":"sample string 2","subunitId":"sample string 3","disciplineId":"sample string 4","familyId":"sample string 5","subfamilyId":"sample string 6","workItemCode":"sample string 7","workItemDescription":"sample string 8","itemCode":"sample string 9","itemDescription":"sample string 10","assigned":true,"news":true,"modified":true,"assignationMode":0}

application/xml, text/xml

Sample:
<WbsFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TR.eSAM.SubcontractModule.Application.Dtos.Dtos.McaAgg">
  <AssignationMode>Default</AssignationMode>
  <Assigned>true</Assigned>
  <BlockId>sample string 1</BlockId>
  <DisciplineId>sample string 4</DisciplineId>
  <FamilyId>sample string 5</FamilyId>
  <FreezePointId>1</FreezePointId>
  <ItemCode>sample string 9</ItemCode>
  <ItemDescription>sample string 10</ItemDescription>
  <Modified>true</Modified>
  <News>true</News>
  <SubfamilyId>sample string 6</SubfamilyId>
  <SubunitId>sample string 3</SubunitId>
  <UnitId>sample string 2</UnitId>
  <WorkItemCode>sample string 7</WorkItemCode>
  <WorkItemDescription>sample string 8</WorkItemDescription>
</WbsFilter>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ApiDataResultOfIEnumerableOfNgPrimeTreeNode
NameDescriptionTypeAdditional information
Data

Collection of NgPrimeTreeNode

None.

Success

boolean

None.

Message

string

None.

Errors

Collection of CustomError

None.

Warnings

Collection of string

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.