MarketingParticipantState entities
Name | Type | Is Mandatory |
---|---|---|
MarketingParticipantStateId | Int16 | |
Label | String | |
DeletionFlag | Boolean | |
MarketingParticipants | Collection of MarketingParticipant | |
MarketingParticipantStateTranslations | Collection of MarketingParticipantStateTranslation |
Select all MarketingParticipantStates
https://customerapi.fts-crm360.com/data/MarketingParticipantStates()
HttpMethod : GET
Json Result :
[
{
"MarketingParticipantStateId" : "6",
"Label" : "aghLZqZSFtWU3Z",
"DeletionFlag" : "False"
},
{
"MarketingParticipantStateId" : "3",
"Label" : "M8reRQBJ",
"DeletionFlag" : "True"
},
...
]
Select MarketingParticipantState by Id
https://customerapi.fts-crm360.com/data/MarketingParticipantStates(6)
HttpMethod : GET
Json Result :
{
"MarketingParticipantStateId" : "9",
"Label" : "swvM O",
"DeletionFlag" : "False"
}
Translate a MarketingParticipantState label
https://customerapi.fts-crm360.com/data/MarketingParticipantStates(6)/Label
HttpMethod : GET
Required Fields :
Http Header for language : X-Crm360Api-Language-3