Show / Hide Table of Contents

    BusinessOpportunityTypes

    Queryable, Introduced in version 25.9

    GET https://localhost:8001/sv/001.1/api/v1/Sales/BusinessOpportunityTypes
    

    Represents a business opportunity type.

    GUID

    b7640a9a-eae7-444d-bcff-e05e63360be7
    

    Required permission

    Show business opportunity
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the business opportunity type.
    Code Int64 The human readable identifier of the business opportunity type.

    • Unique
    IsActive Boolean Specifies if the business opportunity type is active.
    Description String The translated description of the business opportunity type.

    • Max length is 400
    Prefix String The prefix of the opportunity number created by the business opportunity type.

    • Max length is 3
    IsDefault Boolean Specifies if the business opportunity type is the default type.
    Priority Int32 The priority of the business opportunity type.
    BusinessOpportunityGroupId Int64? The business key identifier of the business opportunity type's business opportunity group.

    • References BusinessOpportunityGroups
    BusinessOpportunityGroup BusinessOpportunityGroups The business opportunity type's business opportunity group.

    • Expandable
    ResponsibleSellerId Int64? The business key identifier of the business opportunity type's .responsible seller.

    • References Persons
    ResponsibleSeller Persons The business opportunity type's .responsible seller.

    • Expandable
    SalesProcessTemplateId Int64? The business key identifier of the business opportunity type's .sales process template.

    • References SalesProcessTemplates
    SalesProcessTemplate SalesProcessTemplates The business opportunity type's .sales process template.

    • Expandable
    BusinessOpportunityActivityTemplateId Int64? The business key identifier of the business opportunity type's .activity template.

    • References BusinessOpportunityActivityTemplates
    BusinessOpportunityActivityTemplate BusinessOpportunityActivityTemplates The business opportunity type's .activity template.

    • References BusinessOpportunityActivityTemplates
    CommentId Int64? The business key identifier of the business opportunity type's .comment.

    • References Comments
    Comment Comments The business opportunity type's .comment.

    • Expandable

    Example

    {
      "Id": 0,
      "Code": 0,
      "IsActive": false,
      "Description": null,
      "Prefix": null,
      "IsDefault": false,
      "Priority": 0,
      "BusinessOpportunityGroupId": null,
      "BusinessOpportunityGroup": null,
      "ResponsibleSellerId": null,
      "ResponsibleSeller": null,
      "SalesProcessTemplateId": null,
      "SalesProcessTemplate": null,
      "BusinessOpportunityActivityTemplateId": null,
      "BusinessOpportunityActivityTemplate": null,
      "CommentId": null,
      "Comment": null
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB