Manage the home phone state entities.
Name | Type | Is Mandatory |
---|---|---|
HomePhoneStateId | Int32 | |
Label | String | |
DeletionFlag | Boolean | |
HomePhoneStateTranslations | Collection of HomePhoneStateTranslation | |
Addresses | Collection of Address |
Select all HomePhoneStates
https://customerapi.fts-crm360.com/data/HomePhoneStates()
HttpMethod : GET
Json Result :
[
{
"HomePhoneStateId" : "62",
"Label" : "MYu LfSK8S 6U 4",
"DeletionFlag" : "True"
},
{
"HomePhoneStateId" : "81",
"Label" : "ICeQpcG",
"DeletionFlag" : "False"
},
...
]
Select HomePhoneState by Id
https://customerapi.fts-crm360.com/data/HomePhoneStates(62)
HttpMethod : GET
Json Result :
{
"HomePhoneStateId" : "24",
"Label" : "OIZkG jI BzhCDYSbA",
"DeletionFlag" : "True"
}
Translate a HomePhoneState label
https://customerapi.fts-crm360.com/data/HomePhoneStates(62)/Label
HttpMethod : GET
Required Fields :
Http Header for language : X-Crm360Api-Language-3