Nationality entities
Name | Type | Is Mandatory |
---|---|---|
NationalityId | Int16 | |
Label | String | |
CountryId | String | |
DeletionFlag | Boolean | |
Contacts | Collection of Contact | |
Country | Country | |
NationalityTranslations | Collection of NationalityTranslation |
Select all Nationalities
https://customerapi.fts-crm360.com/data/Nationalities()
HttpMethod : GET
Json Result :
[
{
"NationalityId" : "9",
"Label" : "nuNdy96PZjzRwul8IC5",
"CountryId" : "edTZG",
"DeletionFlag" : "True"
},
{
"NationalityId" : "4",
"Label" : "43lWpoIdj",
"CountryId" : "ZvT6avj3JhTF0Ji2d",
"DeletionFlag" : "True"
},
...
]
Select Nationality by Id
https://customerapi.fts-crm360.com/data/Nationalities(9)
HttpMethod : GET
Json Result :
{
"NationalityId" : "4",
"Label" : "XIgnWg8bmHlHYToKt",
"CountryId" : "Bi Ne5 yBbyxK",
"DeletionFlag" : "True"
}
Translate a Nationality label
https://customerapi.fts-crm360.com/data/Nationalities(9)/Label
HttpMethod : GET
Required Fields :
Http Header for language : X-Crm360Api-Language-3