DELETE api/Subcontracts/{SubcontractId}/Npa/{NpaId}/Versions/{NpaVersionId}/Documents/{NpaDocumentId}?IsSigned={IsSigned}
Elimina la asociación de un documento con una versión de NPA. Deletes the association of a document with an NPA version.
Request Information
URI Parameters
| Name | Description | Type | Additional 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 .
ApiDataResultOfNpaDocumentDto| Name | Description | Type | Additional 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.