> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt # CreatePolicy # Package: eventManagement # Namespace: PolicyManagement # Method link: https://dev.wix.com/docs/api-reference/business-solutions/events/event-management/policies-v2/create-policy.md ## Permission Scopes: Manage Policies: SCOPE.DC-EVENTS.MANAGE-POLICIES ## Introduction Creates a policy. An event may have up to 3 policies. Attempts to create more than 3 returns a `"POLICIES_LIMIT_REACHED"` error. --- ## REST API ### Schema ``` Method: createPolicy Description: Creates a policy. An event may have up to 3 policies. Attempts to create more than 3 returns a `"POLICIES_LIMIT_REACHED"` error. URL: https://www.wixapis.com/events/v2/policies Method: POST # Note: If the parameter `a.b` is listed under required parameters, `b` is only required if `a` is also present. Required parameters: policy, policy.name, policy.body, policy.eventId Method parameters: param name: policy | type: Policy | description: A Policy is a set of terms and conditions attached to a specific event and shown during RSVP or checkout. You can use Policies to communicate refund, cancellation, and ticket-transfer rules by defining a policy name and body that attendees acknowledge. | required: true - name: name | type: string | description: Policy name that is visible in the dashboard and checkout form. Min: 1 character
Max: 40 characters | required: true - name: body | type: string | description: Policy body. Usually contains various terms and conditions. Min: 1 character Max: 50,000 characters Note: You can format text using various HTML tags such as `

`, ``, `