Manage the country entities.
Name | Type | Is Mandatory |
---|---|---|
CountryId | String | |
Label | String | |
Iso2 | String | |
Continent | String | |
Latitude | Decimal | |
DeletionFlag | Boolean | |
Longitude | Decimal | |
Stores | Collection of Store | |
Nationalities | Collection of Nationality | |
CountryTranslations | Collection of CountryTranslation | |
PostalAddresses | Collection of Address | |
HomePhoneAddresses | Collection of Address | |
MobilePhoneAddresses | Collection of Address |
Select all Countries
https://customerapi.fts-crm360.com/data/Countries()
HttpMethod : GET
Json Result :
[
{
"CountryId" : "XRLAUR5O",
"Label" : "EIzM 0Ox",
"Iso2" : "JwF01z",
"Continent" : "ToNNt SuUU2WpQvgdu",
"Latitude" : "2369145.642",
"DeletionFlag" : "False",
"Longitude" : "3442593.114"
},
{
"CountryId" : "gdFf83G ZPnGrgR",
"Label" : "nzrGCLeC3h",
"Iso2" : "MSdfXWa",
"Continent" : "H3fbpeis nUorKoo",
"Latitude" : "2437391.647",
"DeletionFlag" : "False",
"Longitude" : "5973737.252"
},
...
]
Select Country by Id
https://customerapi.fts-crm360.com/data/Countries('string key')
HttpMethod : GET
Json Result :
{
"CountryId" : "Amfdf j4bA",
"Label" : "S8FwbI02A5kAw",
"Iso2" : "XiY8ALf",
"Continent" : "oJ1cnDhS22",
"Latitude" : "2436531.634",
"DeletionFlag" : "False",
"Longitude" : "1573115.515"
}
Translate a Country label
https://customerapi.fts-crm360.com/data/Countries('string key')/Label
HttpMethod : GET
Required Fields :
Http Header for language : X-Crm360Api-Language-3