POST api/Subcontracts/{subcontractId}/PlannedPayment/Import/Warnings/{documentId}

Gets an imported PlannedPayment document Errors (paged)

Request Information

URI Parameters

NameDescriptionTypeAdditional information
subcontractId

integer

Required

documentId

globally unique identifier

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

ApiDataResultOfIPagedListOfPlannedPaymentWarningDto
NameDescriptionTypeAdditional information
Data

IPagedListOfPlannedPaymentWarningDto

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.