POST api/Projects/{projectId}/Descoping/{descopingId}/Warnings

Request Information

URI Parameters

NameDescriptionTypeAdditional information
projectId

integer

Required

descopingId

integer

Required

Body Parameters

Page
NameDescriptionTypeAdditional information
Number

integer

None.

Size

integer

None.

Skip

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "number": 1,
  "size": 2,
  "skip": 0
}

text/html

Sample:
{"number":1,"size":2,"skip":0}

application/xml, text/xml

Sample:
<Page xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TR.eSAM.Application.Base.SortAndPage.Entities">
  <Number>1</Number>
  <Size>2</Size>
</Page>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IPagedListOfDescopingWorkItemErrorWarningsDto
NameDescriptionTypeAdditional information
Total

integer

None.

Items

Collection of DescopingWorkItemErrorWarningsDto

None.

ItemsTotal

DescopingWorkItemErrorWarningsDto

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.