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
Resource | Operation |
---|---|
/networks/{networkId}/wireless/billing | update |
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
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null | ||
Content-Type | string |
RESPONSES
status: OK
{"currency":"USD","plans":[{"id":"1","price":"5","bandwidthLimits":{"limitUp":1000,"limitDown":1000},"timeLimit":"1 hour"}]}