Manage the email state entities.
Name | Type | Is Mandatory |
---|---|---|
EmailStateId | Int32 | |
Label | String | |
DeletionFlag | Boolean | |
EmailStateTranslations | Collection of EmailStateTranslation | |
Addresses | Collection of Address |
Select all EmailStates
https://customerapi.fts-crm360.com/data/EmailStates()
HttpMethod : GET
Json Result :
[
{
"EmailStateId" : "48",
"Label" : "YSJ1r3p",
"DeletionFlag" : "True"
},
{
"EmailStateId" : "71",
"Label" : "v3wu0W5SiQ",
"DeletionFlag" : "False"
},
...
]
Select EmailState by Id
https://customerapi.fts-crm360.com/data/EmailStates(48)
HttpMethod : GET
Json Result :
{
"EmailStateId" : "70",
"Label" : "Sd X",
"DeletionFlag" : "True"
}
Translate a EmailState label
https://customerapi.fts-crm360.com/data/EmailStates(48)/Label
HttpMethod : GET
Required Fields :
Http Header for language : X-Crm360Api-Language-3