get_boards
This application is used to get Opportunity Board.
Parameters:
- iDisplayStart
- iDisplayLength
- iSortCol_0
- Active
- BoardName
Returns:
- BoardName
- Status
- CreatedBy
- BoardID
add_board
This application is used to add Opportunity Board.
Parameters:
- CompanyID
- BoardType
- BoardName
- Status
Returns:
- Opportunity Board Successfully Created
update_board
This application is used to update Opportunity Board.
Parameters:
- BoardID
- CompanyID
- BoardType
- BoardName
- Status
Returns:
- Opportunity Board Successfully Updated
get_columns
This application is used to get Opportunity Board column.
Parameters:
- BoardID
Returns:
- BoardColumnName
- Order
- SetCompleted
- BoardColumnID
add_column
This application is used to add Opportunity Board column.
Parameters:
- BoardID
- BoardColumnName
Returns:
- Opportunity Board Column Successfully Created
update_column
This application is used to update Opportunity Board column.
Parameters:
- BoardColumnID
- SetCompleted
- BoardColumnName
Returns:
- Opportunity Board Column Successfully Updated
update_columnOrder
This application is used to update Opportunity Board column order.
Parameters:
- columnorder
Returns:
- Opportunity Board Column Updated
get_opportunities
This application is used to get Opportunities.
Parameters:
- BoardID
- AccountOwner
- AccountID
- opportunityName
- Tags
- Status
- CurrencyID
- opportunityClosed
- ExpectedClosing
- StartTime
- fetchType
- iDisplayStart
- iDisplayLength
- sSortDir_0
Returns:
- BoardColumnID
- BoardColumnName
- OpportunityID
- OpportunityName
- columns
- columnsWithOpportunities
- WorthTotal
- Currency
create_opportunity
This application is used to create Opportunities.
Parameters:
- BoardID
- Worth
- Company
- OpportunityName
- Owner
- AccountName
- FirstName
- LastName
- BoardID
- Phone
- leadcheck
- leadOrAccount
- Title
- AccountID
- ExpectedClosing
- StartTime
Returns:
- Opportunity Successfully Created.
update_opportunity
This application is used to update opportunity .
Parameters:
- opportunityID
- BoardID
- Worth
- Company
- OpportunityName
- Owner
- AccountName
- FirstName
- LastName
- BoardID
- Phone
- leadcheck
- leadOrAccount
- Title
- AccountID
- ExpectedClosing
- StartTime
Returns:
- Opportunity Successfully updated.
get_attachments
This application is used to get all Opportunity Attachments.
Parameters:
- OpportunityID
Returns:
- AttachmentPaths
update_columnorder
This application is used to Update order of Opportunity.
Parameters:
- cardorder
- OpportunityID
Returns:
- Opportunity Updated.
get_Attachment
This application is used to get Specific Opportunity Attachments.
Parameters:
- OpportunityID
Returns:
- AttachmentPath
save_attachment
This application is used to save Opportunities Attachments.
Parameters:
- file
- OpportunityID
Returns:
- Attachment saved successfully
delete_attachment
This application is used to delete Opportunities Attachments.
Parameters:
- AttachmentID
- OpportunityID
Returns:
- Attachment deleted successfully
add_comment
This application is used to add Opportunity Comment.
Parameters:
- OpportunityID
- CommentText
- file
Returns:
- Comment added successfully
get_comments
This application is used to get Opportunity Comment.
Parameters:
- OpportunityID
Returns:
- CommentText
- AttachmentPaths
- created_at
- CreatedBy
- CommentID