TagsControllers

crm/tags

TagsControllers

Base route: crm/tags

Namespace Axiom.App.Crm.Api.Controllers
Base Route crm/tags
Security SalesProfessional, SalesEssential

Endpoints

Method Route Method Name Parameters Return Type
Post crm/tags/edit/update Post documents: List<DocumentTagEdit> bool
Post crm/tags/add AddTag tag: Tag bool
Post crm/tags/remove Remove tag: Tag bool
Put crm/tags/updatetitle UpdateTitle tag: Tag bool

Detailed Endpoint Information

Post crm/tags/edit/update Post

Return Type

bool

Parameters

Name Type Source Optional
documents List<DocumentTagEdit> FromBody No
Post crm/tags/add AddTag

Return Type

bool

Parameters

Name Type Source Optional
tag Tag FromBody No
Post crm/tags/remove Remove

Return Type

bool

Parameters

Name Type Source Optional
tag Tag FromBody No
Put crm/tags/updatetitle UpdateTitle

Return Type

bool

Parameters

Name Type Source Optional
tag Tag FromBody No