Insightly

Links

    Insightly API

    Getting access, Developing, Testing

    Back to Insightly

    Adds An Opportunity Category

    This endpoint is used to create a new opportunity category. This endpoint is only accessible to users with administrator permission.

    Input

    type: object properties: parameters: type: object properties: category: title: Category required: - CATEGORY_NAME - BACKGROUND_COLOR type: object properties: CATEGORY_ID: format: int64 type: integer CATEGORY_NAME: maxLength: 255 minLength: 0 type: string ACTIVE: type: boolean BACKGROUND_COLOR: maxLength: 6 minLength: 0 type: string description: The File Category to add (just include JSON object as request body) required: - category title: Parameters