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

Descarga el fichero de un documento firmado asociado a una versión de NPA. Downloads the file for a signed document 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.

npaDocumentId

string

None.

Body Parameters

None.

Response Information

Resource Description

Resultado HTTP con el fichero como contenido binario y su nombre. HTTP result containing the file as binary content and its file name.

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.