GET api/Subcontracts/{SubcontractId}/Npa/{NpaId}/Versions/{NpaVersionId}/PortalActions
Obtiene las acciones permitidas en portal para una versión de NPA. Gets the allowed portal actions for an NPA version.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| SubcontractId | integer |
None. |
|
| NpaId | integer |
None. |
|
| NpaVersionId | integer |
None. |
|
| subcontractId | string |
None. |
|
| npaId | string |
None. |
|
| npaVersionId | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Resultado HTTP con las acciones permitidas envueltas en un . HTTP result containing the allowed actions wrapped in an .
ApiDataResultOfPortalAllowedActionsDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | PortalAllowedActionsDto |
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.