POST api/Sections/{sectionId}/Progress/Query/Children

Get all progress position children items

Request Information

URI Parameters

NameDescriptionTypeAdditional information
sectionId

integer

Required

Body Parameters

PositionSelectDto
NameDescriptionTypeAdditional information
NodeLevelId

NodeLevelId

None.

SectionScopeTypeId

SectionScopeTypeId

None.

PositionId

string

Required

Request Formats

application/json, text/json

Sample:
{
  "nodeLevelId": 1,
  "sectionScopeTypeId": 1,
  "positionId": "sample string 1"
}

text/html

Sample:
{"nodeLevelId":1,"sectionScopeTypeId":1,"positionId":"sample string 1"}

application/xml, text/xml

Sample:
<PositionSelectDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TR.eSAM.SubcontractModule.Application.Dtos.Dtos.ProgressAgg">
  <NodeLevelId>Block</NodeLevelId>
  <PositionId>sample string 1</PositionId>
  <SectionScopeTypeId>Mca</SectionScopeTypeId>
</PositionSelectDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ApiDataResultOfIEnumerableOfProgressPositionDto
NameDescriptionTypeAdditional information
Data

Collection of ProgressPositionDto

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.