GET api/Subcontracts/{subcontractId}/Npa/{npaId}/Version/{npaVersionId}

Obtiene el detalle de una versión concreta de una NPA. Gets the details of a specific NPA version.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
subcontractId

Identificador del subcontrato. Subcontract identifier.

integer

Required

npaId

Identificador de la NPA. NPA identifier.

integer

Required

npaVersionId

Identificador de la versión de la NPA. NPA version identifier.

integer

Required

Body Parameters

None.

Response Information

Resource Description

Resultado HTTP con la información solicitada envuelta en un . HTTP result containing the requested information wrapped in an .

ApiDataResultOfIPagedListOfNpaDto
NameDescriptionTypeAdditional information
Data

IPagedListOfNpaDto

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.