action clickmeter_account_post { label: "Update current account data" provider: clickmeter method: POST path: "/account" encoding: form input: { type: "object" properties: { boGoVal: { type: "string" } bonusClicks: { type: "integer" format: "int64" } companyName: { type: "string" } companyRole: { type: "string" } email: { type: "string" } firstName: { type: "string" } lastName: { type: "string" } phone: { type: "string" } redirectOnly: { type: "boolean" } registrationDate: { type: "string" description: " (A date in \"YmdHis\" format)" } timeframeMinDate: { type: "string" description: " (A date in \"YmdHis\" format)" } timezone: { type: "integer" format: "int32" } timezonename: { type: "string" } } } output: { type: "object" properties: { boGoVal: { type: "string" } bonusClicks: { type: "integer" format: "int64" } companyName: { type: "string" } companyRole: { type: "string" } email: { type: "string" } firstName: { type: "string" } lastName: { type: "string" } phone: { type: "string" } redirectOnly: { type: "boolean" } registrationDate: { type: "string" description: " (A date in \"YmdHis\" format)" } timeframeMinDate: { type: "string" description: " (A date in \"YmdHis\" format)" } timezone: { type: "integer" format: "int32" } timezonename: { type: "string" } } } }