- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
n my workflow, I need to pull data pertaining to some invoice amount condition and create subscriptions against them with a rate plan charge = negative value of the invoice amoint. Invoice amount can be of any value, hence charge associated needs to be dynamic for each account, invoice. (Say, if invoice amount = $10, subscription to be made for a product with charge -$10 and vice versa (if invoice is negative, charge to be positive))
I used order api but not able to
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi Bharti,
While using REST API callout. you can modify your code to use below:
"listPrice": -{{Data.Invoice.Amount}}
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi Bharti,
While using REST API callout. you can modify your code to use below:
"listPrice": -{{Data.Invoice.Amount}}