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

Obtiene los documentos no firmados asociados a una versión de NPA. Gets the not-signed 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 no firmados envuelto en un . HTTP result containing the not-signed documents list wrapped in an .

ApiDataResultOfNpaSignedDocDto
NameDescriptionTypeAdditional information
Data

NpaSignedDocDto

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.