cfhttpparam question - passing formfield name as an array
Hi. I'm using cfhttp to post data to an API. An example of one of the parameters required as input by that API is "subscription[planId]". Question is, how in the world to I pass a sort of "named array" like this where "planId" isn't a variable, it's text. I apologize that clearly I'm missing something pretty basic here, but... I'm sure missing it.
Thanks.
P.S. In case it lends any insight at all, here's a snippet of sample PHP code that is supposed to do this (I cannot confirm, not being a PHP guy):
"subscription" => array("planId" => "1")
