https://dev.v3manager.com/demo/api/customerTag
GET
curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/customerTag"
https://dev.v3manager.com/demo/api/customerTag/count
GET
https://dev.v3manager.com/demo/api/customerTag/sum
GET
curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/customerTag/sum?field=total&search=["created",">","05-07-2023"]"
Encoded:
curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/customerTag/sum?field=total&search=%5B%22created%22%2C%22%3E%22%2C%2205-07-2023%22%5D"
Name | Type | Required |
---|---|---|
field | string | yes |
filter | array | no |
https://dev.v3manager.com/demo/api/customerTag/:id
GET
curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/customerTag/22"
https://dev.v3manager.com/demo/api/customerTag
POST
Name | Label | Data type | Readonly | Descrition |
---|---|---|---|---|
updateUser | Updated by | int | Yes | |
updateUserName | Updated by | string | No | |
createUser | Created by | int | Yes | |
createUserName | Created by | string | No | |
updated | Update date | datetime | Yes | |
created | Creation date | datetime | Yes | |
name | Name | string | No | |
isDefault | Default | bool | No | |
public | Public | bool | No | |
id | ID | int | Yes |