action sinao_app_documents_sales_recurringinvoices_get_periods { label: "Get json of periods_formats for a date." description: "Get json of periods_formats for a date. If request parameter date is null, returns periods_formats for today." provider: sinao method: GET path: "/apps/{appId}/recurringinvoices/periods" encoding: json input: { type: "object" properties: { date: { type: "string" format: "date-time" } } additionalProperties: false } output: { type: "array" items: { type: "object" } } }