POST https://:account.api-us1.com/api/3/contactTags
- Example 1
{
"contactTag": {
"contact": "1",
"tag": "20"
}
}
201 Created
{
"contactTag": {
"cdate": "2017-06-08T16:11:53-05:00",
"contact":"1",
"id":"1",
"links":{
"contact":"/1/contact",
"tag":"/1/tag"
},
"tag":"20"
}
}
QUERY PARAMS
contact REQUIRED
string Contact's id
tag REQUIRED
string Tag's id
Opmerkingen
0 opmerkingen
Artikel is gesloten voor opmerkingen.