Purchase a rate plan using the API for a developer

When we Purchase a rate plan using the API for a developer the api products in the package are not added to the apps that are created by this developer. Should we add it manually?

The developer has MINT_DEVELOPER_LEGAL_NAME, MINT_DEVELOPER_ADDRESS and MINT_DEVELOPER_TYPE: POSTPAID

Here is an example of the POST:"https://api.enterprise.apigee.com/v1/mint/organizations/{org_name}/developers/{Developer_Email or Developer_ID}/developer-rateplans"

Payload{

"developer":{

"id":"{Developer_Email or Developer_ID}"

},

"ratePlan":{

"id":"RATE_PLAN_id"

},

"startDate":"2021-01-27",

"endDate": "2021-01-28",

"suppressWarning":false

}

Thank you in advance.

,

0 0 99
0 REPLIES 0