Add/Remove Entitlement operation $plan placeholder issues

Hi David,

I think this was mentioned in the other topic. One way you could go is implementing chained calls or the add/remove entitlement operations. You can define multiple endpoints for the same operation where you could implement the following:

  • The first Add/Remove Entitlement Operation would perform a GET of the account from the endpoint
  • The second Add/Entitlement Operation would perform whatever HTTP Operation is necessary for remove the entitlement where you have access to the $response$ variable from the prior call which allows you to essentially access the JSON/XML object returned from the prior call where you could do something like $response.user.email$
1 Like