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 security details
- Method: deletePath:
/PASService/rest/services/v1/outboundApplications/{outboundApplicationId}/outboundSecurities - Deletes outbound application and corresponding security details
- Method: deletePath:
/PASService/rest/services/v1/outboundApplications/{id} - 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/{id} - Get specific security details of given application Id
- Method: getPath:
/PASService/rest/services/v1/outboundApplications/{outboundApplicationId}/outboundSecurities - Partially update outbound application
- Method: patchPath:
/PASService/rest/services/v1/outboundApplications/{outboundApplicationId} - Partially update outbound application security
- Method: patchPath:
/PASService/rest/services/v1/outboundApplications/{outboundApplicationId}/outboundSecurities/{securityId} - Update outbound application
- Method: putPath:
/PASService/rest/services/v1/outboundApplications/{id} - Update outbound application security
- Method: putPath:
/PASService/rest/services/v1/outboundApplications/{outboundApplicationId}/outboundSecurities/{securityId}