Manage the contact interest entities for the current user's allowed zones.
Name | Type | Is Mandatory |
---|---|---|
ContactInterestId | Int32 | |
ContactInterestIdentifier | String | |
ContactId | Int32 | |
ContactInterestCategoryId | Int16 | |
PurchaseGoodId | Int32 | |
PurchaseGoodCategoryId | Int16 | |
InterestDate | DateTime | |
FreeField1 | String | |
FreeField2 | String | |
FreeField3 | String | |
FreeField4 | String | |
FreeField5 | String | |
FreeFieldDateTime1 | DateTime | |
FreeFieldDateTime2 | DateTime | |
FreeFieldDateTime3 | DateTime | |
FreeFieldDateTime4 | DateTime | |
FreeFieldDateTime5 | DateTime | |
FreeFieldNumber1 | Decimal | |
FreeFieldNumber2 | Decimal | |
FreeFieldNumber3 | Decimal | |
FreeFieldNumber4 | Decimal | |
FreeFieldNumber5 | Decimal | |
FreeFieldBoolean1 | Boolean | |
FreeFieldBoolean2 | Boolean | |
FreeFieldBoolean3 | Boolean | |
FreeFieldBoolean4 | Boolean | |
FreeFieldBoolean5 | Boolean | |
DeletionFlag | Boolean | |
SourceId | Int16 | |
Contact | Contact | |
ContactInterestCategory | ContactInterestCategory | |
PurchaseGood | PurchaseGood | |
PurchaseGoodCategory | PurchaseGoodCategory | |
Source | Source |
Select all ContactInterests
https://customerapi.fts-crm360.com/data/ContactInterests()
HttpMethod : GET
Json Result :
[
{
"ContactInterestId" : "58",
"ContactInterestIdentifier" : "yWx Nr",
"ContactId" : "26",
"ContactInterestCategoryId" : "1",
"PurchaseGoodId" : "46",
"PurchaseGoodCategoryId" : "6",
"InterestDate" : "2017-02-25T00:00:00",
"FreeField1" : "S g 47rTeniQxdIKerG",
"FreeField2" : "mHVKqGygDZIxfiQ1",
"FreeField3" : "B6 YQ",
"FreeField4" : "JzgNuhDnxc7WKD",
"FreeField5" : "vxJKOFdxvN",
"FreeFieldDateTime1" : "2001-07-23T00:00:00",
"FreeFieldDateTime2" : "2003-12-19T00:00:00",
"FreeFieldDateTime3" : "1998-07-12T00:00:00",
"FreeFieldDateTime4" : "2008-06-18T00:00:00",
"FreeFieldDateTime5" : "2017-10-16T00:00:00",
"FreeFieldNumber1" : "2445242.919",
"FreeFieldNumber2" : "1743621.873",
"FreeFieldNumber3" : "2821571.795",
"FreeFieldNumber4" : "3921461.689",
"FreeFieldNumber5" : "6812331.521",
"FreeFieldBoolean1" : "True",
"FreeFieldBoolean2" : "True",
"FreeFieldBoolean3" : "False",
"FreeFieldBoolean4" : "False",
"FreeFieldBoolean5" : "False",
"DeletionFlag" : "False",
"SourceId" : "2"
},
{
"ContactInterestId" : "31",
"ContactInterestIdentifier" : "fVX4hvBkV8 La4vrRvB",
"ContactId" : "79",
"ContactInterestCategoryId" : "2",
"PurchaseGoodId" : "57",
"PurchaseGoodCategoryId" : "6",
"InterestDate" : "2012-11-06T00:00:00",
"FreeField1" : "ZujBbEZssYnO9iaLuwf",
"FreeField2" : "0rmocTf",
"FreeField3" : "fv6xx6I",
"FreeField4" : "di42l",
"FreeField5" : "ufHbSMlldzCY",
"FreeFieldDateTime1" : "1998-12-09T00:00:00",
"FreeFieldDateTime2" : "2016-12-14T00:00:00",
"FreeFieldDateTime3" : "1998-09-17T00:00:00",
"FreeFieldDateTime4" : "2023-05-17T00:00:00",
"FreeFieldDateTime5" : "2012-07-10T00:00:00",
"FreeFieldNumber1" : "2632958.514",
"FreeFieldNumber2" : "4728664.915",
"FreeFieldNumber3" : "1135932.748",
"FreeFieldNumber4" : "4959734.381",
"FreeFieldNumber5" : "3938283.948",
"FreeFieldBoolean1" : "True",
"FreeFieldBoolean2" : "True",
"FreeFieldBoolean3" : "True",
"FreeFieldBoolean4" : "False",
"FreeFieldBoolean5" : "False",
"DeletionFlag" : "True",
"SourceId" : "3"
},
...
]
Select ContactInterest by Id
https://customerapi.fts-crm360.com/data/ContactInterests(58)
HttpMethod : GET
Json Result :
{
"ContactInterestId" : "73",
"ContactInterestIdentifier" : "qUICO gKL",
"ContactId" : "9",
"ContactInterestCategoryId" : "4",
"PurchaseGoodId" : "26",
"PurchaseGoodCategoryId" : "1",
"InterestDate" : "2000-03-20T00:00:00",
"FreeField1" : "PAwfW",
"FreeField2" : "8LTlB",
"FreeField3" : "2H qAm FuH6 zp",
"FreeField4" : "G0Dhql JhVwXPtH",
"FreeField5" : "cLVpCx UoFDSHFvsr",
"FreeFieldDateTime1" : "2005-04-07T00:00:00",
"FreeFieldDateTime2" : "2020-12-25T00:00:00",
"FreeFieldDateTime3" : "2005-06-02T00:00:00",
"FreeFieldDateTime4" : "2002-05-15T00:00:00",
"FreeFieldDateTime5" : "1997-03-04T00:00:00",
"FreeFieldNumber1" : "4189833.374",
"FreeFieldNumber2" : "6358596.447",
"FreeFieldNumber3" : "8657146.179",
"FreeFieldNumber4" : "8864838.181",
"FreeFieldNumber5" : "1447786.937",
"FreeFieldBoolean1" : "True",
"FreeFieldBoolean2" : "False",
"FreeFieldBoolean3" : "True",
"FreeFieldBoolean4" : "False",
"FreeFieldBoolean5" : "False",
"DeletionFlag" : "False",
"SourceId" : "5"
}
Create a ContactInterest
https://customerapi.fts-crm360.com/data/ContactInterests()
HttpMethod : POST
Json Post :
{
"ContactInterestIdentifier" : "5bvMi g",
"ContactId" : "81",
"ContactInterestCategoryId" : "7",
"PurchaseGoodId" : "10",
"PurchaseGoodCategoryId" : "9",
"InterestDate" : "2000-10-08T00:00:00",
"FreeField1" : "jbVqdN0",
"FreeField2" : "o 9OW3E",
"FreeField3" : "BvlJbV1",
"FreeField4" : "hJ3Hg7CdGDk skrLs",
"FreeField5" : "FYjlJ6m48bnZ",
"FreeFieldDateTime1" : "2019-11-06T00:00:00",
"FreeFieldDateTime2" : "2013-11-07T00:00:00",
"FreeFieldDateTime3" : "2015-10-27T00:00:00",
"FreeFieldDateTime4" : "2015-11-09T00:00:00",
"FreeFieldDateTime5" : "1998-08-27T00:00:00",
"FreeFieldNumber1" : "1377513.335",
"FreeFieldNumber2" : "5145835.399",
"FreeFieldNumber3" : "9569687.161",
"FreeFieldNumber4" : "1911634.615",
"FreeFieldNumber5" : "8644542.927",
"FreeFieldBoolean1" : "True",
"FreeFieldBoolean2" : "False",
"FreeFieldBoolean3" : "True",
"FreeFieldBoolean4" : "True",
"FreeFieldBoolean5" : "True",
"DeletionFlag" : "True",
"SourceId" : "7"
}
Informations :
- Non mandatory fields are optional for Json Post
Update a ContactInterest
https://customerapi.fts-crm360.com/data/ContactInterests(58)
HttpMethod : PUT
Json Post :
{
"ContactInterestId" : "71",
"ContactInterestIdentifier" : "oZOtOYj",
"ContactId" : "6",
"ContactInterestCategoryId" : "4",
"PurchaseGoodId" : "82",
"PurchaseGoodCategoryId" : "5",
"InterestDate" : "2021-05-01T00:00:00",
"FreeField1" : "McHUJNeNnv20rwJU4C",
"FreeField2" : "qa En5GA6V2Ip2",
"FreeField3" : "HRi0ZcN8AoX",
"FreeField4" : "inZubw4LbyXe CMi3w",
"FreeField5" : "N9Nn2wCpIbdZaQ",
"FreeFieldDateTime1" : "1996-05-26T00:00:00",
"FreeFieldDateTime2" : "2011-11-29T00:00:00",
"FreeFieldDateTime3" : "2006-09-23T00:00:00",
"FreeFieldDateTime4" : "2011-04-20T00:00:00",
"FreeFieldDateTime5" : "2013-05-10T00:00:00",
"FreeFieldNumber1" : "4477149.144",
"FreeFieldNumber2" : "3713129.415",
"FreeFieldNumber3" : "9417794.934",
"FreeFieldNumber4" : "5813435.323",
"FreeFieldNumber5" : "9763874.241",
"FreeFieldBoolean1" : "True",
"FreeFieldBoolean2" : "True",
"FreeFieldBoolean3" : "False",
"FreeFieldBoolean4" : "False",
"FreeFieldBoolean5" : "False",
"DeletionFlag" : "True",
"SourceId" : "3"
}
Informations :
- Non mandatory fields are optional for Json Post
Patch a ContactInterest
https://customerapi.fts-crm360.com/data/ContactInterests(58)
HttpMethod : PATCH
Json Post :
{
"PurchaseGoodId" : "99",
"FreeFieldBoolean2" : "True",
"FreeField5" : "88 D1",
"FreeFieldBoolean1" : "False",
"SourceId" : "6",
"InterestDate" : "2019-03-21T00:00:00",
"FreeFieldNumber3" : "9876275.378",
"FreeField2" : "8jNhINRa pU8cUIV 2",
"ContactInterestCategoryId" : "6"
}
Informations :
- Non mandatory fields are optional for Json Post
Delete a ContactInterest
https://customerapi.fts-crm360.com/data/ContactInterests(58)
HttpMethod : DELETE