Skip to main content
POST
/
tag
/
link_costummer
cURL
curl --request POST \
  --url https://api.allcomtelecom.com/api:XUynQtIz/tag/link_costummer \
  --header 'Content-Type: application/json' \
  --data '
{
  "token": "20234397fs9vcd978qr308q9703cbfdbd9vuy07wrw97rq90qrw08",
  "page": "1",
  "per_page": "25",
  "offset": "offset",
  "tag_id": "tag_id",
  "tag_account": "tag_account"
}
'
{
  "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
  "created_at": "now",
  "accounts_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
  "tagaccounts_id": 0,
  "device_name": "string",
  "serial_number": "string"
}

Body

application/json

Informações necessárias para vincular uma tag a um cliente.

token
string
Example:

"20234397fs9vcd978qr308q9703cbfdbd9vuy07wrw97rq90qrw08"

page
string
Example:

"1"

per_page
string
Example:

"25"

offset
string
Example:

"offset"

tag_id
string
Example:

"tag_id"

tag_account
string
Example:

"tag_account"

Response

Vínculo criado com sucesso!

Sucesso
string
Example:
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"created_at": "now",
"accounts_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"tagaccounts_id": 0,
"device_name": "string",
"serial_number": "string"
}