Customers tags - OBSOLETE API

List Customers tags

URL

https://dev.v3manager.com/demo/api/customerToTag

HTTP Method

GET

Example

curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/customerToTag"

Count Customers tags

URL

https://dev.v3manager.com/demo/api/customerToTag/count

HTTP Method

GET

Sum Customers tags

URL

https://dev.v3manager.com/demo/api/customerToTag/sum

HTTP Method

GET

Example

curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/customerToTag/sum?field=total&search=["created",">","05-07-2023"]" Encoded: curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/customerToTag/sum?field=total&search=%5B%22created%22%2C%22%3E%22%2C%2205-07-2023%22%5D"

Parameters

Name Type Required
field string yes
filter array no

Load Customer tag by id

URL

https://dev.v3manager.com/demo/api/customerToTag/:id

HTTP Method

GET

Example

curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/customerToTag/22"

Create or update Customers tags

URL

https://dev.v3manager.com/demo/api/customerToTag

HTTP Method

POST

Fields

Name Label Data type Readonly Descrition
updateUserName Updated by string No
updateUser Updated by int Yes
createUser Created by int Yes
createUserName Created by string No
deleted Removed bool Yes
updated Update date datetime Yes
created Creation date datetime Yes
end End datetime No
start Start datetime No
id ID int Yes
tagName Type string No
tag Type int No
customer int No
customerName string No
fkId int Yes
fkModel fkModel Yes