POST api/Sections/{sectionId}/Versions/{sectionVersionId}/WorkItems/{workItemId}/QuantityItems

Get all quantity items of a work item

Request Information

URI Parameters

NameDescriptionTypeAdditional information
sectionId

integer

Required

sectionVersionId

integer

Required

workItemId

integer

Required

Body Parameters

ScopeWorkItemItemsFilter
NameDescriptionTypeAdditional information
WorkItemCompOriginTypeId

ScopeCompOriginTypeId

None.

SupplementVersionId

integer

None.

CompOriginTypeId

ScopeCompOriginTypeId

None.

Request Formats

application/json, text/json

Sample:
{
  "workItemCompOriginTypeId": 1,
  "supplementVersionId": 1,
  "compOriginTypeId": 1
}

text/html

Sample:
{"workItemCompOriginTypeId":1,"supplementVersionId":1,"compOriginTypeId":1}

application/xml, text/xml

Sample:
<ScopeWorkItemItemsFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TR.eSAM.SubcontractModule.Application.Dtos.Dtos.SectionAgg">
  <CompOriginTypeId>Section</CompOriginTypeId>
  <SupplementVersionId>1</SupplementVersionId>
  <WorkItemCompOriginTypeId>Section</WorkItemCompOriginTypeId>
</ScopeWorkItemItemsFilter>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ApiDataResultOfIEnumerableOfQuantityItemDto
NameDescriptionTypeAdditional information
Data

Collection of QuantityItemDto

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.