DELETE api/Subcontracts/{SubcontractId}/Npa/{NpaId}/Versions/{NpaVersionId}/NotSignedDocuments/{NpaDocumentId}?IsSigned={IsSigned}

Elimina la asociación de un documento no firmado con una versión de NPA. Deletes the association of a not-signed document 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.

subcontractId

string

None.

npaId

string

None.

npaVersionId

string

None.

npaDocumentId

string

None.

Body Parameters

None.

Response Information

Resource Description

Resultado HTTP con el resultado de la operación envuelto en un . HTTP result containing the operation result 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.