Update The Billing Settings

PUT {{baseUrl}}/networks/:networkId/wireless/billing

Update the billing settings #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: currency| string| The currency code of this node group's billing plans plans| array| Array of billing plans in the node group. (Can configure a maximum of 5)

Supports Action Batches

ResourceOperation
/networks/{networkId}/wireless/billingupdate

Request Body

{"currency"=>"<string>", "plans"=>[{"price"=>"<float>", "bandwidthLimits"=>{"limitUp"=>"<integer>", "limitDown"=>"<integer>"}, "timeLimit"=>"<string>", "id"=>"<string>"}, {"price"=>"<float>", "bandwidthLimits"=>{"limitUp"=>"<integer>", "limitDown"=>"<integer>"}, "timeLimit"=>"<string>", "id"=>"<string>"}]}

HEADERS

KeyDatatypeRequiredDescription
X-Cisco-Meraki-API-Keynull
Content-Typestring

RESPONSES

status: OK

{&quot;currency&quot;:&quot;USD&quot;,&quot;plans&quot;:[{&quot;id&quot;:&quot;1&quot;,&quot;price&quot;:&quot;5&quot;,&quot;bandwidthLimits&quot;:{&quot;limitUp&quot;:1000,&quot;limitDown&quot;:1000},&quot;timeLimit&quot;:&quot;1 hour&quot;}]}