API Portal 10.7 | webMethods API Portal for Administrators | Managing API Packages and Plans | Associating Providers with a Package
 
Associating Providers with a Package
You can associate a Provider with a Package using a REST service. The following section illustrates the structures for the REST service to link providers to a package http://<host>:<portnumber>/abs/apirepository/v1/packages/{id}/providers?providerId=<value>.
*To associate providers with a package
*HTTP Method: PUT
Parameters: NA
Request Payload : NA
Response Payload
{
"status": "LINK_SUCCESSFUL",
"message": "link successful"
}