GET api/Subcontracts/{subcontractId}/Npa/{npaId}/Check
Obtiene el resultado de comprobaciones/validaciones asociadas a una NPA. Gets the result of checks/validations associated with an NPA.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| subcontractId |
Identificador del subcontrato. Subcontract identifier. |
integer |
Required |
| npaId |
Identificador de la NPA. NPA identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Resultado HTTP con el resultado de la comprobación envuelto en un . HTTP result containing the check result wrapped in an .
ApiDataResultOfNpaCheckDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | NpaCheckDto |
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.