OutboundApplications REST Endpoints
OutboundApplications
OutboundApplications
- Create only security details for an existing application Id
- Method: postPath:
/PASService/rest/services/v1/outboundApplications/{outboundApplicationId}/outboundSecurities
- Create the security details of downstream application
- Method: postPath:
/PASService/rest/services/v1/outboundApplications
- Delete outbound application and corresponding security details
- Method: deletePath:
/PASService/rest/services/v1/outboundApplications/{outboundApplicationId}
- Get details of 100 latest records of outboundApplication
- Method: getPath:
/PASService/rest/services/v1/outboundApplications
- Get details of given application id and its corresponding security
- Method: getPath:
/PASService/rest/services/v1/outboundApplications/{outboundApplicationId}
- Get specific security details of given application Id
- Method: getPath:
/PASService/rest/services/v1/outboundApplications/{outboundApplicationId}/outboundSecurities
- Update outbound application
- Method: putPath:
/PASService/rest/services/v1/outboundApplications/{outboundApplicationId}
- Update outbound application security
- Method: putPath:
/PASService/rest/services/v1/outboundApplications/{outboundApplicationId}/outboundSecurities/{securityId}