Setting Backlog Request Match

AdminStudio 2024 R2 | 28.0 | AdminStudio REST APIs

Edition:REST APIs are enabled with AdminStudio Enterprise Edition.

When you send this request, it will set matched package from catalog and package Feed for specified Backlog request.

Setting Backlog Request Match API Information

Request Type

Description

API

http://localhost:8086/catalog/BacklogRequestMatch/?PackageRequestId=XX&CatalogPackageId=XX&PackageFeedId=XX

Method

SET

Parameters

List all parameters in the following format:

PackageRequestId = The Id of the Backlog request.
CatalogPackageId = The Catalog Package Id from the list of matching package entries from the catalog with the specified product details.
PackageFeedId = The Package Feed Id from the list of matching package entries from the Package Feed Module with the specified product details.

Connection Info

Provides the connection information of the package as mentioned in Setting Up Connection to Run REST APIs 

Response

Example:

http://localhost:8086/catalog/BacklogRequestMatch/?PackageRequestId=7&CatalogPackageId=42&PackageFeedID=9

Response:

<data>Specified CatalogPackageId and PackageFeedId is matched successfully</data>