action tl_api_membership_post { label: "Add new Member\n " provider: tl_api method: POST path: "/api/Membership" encoding: json input: { type: "object" description: "The MemeberDTO Class.\nContains relevant fields of Member DTO by masking actual Member entity's fields in application.\n " properties: { name: { type: "string" } } additionalProperties: false } output: { type: "boolean" } }