GET api/Subcontracts/{SubcontractId}/Npa/{NpaId}/Versions/{NpaVersionId}/Documents?NpaDocumentId={NpaDocumentId}&IsSigned={IsSigned}&IsSignedDoc={IsSignedDoc}

Obtiene los documentos asociados a una versión de NPA. Gets the documents associated with an NPA version.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
SubcontractId

integer

None.

NpaId

integer

None.

NpaVersionId

integer

None.

NpaDocumentId

integer

None.

IsSigned

boolean

None.

IsSignedDoc

boolean

None.

subcontractId

string

None.

npaId

string

None.

npaVersionId

string

None.

Body Parameters

None.

Response Information

Resource Description

Resultado HTTP con el listado de documentos envuelto en un . HTTP result containing the documents list wrapped in an .

ApiDataResultOfNpaDocumentDto
NameDescriptionTypeAdditional information
Data

NpaDocumentDto

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.