MobilePhoneState entities
Name | Type | Is Mandatory |
---|---|---|
MobilePhoneStateId | Int32 | |
Label | String | |
DeletionFlag | Boolean | |
MobilePhoneStateTranslations | Collection of MobilePhoneStateTranslation | |
Addresses | Collection of Address |
Select all MobilePhoneStates
https://customerapi.fts-crm360.com/data/MobilePhoneStates()
HttpMethod : GET
Json Result :
[
{
"MobilePhoneStateId" : "44",
"Label" : "BhwyosSN",
"DeletionFlag" : "True"
},
{
"MobilePhoneStateId" : "10",
"Label" : "ErXhUBxHJoXRKX",
"DeletionFlag" : "False"
},
...
]
Select MobilePhoneState by Id
https://customerapi.fts-crm360.com/data/MobilePhoneStates(44)
HttpMethod : GET
Json Result :
{
"MobilePhoneStateId" : "33",
"Label" : "eVUlVe58G7",
"DeletionFlag" : "False"
}
Translate a MobilePhoneState label
https://customerapi.fts-crm360.com/data/MobilePhoneStates(44)/Label
HttpMethod : GET
Required Fields :
Http Header for language : X-Crm360Api-Language-3