The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"additionalProperties": false,
"definitions": {},
"items": {
"additionalProperties": false,
"properties": {
"city_code": {
"maxLength": 11,
"minLength": 7,
"pattern": "^[A-Z0-9-_]*$",
"type": "string"
},
"name": {
"type": "string"
},
"zip_code": {
"maxLength": 12,
"minLength": 3,
"pattern": "^[A-Z0-9]*$",
"type": "string"
}
},
"required": [
"zip_code",
"name",
"city_code"
],
"type": "object"
},
"title": "City - DefaultCity",
"type": "array"
}
[
{
"city_code": "PG18 PG18",
"name": "magna amet laborum non",
"zip_code": "BNZCA"
},
{
"city_code": "1I41C4TZUL",
"name": "ad",
"zip_code": "50WHH0U"
},
{
"city_code": "5-YC 5-YC",
"name": "mollit ad",
"zip_code": "U1EOAQE"
},
{
"city_code": "B2Q8 B2Q8",
"name": "ut",
"zip_code": "MXXB"
},
{
"city_code": "R6G_85S",
"name": "commodo ea sit",
"zip_code": " "
}
]
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"additionalProperties": false,
"definitions": {},
"items": {
"additionalProperties": false,
"properties": {
"city_code": {
"maxLength": 11,
"minLength": 7,
"pattern": "^[A-Z0-9-_]*$",
"type": "string"
},
"name": {
"type": "string"
},
"zip_code": {
"maxLength": 12,
"minLength": 3,
"pattern": "^[A-Z0-9]*$",
"type": "string"
}
},
"required": [
"zip_code",
"name",
"city_code"
],
"type": "object"
},
"title": "City - DefaultCity",
"type": "array"
}
[
{
"city_code": "X8MBJBO8P",
"name": "consectetur qui",
"zip_code": "4AXL"
},
{
"city_code": "N5 N5 N5 N5",
"name": "voluptate aliqua",
"zip_code": "19S4Z4"
},
{
"city_code": "WOGY30E8",
"name": "fugiat est irure tempor sed",
"zip_code": "LF7P7D8AY"
},
{
"city_code": "47QIEK-W1E",
"name": "incididunt quis",
"zip_code": "9XIARSWQ"
}
]
The input JSON schema validates the input JSON instance (JSON Schema Draft 4).
{
"additionalProperties": false,
"definitions": {},
"description": "Correspond to an external account linked to Farmi, like a Sencrop account (connected weather stations).",
"properties": {
"external_account": {
"additionalProperties": false,
"properties": {
"email": {
"format": "email",
"type": "string"
},
"provider": {
"enum": [
"sencrop"
],
"type": "string"
},
"type": {
"enum": [
"station"
],
"type": "string"
}
},
"required": [
"type",
"provider",
"email"
],
"type": "object"
}
},
"required": [
"external_account"
],
"title": "ExternalAccount - AccessCodeExternalAccount",
"type": "object"
}
{
"external_account": {
"email": "tNGBQOssx@OKhrrxSZgB.ojfz",
"provider": "sencrop",
"type": "station"
}
}
The input JSON schema validates the input JSON instance (JSON Schema Draft 4).
{
"additionalProperties": false,
"definitions": {},
"description": "Correspond to an external account linked to Farmi, like a Sencrop account (connected weather stations).",
"properties": {},
"title": "ExternalAccount - Empty",
"type": "object"
}
{}
The input JSON instance is not a valid JSON text (RFC 7159).
{
"additionalProperties": false,
"definitions": {
"CivilityConfiguration_261": {
"additionalProperties": false,
"properties": {
"CivilityDescription": {
"type": "string"
},
"RankId": {
"type": "string"
},
"civilityCode": {
"type": "string"
}
},
"required": [
"civilityCode",
"CivilityDescription",
"RankId"
],
"type": "object"
},
"CountryConfiguration_257": {
"additionalProperties": false,
"properties": {
"countryId": {
"type": "string"
},
"countryIdISO3": {
"type": "string"
},
"countryName": {
"type": "string"
}
},
"required": [
"countryId",
"countryIdISO3",
"countryName"
],
"type": "object"
},
"CountryOfSubsidiary_137": {
"additionalProperties": false,
"properties": {
"countryId": {
"type": "string"
}
},
"required": [
"countryId"
],
"type": "object"
},
"DefaultApplication_setting_124": {
"additionalProperties": false,
"properties": {
"name": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"name",
"value"
],
"type": "object"
},
"DefaultAuth(config)_140": {
"additionalProperties": false,
"properties": {
"myHpad": {
"type": "boolean"
}
},
"required": [
"myHpad"
],
"type": "object"
},
"DefaultCountry_127": {
"additionalProperties": false,
"properties": {
"code": {
"type": "string"
},
"countryId": {
"type": "string"
},
"countryIdISO3": {
"type": "string"
},
"countryName": {
"type": "string"
}
},
"required": [
"countryId",
"countryIdISO3",
"countryName",
"code"
],
"type": "object"
},
"DefaultCustomer_file_147": {
"additionalProperties": false,
"properties": {
"company": {
"items": {
"$ref": "#/definitions/DefaultField(customer)_146",
"type": "object"
},
"type": "array"
},
"individual": {
"$ref": "#/definitions/DefaultField(customer)_146",
"type": "object"
},
"optin": {
"$ref": "#/definitions/DefaultOptin_144",
"type": "object"
}
},
"required": [
"company",
"individual",
"optin"
],
"type": "object"
},
"DefaultDocuments_135": {
"additionalProperties": false,
"properties": {
"pdfs": {
"items": {
"$ref": "#/definitions/DefaultPdf_132",
"type": "object"
},
"type": "array"
},
"responseTime": {
"description": "??",
"type": "integer"
}
},
"required": [
"pdfs",
"responseTime"
],
"type": "object"
},
"DefaultField(customer)_146": {
"additionalProperties": false,
"properties": {
"fieldHidden": {
"type": "boolean"
},
"fieldMandatory": {
"type": "boolean"
},
"fieldReadOnly": {
"type": "boolean"
},
"fieldname": {
"type": "string"
}
},
"required": [
"fieldname",
"fieldMandatory",
"fieldHidden",
"fieldReadOnly"
],
"type": "object"
},
"DefaultGender_130": {
"additionalProperties": false,
"properties": {
"code": {
"type": "string"
},
"label": {
"type": "string"
}
},
"required": [
"code",
"label"
],
"type": "object"
},
"DefaultNationality_128": {
"additionalProperties": false,
"properties": {
"nationalityIdISO3": {
"type": "string"
},
"nationalityName": {
"type": "string"
},
"nationalityid": {
"type": "string"
}
},
"required": [
"nationalityid",
"nationalityName",
"nationalityIdISO3"
],
"type": "object"
},
"DefaultOptin_144": {
"additionalProperties": false,
"properties": {
"active": {
"type": "boolean"
},
"defaultLang": {
"type": "string"
},
"optinDetails": {
"$ref": "#/definitions/DefaultOptin_detail_145",
"type": "object"
},
"sendEmail": {
"type": "boolean"
}
},
"required": [
"active",
"sendEmail",
"defaultLang",
"optinDetails"
],
"type": "object"
},
"DefaultOptin_detail_145": {
"additionalProperties": false,
"properties": {
"id": {
"type": "integer"
},
"optin_agreement_claus": {
"type": "string"
},
"optin_agreement_label": {
"type": "string"
},
"optin_email_body": {
"type": "string"
},
"optin_email_footer": {
"type": "string"
},
"optin_email_header": {
"type": "string"
},
"optin_email_subject": {
"type": "string"
},
"optin_lang": {
"type": "string"
},
"optin_refusal_label": {
"type": "string"
},
"optin_signature_indication": {
"type": "string"
},
"optin_subsidiary": {
"type": "string"
},
"optin_terms_conditions": {
"type": "string"
}
},
"required": [
"id",
"optin_lang",
"optin_agreement_claus",
"optin_terms_conditions",
"optin_agreement_label",
"optin_signature_indication",
"optin_email_subject",
"optin_email_header",
"optin_email_body",
"optin_email_footer",
"optin_subsidiary",
"optin_refusal_label"
],
"type": "object"
},
"DefaultOrder_status_129": {
"additionalProperties": false,
"properties": {
"code": {
"type": "string"
},
"label": {
"type": "string"
}
},
"required": [
"code",
"label"
],
"type": "object"
},
"DefaultPdf_132": {
"additionalProperties": false,
"properties": {
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"updateDate": {
"description": " ???",
"type": "integer"
}
},
"required": [
"name",
"path",
"updateDate"
],
"type": "object"
},
"DefaultPrinter_139": {
"additionalProperties": false,
"properties": {
"auth": {
"$ref": "#/definitions/DefaultAuth(config)_140",
"type": "object"
},
"checked": {
"type": "boolean"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"type": {
"description": "??",
"type": "string"
}
},
"required": [
"type",
"auth",
"checked",
"id",
"name"
],
"type": "object"
},
"DefaultReturn_reason_138": {
"additionalProperties": false,
"properties": {
"libelle": {
"type": "string"
},
"motif": {
"type": "string"
}
},
"required": [
"motif",
"libelle"
],
"type": "object"
},
"DefaultShipping_method_141": {
"additionalProperties": false,
"properties": {
"countryId": {
"type": "string"
},
"shippingMethodId": {
"type": "string"
},
"shippingMethodLabel": {
"type": "string"
}
},
"required": [
"countryId",
"shippingMethodLabel",
"shippingMethodId"
],
"type": "object"
},
"DefaultSpoken_language_134": {
"additionalProperties": false,
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"id",
"name"
],
"type": "object"
},
"DefaultStock_restriction_stockroom_125": {
"additionalProperties": false,
"properties": {
"countryId": {
"type": "string"
},
"geographicRegionId": {
"type": "string"
},
"isStrongTraceability": {
"type": "boolean"
},
"stockroomId": {
"type": "string"
},
"stockroomTypeCode": {
"type": "string"
},
"stockroomTypeDescription": {
"type": "string"
},
"storeId": {
"type": "string"
},
"storeName": {
"type": "string"
},
"subsidiaryGroupId": {
"type": "string"
},
"subsidiaryId": {
"type": "string"
}
},
"required": [
"geographicRegionId",
"subsidiaryGroupId",
"subsidiaryId",
"countryId",
"storeId",
"storeName",
"stockroomId",
"stockroomTypeCode",
"stockroomTypeDescription",
"isStrongTraceability"
],
"type": "object"
},
"DefaultStom_estock_param_142": {
"additionalProperties": false,
"properties": {
"merchantId": {
"type": "string"
},
"storeCode": {
"type": "string"
},
"subsidiaryId": {
"type": "string"
}
},
"required": [
"subsidiaryId",
"storeCode",
"merchantId"
],
"type": "object"
},
"DefaultStom_param_143": {
"additionalProperties": false,
"properties": {
"isEstockActive": {
"description": "Accès à Hermes.com si 1",
"type": "boolean"
},
"isEtransferActive": {
"type": "boolean"
}
},
"required": [
"isEtransferActive",
"isEstockActive"
],
"type": "object"
},
"DefaultStore_stockroom_123": {
"additionalProperties": false,
"properties": {
"isStrongTraceability": {
"type": "boolean"
},
"stockroomId": {
"type": "string"
},
"stockroomName": {
"type": "string"
},
"stockroomPriority": {
"description": "TODO",
"type": "integer"
},
"stockroomShortName": {
"type": "string"
}
},
"required": [
"stockroomId",
"stockroomName",
"stockroomShortName",
"stockroomPriority",
"isStrongTraceability"
],
"type": "object"
},
"DefaultTraceability_by_plate_133": {
"additionalProperties": false,
"properties": {
"departmentsMandatory": {
"items": {
"type": "string"
},
"type": "array"
},
"departmentsOptional": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"departmentsMandatory",
"departmentsOptional"
],
"type": "object"
},
"DefaultTraceability_by_store_131": {
"additionalProperties": false,
"properties": {
"departmentsLightTraceability": {
"items": {
"type": "string"
},
"type": "array"
},
"departmentsNotManagedInStrongTraceabilityBySN": {
"items": {
"type": "string"
},
"type": "array"
},
"isStrongTraceability": {
"type": "boolean"
}
},
"required": [
"departmentsLightTraceability",
"isStrongTraceability",
"departmentsNotManagedInStrongTraceabilityBySN"
],
"type": "object"
}
},
"properties": {
"adyenParam": {
"type": "integer"
},
"applicationSettings": {
"items": {
"$ref": "#/definitions/DefaultApplication_setting_124",
"type": "object"
},
"type": "array"
},
"authHcare": {
"type": "boolean"
},
"cbrVersion": {
"type": "string"
},
"civilities": {
"items": {
"$ref": "#/definitions/CivilityConfiguration_261",
"type": "object"
},
"type": "array"
},
"countries": {
"items": {
"$ref": "#/definitions/CountryConfiguration_257",
"type": "object"
},
"type": "array"
},
"countriesOfSubsidiariesGroupId": {
"items": {
"$ref": "#/definitions/CountryOfSubsidiary_137",
"type": "object"
},
"type": "array"
},
"countriesOfSubsidiariesRegionId": {
"items": {
"$ref": "#/definitions/DefaultCountry_127",
"type": "object"
},
"type": "array"
},
"countryId": {
"type": "string"
},
"currency": {
"type": "string"
},
"currencySuffix": {
"type": "string"
},
"currencySymbol": {
"type": "string"
},
"customerFile": {
"$ref": "#/definitions/DefaultCustomer_file_147",
"type": "object"
},
"defaultCustomerCode": {
"type": "string"
},
"defaultStockroomInputName": {
"items": {
"type": "string"
},
"type": "array"
},
"deporteId": {
"type": "string"
},
"documents": {
"$ref": "#/definitions/DefaultDocuments_135",
"type": "object"
},
"genders": {
"items": {
"$ref": "#/definitions/DefaultGender_130",
"type": "object"
},
"type": "array"
},
"internetStockroomId": {
"type": "string"
},
"internetStoreId": {
"type": "string"
},
"kbStockVisibility": {
"type": "boolean"
},
"kbWish": {
"type": "boolean"
},
"languageId": {
"type": "string"
},
"maxPrice": {
"type": "integer"
},
"minPrice": {
"type": "integer"
},
"monitoringAlertTime": {
"type": "integer"
},
"name": {
"type": "string"
},
"nationalities": {
"items": {
"$ref": "#/definitions/DefaultNationality_128",
"type": "object"
},
"type": "array"
},
"orderStatus": {
"items": {
"$ref": "#/definitions/DefaultOrder_status_129",
"type": "object"
},
"type": "array"
},
"priceTaxeType": {
"type": "string"
},
"priceType": {
"type": "string"
},
"printers": {
"items": {
"$ref": "#/definitions/DefaultPrinter_139",
"type": "object"
},
"type": "array"
},
"recountPreseling": {
"type": "boolean"
},
"regions": {
"items": {
"$ref": "#/definitions/DefaultCountry_127",
"type": "object"
},
"type": "array"
},
"responseTime": {
"type": "integer"
},
"returnReasonControlActivated": {
"type": "boolean"
},
"returnReasons": {
"items": {
"$ref": "#/definitions/DefaultReturn_reason_138",
"type": "object"
},
"type": "array"
},
"salesPersonId": {
"type": "string"
},
"scanSoundActive": {
"description": "Champ à yes ou no => pour savoir si le son est activé",
"type": "string"
},
"secondaryLanguageId": {
"type": "string"
},
"shippingMethod": {
"items": {
"$ref": "#/definitions/DefaultShipping_method_141",
"type": "object"
},
"type": "array"
},
"spokenLanguages": {
"items": {
"$ref": "#/definitions/DefaultSpoken_language_134",
"type": "object"
},
"type": "array"
},
"stockRestrictionsStockrooms": {
"items": {
"$ref": "#/definitions/DefaultStock_restriction_stockroom_125",
"type": "object"
},
"type": "array"
},
"stockroomSelection": {
"type": "boolean"
},
"stomEstockParam": {
"$ref": "#/definitions/DefaultStom_estock_param_142",
"type": "object"
},
"stomParam": {
"$ref": "#/definitions/DefaultStom_param_143",
"type": "object"
},
"storeAdress1": {
"type": "string"
},
"storeAdress2": {
"type": "string"
},
"storeAdress3": {
"type": "string"
},
"storeCountry": {
"type": "string"
},
"storeFax": {
"type": "string"
},
"storeId": {
"type": "string"
},
"storeName": {
"type": "string"
},
"storePhone": {
"type": "string"
},
"storeStockrooms": {
"items": {
"$ref": "#/definitions/DefaultStore_stockroom_123",
"type": "object"
},
"type": "array"
},
"storeZipCode": {
"type": "string"
},
"subsidiariesGroupId": {
"type": "string"
},
"subsidiariesRegionId": {
"type": "string"
},
"subsidiaryId": {
"type": "string"
},
"traceabilityByPlate": {
"$ref": "#/definitions/DefaultTraceability_by_plate_133",
"type": "object"
},
"traceabilityByStore": {
"$ref": "#/definitions/DefaultTraceability_by_store_131",
"type": "object"
},
"userGroup": {
"type": "string"
},
"userNotesIds": {
"items": {
"type": "integer"
},
"type": "array"
},
"username": {
"type": "string"
}
},
"required": [
"applicationSettings",
"adyenParam",
"authHcare",
"cbrVersion",
"countries",
"countriesOfSubsidiariesGroupId",
"countriesOfSubsidiariesRegionId",
"countryId",
"currency",
"currencySuffix",
"currencySymbol",
"customerFile",
"defaultCustomerCode",
"defaultStockroomInputName",
"deporteId",
"documents",
"genders",
"internetStockroomId",
"internetStoreId",
"kbStockVisibility",
"kbWish",
"languageId",
"maxPrice",
"minPrice",
"monitoringAlertTime",
"name",
"priceTaxeType",
"priceType",
"printers",
"recountPreseling",
"regions",
"responseTime",
"returnReasonControlActivated",
"returnReasons",
"salesPersonId",
"scanSoundActive",
"secondaryLanguageId",
"shippingMethod",
"spokenLanguages",
"stockRestrictionsStockrooms",
"stockroomSelection",
"stomEstockParam",
"stomParam",
"storeAdress1",
"storeAdress2",
"storeAdress3",
"storeCountry",
"storeFax",
"storeId",
"storeName",
"storePhone",
"storeStockrooms",
"storeZipCode",
"subsidiariesGroupId",
"subsidiariesRegionId",
"subsidiaryId",
"traceabilityByPlate",
"traceabilityByStore",
"userGroup",
"username",
"userNotesIds",
"civilities",
"nationalities",
"orderStatus"
],
"title": "LoginConfiguration - DefaultLogin_configuration",
"type": "object"
}
{
"cbrVersion": "11.15",
"scanSoundActive": "NO",
"username": "generic.cemcg2@gen.hermes.com",
"applicationSettings": [
{
"name": "appCurrentVersion",
"value": "0.5.2"
},
{
"name": "appMinVersion",
"value": "0.5.2"
},
{
"name": "defaultExpirationValue",
"value": "15"
},
{
"name": "lastCatalogUpdate",
"value": "2014-01-31 15:56:00"
},
{
"name": "lastTraductionUpdate",
"value": "2015-07-17 11:42:26.8881334"
}
],
"userNotesIds": [
31415,
31422,
31423,
31425,
31427,
31428,
31430,
31431,
31432,
31435,
31444,
31447,
31448,
31458,
31459,
31461,
31465,
31466,
41466,
41467,
41468,
41469,
41470,
41471,
41472,
41473,
41474,
41475,
41476,
41477,
41482,
41494,
41495,
41496,
41497,
41498,
41499,
41500,
41501,
41502,
41504,
41505,
41507,
41508,
41509
],
"storeId": "100",
"countryId": "FR",
"userGroup": "FMK",
"storeName": "FAUBOURG ST HONORE",
"storeAdress1": "24, rue du Faubourg Saint-Honoré",
"storeAdress2": "",
"storeAdress3": "",
"storeZipCode": "75008",
"storeCity": "PARIS",
"storeCountry": "FR ",
"storePhone": "+ 33 (0)1 40 17 47 17",
"storeFax": "",
"deporteId": "109",
"subsidiaryId": "FFR",
"subsidiariesGroupId": "GFR",
"subsidiariesRegionId": "ZEU",
"languageId": "FRA",
"secondaryLanguageId": "ARA",
"priceType": "FR1",
"priceTaxeType": "TTC",
"currency": "EUR",
"defaultCustomerCode": "PGI0000000013",
"name": "CEM 2",
"salesPersonId": "",
"storeStockrooms": [
{
"stockroomId": "100",
"stockroomName": "0 - FAUBOURG ST HONORE",
"stockroomShortName": "0 - FAUBOURG",
"stockroomPriority": 1,
"isStrongTraceability": true
},
{
"stockroomId": "106",
"stockroomName": "6 - FBG RESERVE CUIR",
"stockroomShortName": "6 - FBG RES. CUIR",
"stockroomPriority": 5,
"isStrongTraceability": true
}
],
"stockRestrictionStockrooms": [
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "CNP",
"subsidiaryId": "CNF",
"countryId": "FR",
"storeId": "750",
"storeName": "CNP GLH SOUS COUPOLE",
"stockroomId": "750",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": true
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "CNP",
"subsidiaryId": "CNF",
"countryId": "FR",
"storeId": "760",
"storeName": "CNP GLH 1erET",
"stockroomId": "760",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": true
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "CNP",
"subsidiaryId": "CNF",
"countryId": "FR",
"storeId": "770",
"storeName": "CNP L B MARCHE",
"stockroomId": "770",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": true
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "CNP",
"subsidiaryId": "CNF",
"countryId": "FR",
"storeId": "780",
"storeName": "CNP BHV LE MARAIS PARIS",
"stockroomId": "780",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": true
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "CNP",
"subsidiaryId": "CNF",
"countryId": "FR",
"storeId": "790",
"storeName": "CNP PRINTEMPS DE LYON",
"stockroomId": "790",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": true
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "CNP",
"subsidiaryId": "CNF",
"countryId": "FR",
"storeId": "7A0",
"storeName": "CNP GL CAP 3000",
"stockroomId": "7A0",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": true
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "CNP",
"subsidiaryId": "CNF",
"countryId": "FR",
"storeId": "7B0",
"storeName": "CNP PRINTEMPS DE LILLE",
"stockroomId": "7B0",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": true
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "CNP",
"subsidiaryId": "CNF",
"countryId": "FR",
"storeId": "7C0",
"storeName": "CNP GL MARSEILLE BOURSE",
"stockroomId": "7C0",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": true
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "CNP",
"subsidiaryId": "CNF",
"countryId": "FR",
"storeId": "7D0",
"storeName": "CNP GL TOULOUSE",
"stockroomId": "7D0",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": true
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "CNP",
"subsidiaryId": "CNF",
"countryId": "FR",
"storeId": "7E0",
"storeName": "CNP GL NICE MASSENA",
"stockroomId": "7E0",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": true
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "CNP",
"subsidiaryId": "CNF",
"countryId": "FR",
"storeId": "7F0",
"storeName": "CNP FRANCK ET FILS",
"stockroomId": "7F0",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": true
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "CNP",
"subsidiaryId": "CNF",
"countryId": "FR",
"storeId": "7G0",
"storeName": "CNP GL BORDEAUX",
"stockroomId": "7G0",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": true
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GBN",
"subsidiaryId": "FBE",
"countryId": "BE",
"storeId": "B10",
"storeName": "BRUXELLES",
"stockroomId": "B10",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GBN",
"subsidiaryId": "FBE",
"countryId": "BE",
"storeId": "B20",
"storeName": "KNOKKE LE ZOUTE",
"stockroomId": "B20",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GBN",
"subsidiaryId": "FBE",
"countryId": "BE",
"storeId": "B30",
"storeName": "ANVERS",
"stockroomId": "B30",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GBN",
"subsidiaryId": "FBE",
"countryId": "BE",
"storeId": "B40",
"storeName": "INTERNET BELGIQUE",
"stockroomId": "B40",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GBN",
"subsidiaryId": "FNL",
"countryId": "NL",
"storeId": "BB0",
"storeName": "AMSTERDAM",
"stockroomId": "BB0",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GBN",
"subsidiaryId": "FNL",
"countryId": "NL",
"storeId": "BC0",
"storeName": "INTERNET NETHERLANDS",
"stockroomId": "BC0",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GBN",
"subsidiaryId": "FNL",
"countryId": "NL",
"storeId": "BE0",
"storeName": "BIJENKORF",
"stockroomId": "BE0",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GCH",
"subsidiaryId": "FCH",
"countryId": "CH",
"storeId": "H10",
"storeName": "GENEVE",
"stockroomId": "H10",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": true
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GCH",
"subsidiaryId": "FCH",
"countryId": "CH",
"storeId": "H10",
"storeName": "GENEVE",
"stockroomId": "H19",
"stockroomTypeCode": "005",
"stockroomTypeDescription": "DEPORTE",
"isStrongTraceability": true
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GCH",
"subsidiaryId": "FCH",
"countryId": "CH",
"storeId": "H20",
"storeName": "BÂLE",
"stockroomId": "H20",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": true
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GCH",
"subsidiaryId": "FCH",
"countryId": "CH",
"storeId": "H30",
"storeName": "BERNE",
"stockroomId": "H30",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": true
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GCH",
"subsidiaryId": "FCH",
"countryId": "CH",
"storeId": "H40",
"storeName": "LUGANO",
"stockroomId": "H40",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": true
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GCH",
"subsidiaryId": "FCH",
"countryId": "CH",
"storeId": "H50",
"storeName": "LAUSANNE",
"stockroomId": "H50",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": true
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GCH",
"subsidiaryId": "FCH",
"countryId": "CH",
"storeId": "H60",
"storeName": "GSTAAD",
"stockroomId": "H60",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": true
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GCH",
"subsidiaryId": "FCH",
"countryId": "CH",
"storeId": "H70",
"storeName": "CRANS MONTANA",
"stockroomId": "H70",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": true
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GCH",
"subsidiaryId": "FCH",
"countryId": "CH",
"storeId": "H80",
"storeName": "ZURICH",
"stockroomId": "H80",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": true
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GCH",
"subsidiaryId": "FCH",
"countryId": "CH",
"storeId": "H90",
"storeName": "ST MORITZ",
"stockroomId": "H90",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": true
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GCH",
"subsidiaryId": "FCH",
"countryId": "CH",
"storeId": "HA0",
"storeName": "INTERNET SUISSE",
"stockroomId": "HA0",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GCP",
"subsidiaryId": "PUF",
"countryId": "FR",
"storeId": "9W0",
"storeName": "MATIGNON",
"stockroomId": "9W0",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": true
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GDE",
"subsidiaryId": "FCZ",
"countryId": "CZ",
"storeId": "AL0",
"storeName": "HERMES PRAGUE, A.S.",
"stockroomId": "AL0",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GDE",
"subsidiaryId": "FDE",
"countryId": "DE",
"storeId": "A00",
"storeName": "HERMES GMBH",
"stockroomId": "A05",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GDE",
"subsidiaryId": "FDE",
"countryId": "DE",
"storeId": "A10",
"storeName": "MUENCHEN",
"stockroomId": "A10",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": true
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GDE",
"subsidiaryId": "FDE",
"countryId": "DE",
"storeId": "A20",
"storeName": "KOELN",
"stockroomId": "A20",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GDE",
"subsidiaryId": "FDE",
"countryId": "DE",
"storeId": "A30",
"storeName": "FRANKFURT",
"stockroomId": "A30",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GDE",
"subsidiaryId": "FDE",
"countryId": "DE",
"storeId": "A40",
"storeName": "DÜSSELDORF",
"stockroomId": "A40",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GDE",
"subsidiaryId": "FDE",
"countryId": "DE",
"storeId": "A50",
"storeName": "HAMBURG",
"stockroomId": "A50",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GDE",
"subsidiaryId": "FDE",
"countryId": "DE",
"storeId": "A60",
"storeName": "BERLIN WEST",
"stockroomId": "A60",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": true
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GDE",
"subsidiaryId": "FDE",
"countryId": "DE",
"storeId": "A80",
"storeName": "BADEN-BADEN",
"stockroomId": "A80",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GDE",
"subsidiaryId": "FDE",
"countryId": "DE",
"storeId": "A90",
"storeName": "NUREMBERG",
"stockroomId": "A90",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GDE",
"subsidiaryId": "FDE",
"countryId": "DE",
"storeId": "AB0",
"storeName": "INTERNET DEUTSCHLAND",
"stockroomId": "AB0",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GDE",
"subsidiaryId": "FDE",
"countryId": "DE",
"storeId": "AC0",
"storeName": "BERLIN KADEWE",
"stockroomId": "AC0",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GFR",
"subsidiaryId": "FFR",
"countryId": "FR",
"storeId": "080",
"storeName": "EVENEMENTIEL",
"stockroomId": "080",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": true
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GFR",
"subsidiaryId": "FFR",
"countryId": "FR",
"storeId": "090",
"storeName": "PANTIN",
"stockroomId": "090",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": true
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GFR",
"subsidiaryId": "FFR",
"countryId": "FR",
"storeId": "100",
"storeName": "FAUBOURG ST HONORE",
"stockroomId": "100",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": true
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GFR",
"subsidiaryId": "FFR",
"countryId": "FR",
"storeId": "100",
"storeName": "FAUBOURG ST HONORE",
"stockroomId": "106",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": true
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GFR",
"subsidiaryId": "FFR",
"countryId": "FR",
"storeId": "100",
"storeName": "FAUBOURG ST HONORE",
"stockroomId": "109",
"stockroomTypeCode": "005",
"stockroomTypeDescription": "DEPORTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GFR",
"subsidiaryId": "FFR",
"countryId": "FR",
"storeId": "110",
"storeName": "BIARRITZ",
"stockroomId": "110",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": true
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GFR",
"subsidiaryId": "FFR",
"countryId": "FR",
"storeId": "120",
"storeName": "DEAUVILLE",
"stockroomId": "120",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": true
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GFR",
"subsidiaryId": "FFR",
"countryId": "FR",
"storeId": "140",
"storeName": "CANNES",
"stockroomId": "140",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": true
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GFR",
"subsidiaryId": "FFR",
"countryId": "FR",
"storeId": "150",
"storeName": "LILLE",
"stockroomId": "150",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": true
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GFR",
"subsidiaryId": "FFR",
"countryId": "FR",
"storeId": "170",
"storeName": "BORDEAUX",
"stockroomId": "170",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": true
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GFR",
"subsidiaryId": "FFR",
"countryId": "FR",
"storeId": "190",
"storeName": "STRASBOURG",
"stockroomId": "190",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": true
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GFR",
"subsidiaryId": "FFR",
"countryId": "FR",
"storeId": "200",
"storeName": "GEORGE V",
"stockroomId": "200",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": true
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GFR",
"subsidiaryId": "FFR",
"countryId": "FR",
"storeId": "200",
"storeName": "GEORGE V",
"stockroomId": "206",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": true
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GFR",
"subsidiaryId": "FFR",
"countryId": "FR",
"storeId": "220",
"storeName": "RENNES",
"stockroomId": "220",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": true
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GFR",
"subsidiaryId": "FFR",
"countryId": "FR",
"storeId": "230",
"storeName": "MARSEILLE",
"stockroomId": "230",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": true
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GFR",
"subsidiaryId": "FFR",
"countryId": "FR",
"storeId": "240",
"storeName": "ROUEN",
"stockroomId": "240",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": true
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GFR",
"subsidiaryId": "FFR",
"countryId": "FR",
"storeId": "250",
"storeName": "ST BARTHELEMY",
"stockroomId": "250",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": true
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GFR",
"subsidiaryId": "FFR",
"countryId": "FR",
"storeId": "260",
"storeName": "AIX EN PROVENCE",
"stockroomId": "260",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": true
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GFR",
"subsidiaryId": "FFR",
"countryId": "FR",
"storeId": "270",
"storeName": "MAGASIN HERMES PARFUMEUR",
"stockroomId": "270",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": true
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GFR",
"subsidiaryId": "FFR",
"countryId": "FR",
"storeId": "280",
"storeName": "PRINTEMPS LA MONTRE",
"stockroomId": "280",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": true
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GFR",
"subsidiaryId": "FFR",
"countryId": "FR",
"storeId": "290",
"storeName": "GALERIES LA MONTRE",
"stockroomId": "290",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": true
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GFR",
"subsidiaryId": "FFR",
"countryId": "FR",
"storeId": "310",
"storeName": "SEVRES",
"stockroomId": "310",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": true
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GFR",
"subsidiaryId": "FFR",
"countryId": "FR",
"storeId": "310",
"storeName": "SEVRES",
"stockroomId": "319",
"stockroomTypeCode": "005",
"stockroomTypeDescription": "DEPORTE",
"isStrongTraceability": true
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GFR",
"subsidiaryId": "FFR",
"countryId": "FR",
"storeId": "320",
"storeName": "GRENELLE",
"stockroomId": "320",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": true
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GFR",
"subsidiaryId": "FMO",
"countryId": "MC",
"storeId": "400",
"storeName": "MONTE CARLO",
"stockroomId": "400",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": true
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GFR",
"subsidiaryId": "FMO",
"countryId": "MC",
"storeId": "400",
"storeName": "MONTE CARLO",
"stockroomId": "401",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": true
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GFR",
"subsidiaryId": "FMO",
"countryId": "MC",
"storeId": "400",
"storeName": "MONTE CARLO",
"stockroomId": "410",
"stockroomTypeCode": "005",
"stockroomTypeDescription": "DEPORTE",
"isStrongTraceability": true
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GFR",
"subsidiaryId": "FMO",
"countryId": "MC",
"storeId": "4A0",
"storeName": "HERMES MONTE CARLO",
"stockroomId": "4A0",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": true
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GGR",
"subsidiaryId": "FGR",
"countryId": "GR",
"storeId": "D10",
"storeName": "ATHENES",
"stockroomId": "D10",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GGR",
"subsidiaryId": "FGR",
"countryId": "GR",
"storeId": "D90",
"storeName": "MYKONOS",
"stockroomId": "D90",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GGR",
"subsidiaryId": "FTR",
"countryId": "TR",
"storeId": "DB0",
"storeName": "ISTANBUL",
"stockroomId": "DB0",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GGR",
"subsidiaryId": "FTR",
"countryId": "TR",
"storeId": "DD0",
"storeName": "ISTANBUL ISTINYE",
"stockroomId": "DD0",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GIT",
"subsidiaryId": "FIT",
"countryId": "IT",
"storeId": "I10",
"storeName": "MILANO",
"stockroomId": "I10",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": true
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GIT",
"subsidiaryId": "FIT",
"countryId": "IT",
"storeId": "I20",
"storeName": "FIRENZE",
"stockroomId": "I20",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GIT",
"subsidiaryId": "FIT",
"countryId": "IT",
"storeId": "I30",
"storeName": "BOLOGNA",
"stockroomId": "I30",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GIT",
"subsidiaryId": "FIT",
"countryId": "IT",
"storeId": "I40",
"storeName": "ROMA",
"stockroomId": "I40",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GIT",
"subsidiaryId": "FIT",
"countryId": "IT",
"storeId": "I40",
"storeName": "ROMA",
"stockroomId": "I41",
"stockroomTypeCode": "005",
"stockroomTypeDescription": "DEPORTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GIT",
"subsidiaryId": "FIT",
"countryId": "IT",
"storeId": "I50",
"storeName": "TORINO",
"stockroomId": "I50",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GIT",
"subsidiaryId": "FIT",
"countryId": "IT",
"storeId": "I60",
"storeName": "PADOVA",
"stockroomId": "I60",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GIT",
"subsidiaryId": "FIT",
"countryId": "IT",
"storeId": "I70",
"storeName": "NAPOLI",
"stockroomId": "I70",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GIT",
"subsidiaryId": "FIT",
"countryId": "IT",
"storeId": "I80",
"storeName": "PALERMO",
"stockroomId": "I80",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GIT",
"subsidiaryId": "FIT",
"countryId": "IT",
"storeId": "I90",
"storeName": "CAPRI",
"stockroomId": "I90",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GIT",
"subsidiaryId": "FIT",
"countryId": "IT",
"storeId": "IA0",
"storeName": "VENEZIA",
"stockroomId": "IA0",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GIT",
"subsidiaryId": "FIT",
"countryId": "IT",
"storeId": "IB0",
"storeName": "PORTO CERVO",
"stockroomId": "IB0",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GIT",
"subsidiaryId": "FIT",
"countryId": "IT",
"storeId": "IC0",
"storeName": "WAREHOUSE MILANO",
"stockroomId": "IC0",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GIT",
"subsidiaryId": "FIT",
"countryId": "IT",
"storeId": "IE0",
"storeName": "INTERNET ITALIE",
"stockroomId": "IE0",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GJL",
"subsidiaryId": "JLF",
"countryId": "FR",
"storeId": "9A0",
"storeName": "JOHN LOBB SAS",
"stockroomId": "9A0",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GJL",
"subsidiaryId": "JLF",
"countryId": "FR",
"storeId": "9B0",
"storeName": "JL FRANCOIS 1ER",
"stockroomId": "9B0",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GJL",
"subsidiaryId": "JLF",
"countryId": "FR",
"storeId": "9B0",
"storeName": "JL FRANCOIS 1ER",
"stockroomId": "9B3",
"stockroomTypeCode": "005",
"stockroomTypeDescription": "DEPORTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GJL",
"subsidiaryId": "JLF",
"countryId": "FR",
"storeId": "9C0",
"storeName": "JL SAINT GERMAIN",
"stockroomId": "9C0",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GJL",
"subsidiaryId": "JLF",
"countryId": "FR",
"storeId": "9C0",
"storeName": "JL SAINT GERMAIN",
"stockroomId": "9C4",
"stockroomTypeCode": "005",
"stockroomTypeDescription": "DEPORTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GJL",
"subsidiaryId": "JLF",
"countryId": "FR",
"storeId": "9D0",
"storeName": "JL BOISSY",
"stockroomId": "9D0",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GJL",
"subsidiaryId": "JLF",
"countryId": "FR",
"storeId": "9D0",
"storeName": "JL BOISSY",
"stockroomId": "9D2",
"stockroomTypeCode": "005",
"stockroomTypeDescription": "DEPORTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GJL",
"subsidiaryId": "JLS",
"countryId": "CH",
"storeId": "9E0",
"storeName": "JL GENEVE",
"stockroomId": "9E0",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GJL",
"subsidiaryId": "JUK",
"countryId": "GB",
"storeId": "9F0",
"storeName": "JL LONDRES JERMYN",
"stockroomId": "9F0",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GJL",
"subsidiaryId": "JUK",
"countryId": "GB",
"storeId": "9F0",
"storeName": "JL LONDRES JERMYN",
"stockroomId": "9F3",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GJL",
"subsidiaryId": "JUK",
"countryId": "GB",
"storeId": "9G0",
"storeName": "JL NORTHAMPTON FACTORY SHOP",
"stockroomId": "9G0",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GRU",
"subsidiaryId": "FRU",
"countryId": "RU",
"storeId": "DK0",
"storeName": "RU - HRUS",
"stockroomId": "DK0",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GRU",
"subsidiaryId": "FRU",
"countryId": "RU",
"storeId": "DM0",
"storeName": "GUM",
"stockroomId": "DM0",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GRU",
"subsidiaryId": "FRU",
"countryId": "RU",
"storeId": "DN0",
"storeName": "STOLESHNIKOV",
"stockroomId": "DN0",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GSP",
"subsidiaryId": "FPT",
"countryId": "PT",
"storeId": "EA0",
"storeName": "LISBONNE",
"stockroomId": "EA0",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GSP",
"subsidiaryId": "FPT",
"countryId": "PT",
"storeId": "EC0",
"storeName": "ALGARVE",
"stockroomId": "EC0",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GSP",
"subsidiaryId": "FPT",
"countryId": "PT",
"storeId": "ED0",
"storeName": "PORTUGAL SOLDES",
"stockroomId": "ED0",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GSP",
"subsidiaryId": "FSP",
"countryId": "ES",
"storeId": "E10",
"storeName": "MADRID ORTEGA",
"stockroomId": "E10",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GSP",
"subsidiaryId": "FSP",
"countryId": "ES",
"storeId": "E20",
"storeName": "PAU CASALS",
"stockroomId": "E20",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GSP",
"subsidiaryId": "FSP",
"countryId": "ES",
"storeId": "E30",
"storeName": "MARBELLA",
"stockroomId": "E30",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GSP",
"subsidiaryId": "FSP",
"countryId": "ES",
"storeId": "E40",
"storeName": "VALENCIA",
"stockroomId": "E40",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GSP",
"subsidiaryId": "FSP",
"countryId": "ES",
"storeId": "E50",
"storeName": "MADRID CASTELLANA",
"stockroomId": "E50",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GSP",
"subsidiaryId": "FSP",
"countryId": "ES",
"storeId": "E60",
"storeName": "BARCELONA PASEO",
"stockroomId": "E60",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GSP",
"subsidiaryId": "FSP",
"countryId": "ES",
"storeId": "E70",
"storeName": "INTERNET SPAIN",
"stockroomId": "E70",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GSP",
"subsidiaryId": "FSP",
"countryId": "ES",
"storeId": "E90",
"storeName": "BARCELONA DIAGONAL",
"stockroomId": "E90",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GUK",
"subsidiaryId": "FIR",
"countryId": "IE",
"storeId": "GL0",
"storeName": "DUBLIN BROWN THOMAS",
"stockroomId": "GL0",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GUK",
"subsidiaryId": "FUK",
"countryId": "GB",
"storeId": "G10",
"storeName": "BOND STREET",
"stockroomId": "G10",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": true
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GUK",
"subsidiaryId": "FUK",
"countryId": "GB",
"storeId": "G20",
"storeName": "SLOANE STREET",
"stockroomId": "G20",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GUK",
"subsidiaryId": "FUK",
"countryId": "GB",
"storeId": "G20",
"storeName": "SLOANE STREET",
"stockroomId": "G29",
"stockroomTypeCode": "005",
"stockroomTypeDescription": "DEPORTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GUK",
"subsidiaryId": "FUK",
"countryId": "GB",
"storeId": "G30",
"storeName": "ROYAL EXCHANGE",
"stockroomId": "G30",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GUK",
"subsidiaryId": "FUK",
"countryId": "GB",
"storeId": "G40",
"storeName": "HARROD'S",
"stockroomId": "G40",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GUK",
"subsidiaryId": "FUK",
"countryId": "GB",
"storeId": "G50",
"storeName": "SELFRIDGES LONDON",
"stockroomId": "G50",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GUK",
"subsidiaryId": "FUK",
"countryId": "GB",
"storeId": "G60",
"storeName": "MANCHESTER",
"stockroomId": "G60",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GUK",
"subsidiaryId": "FUK",
"countryId": "GB",
"storeId": "G70",
"storeName": "SELFRIDGES MANCHESTER",
"stockroomId": "G70",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GUK",
"subsidiaryId": "FUK",
"countryId": "GB",
"storeId": "G80",
"storeName": "GLASGOW",
"stockroomId": "G80",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GUK",
"subsidiaryId": "FUK",
"countryId": "GB",
"storeId": "G90",
"storeName": "HARRODS LTH/CSL/PUI",
"stockroomId": "G90",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GUK",
"subsidiaryId": "FUK",
"countryId": "GB",
"storeId": "GA0",
"storeName": "INTERNET UK",
"stockroomId": "GA0",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GUK",
"subsidiaryId": "FUK",
"countryId": "GB",
"storeId": "GD0",
"storeName": "TRADE STAND",
"stockroomId": "GD0",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GUK",
"subsidiaryId": "FUK",
"countryId": "GB",
"storeId": "GE0",
"storeName": "HARROD'S W&J",
"stockroomId": "GE0",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": false
},
{
"geographicalRegionId": "ZEU",
"subsidiaryGroupId": "GUK",
"subsidiaryId": "FUK",
"countryId": "GB",
"storeId": "GE0",
"storeName": "HARROD'S W&J",
"stockroomId": "GE1",
"stockroomTypeCode": "001",
"stockroomTypeDescription": "VENTE",
"isStrongTraceability": false
}
],
"stockroomSelection": true,
"traceabilityByPlate": {
"departmentsMandatory": [
"1",
"W",
"B"
],
"departmentsOptional": [
"C",
"B"
]
},
"civilities": [
{
"CivilityCode": "001",
"CivilityDescription": "MME",
"RankId": "001"
},
{
"CivilityCode": "003",
"CivilityDescription": "M.",
"RankId": "002"
},
{
"CivilityCode": "002",
"CivilityDescription": "MLLE",
"RankId": "003"
},
{
"CivilityCode": "004",
"CivilityDescription": "M. ET MME",
"RankId": "004"
},
{
"CivilityCode": "045",
"CivilityDescription": "M. et M.",
"RankId": "005"
},
{
"CivilityCode": "046",
"CivilityDescription": "MME et MME",
"RankId": "006"
},
{
"CivilityCode": "026",
"CivilityDescription": "LISTE",
"RankId": "007"
},
{
"CivilityCode": "005",
"CivilityDescription": "BARON",
"RankId": "008"
},
{
"CivilityCode": "006",
"CivilityDescription": "BARONNE",
"RankId": "009"
},
{
"CivilityCode": "008",
"CivilityDescription": "COMTE",
"RankId": "010"
},
{
"CivilityCode": "009",
"CivilityDescription": "COMTESSE",
"RankId": "011"
},
{
"CivilityCode": "028",
"CivilityDescription": "COMTE ET COMTESSE",
"RankId": "012"
},
{
"CivilityCode": "010",
"CivilityDescription": "DOCTEUR",
"RankId": "013"
},
{
"CivilityCode": "011",
"CivilityDescription": "DUCHESSE",
"RankId": "014"
},
{
"CivilityCode": "012",
"CivilityDescription": "EXCELLENCE",
"RankId": "015"
},
{
"CivilityCode": "013",
"CivilityDescription": "LADY",
"RankId": "016"
},
{
"CivilityCode": "014",
"CivilityDescription": "LORD",
"RankId": "017"
},
{
"CivilityCode": "015",
"CivilityDescription": "MAITRE",
"RankId": "018"
},
{
"CivilityCode": "036",
"CivilityDescription": "MAJOR",
"RankId": "019"
},
{
"CivilityCode": "016",
"CivilityDescription": "MARQUIS",
"RankId": "020"
},
{
"CivilityCode": "017",
"CivilityDescription": "MARQUISE",
"RankId": "021"
},
{
"CivilityCode": "019",
"CivilityDescription": "MISS",
"RankId": "022"
},
{
"CivilityCode": "040",
"CivilityDescription": "MONSIEUR LE PROFESSEUR",
"RankId": "023"
},
{
"CivilityCode": "050",
"CivilityDescription": "MR",
"RankId": "024"
},
{
"CivilityCode": "051",
"CivilityDescription": "MR and MRS",
"RankId": "025"
},
{
"CivilityCode": "025",
"CivilityDescription": "MRS",
"RankId": "026"
},
{
"CivilityCode": "439",
"CivilityDescription": "PRINCE",
"RankId": "027"
},
{
"CivilityCode": "021",
"CivilityDescription": "PRINCESSE",
"RankId": "028"
},
{
"CivilityCode": "022",
"CivilityDescription": "PROFESSEUR",
"RankId": "029"
},
{
"CivilityCode": "023",
"CivilityDescription": "SIR",
"RankId": "030"
},
{
"CivilityCode": "810",
"CivilityDescription": "SON ALTESSE",
"RankId": "031"
},
{
"CivilityCode": "024",
"CivilityDescription": "VICOMTESSE",
"RankId": "032"
}
],
"allCivilities": [
{
"CivilityCode": "007",
"CivilityDescription": "CABINET",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "018",
"CivilityDescription": "MINISTERE",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "020",
"CivilityDescription": "PRINCE",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "103",
"CivilityDescription": "CONDESSA",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "104",
"CivilityDescription": "CONDE",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "105",
"CivilityDescription": "CONDES",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "106",
"CivilityDescription": "MARQUES",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "107",
"CivilityDescription": "MARQUESA",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "108",
"CivilityDescription": "MARQUESES",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "109",
"CivilityDescription": "DUQUE",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "110",
"CivilityDescription": "DUQUESA",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "111",
"CivilityDescription": "DUQUES",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "113",
"CivilityDescription": "DRA.",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "114",
"CivilityDescription": "ENG.",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "115",
"CivilityDescription": "ARQ.",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "116",
"CivilityDescription": "PROFESSOR",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "100",
"CivilityDescription": "SENORITA",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "131",
"CivilityDescription": "FRAU DR.",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "132",
"CivilityDescription": "FRAU PROF.",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "133",
"CivilityDescription": "FRAU PROF. DR.",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "134",
"CivilityDescription": "FRAU RA.",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "143",
"CivilityDescription": "BARON",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "144",
"CivilityDescription": "BARON UND BARONIN",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "145",
"CivilityDescription": "BARONE",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "146",
"CivilityDescription": "BARONESS",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "147",
"CivilityDescription": "BARONESSE",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "148",
"CivilityDescription": "BARONIN",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "149",
"CivilityDescription": "CONSUL HONORAIRE DE FRANCE",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "150",
"CivilityDescription": "CONTESSA",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "151",
"CivilityDescription": "DIPL. ING.",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "152",
"CivilityDescription": "DIPL. KFM.",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "153",
"CivilityDescription": "DR. DR.",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "154",
"CivilityDescription": "DR. MED.",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "155",
"CivilityDescription": "DR. MED. DENT.",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "156",
"CivilityDescription": "DR. RER. OEC.",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "157",
"CivilityDescription": "ERBPRINZ",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "158",
"CivilityDescription": "ERBPRINZESSIN",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "159",
"CivilityDescription": "FREIFRAU",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "160",
"CivilityDescription": "FREIFRAU BARONIN",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "161",
"CivilityDescription": "FREIHERR",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "162",
"CivilityDescription": "FREIHERR UND FREIFRAU",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "163",
"CivilityDescription": "FREIHERRIN GRÄFIN ZU",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "164",
"CivilityDescription": "FREIIN",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "165",
"CivilityDescription": "FÜRST",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "166",
"CivilityDescription": "FÜRSTIN",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "167",
"CivilityDescription": "GENERALKONSUL",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "168",
"CivilityDescription": "GRAF",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "169",
"CivilityDescription": "GRAF UND GRÄFIN",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "170",
"CivilityDescription": "GRÄFIN",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "171",
"CivilityDescription": "HERZOG",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "172",
"CivilityDescription": "HERZOGIN",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "173",
"CivilityDescription": "HONORARY CONSUL",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "174",
"CivilityDescription": "HONORY CONSUL OF JAMAICA",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "175",
"CivilityDescription": "KONSUL",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "176",
"CivilityDescription": "LADY",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "177",
"CivilityDescription": "MEYER",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "178",
"CivilityDescription": "PRINZ",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "179",
"CivilityDescription": "PRINZ UND PRINZESSIN",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "180",
"CivilityDescription": "PRINZESSIN",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "181",
"CivilityDescription": "REICHSFREIIN",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "182",
"CivilityDescription": "RITTER",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "183",
"CivilityDescription": "SENATOR",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "184",
"CivilityDescription": "SENATOR H.C.",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "210",
"CivilityDescription": "ARCH.",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "211",
"CivilityDescription": "AVV.",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "212",
"CivilityDescription": "CAV.",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "213",
"CivilityDescription": "CONTE",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "214",
"CivilityDescription": "CONTESSA",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "215",
"CivilityDescription": "DOTTOR",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "216",
"CivilityDescription": "DOTTORESSA",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "217",
"CivilityDescription": "DOTT. ING.",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "218",
"CivilityDescription": "MARCHESA",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "219",
"CivilityDescription": "MARCHESE",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "220",
"CivilityDescription": "ON.",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "221",
"CivilityDescription": "PRINCIPE",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "222",
"CivilityDescription": "PRINCIPESSA",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "223",
"CivilityDescription": "PROF.",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "224",
"CivilityDescription": "PROF.SSA",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "136",
"CivilityDescription": "HERR DR.",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "137",
"CivilityDescription": "HERR PROF.",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "138",
"CivilityDescription": "HERR PROF. DR.",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "139",
"CivilityDescription": "HERR RA.",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "140",
"CivilityDescription": "HERR UND FRAU PROF.",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "141",
"CivilityDescription": "HERR UND FRAU DR.",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "228",
"CivilityDescription": "SIGNORINA",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "306",
"CivilityDescription": "Fraulein",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "415",
"CivilityDescription": "SRA",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "431",
"CivilityDescription": "AMBASSADOR",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "437",
"CivilityDescription": "PRESIDENT",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "438",
"CivilityDescription": "PREZIDENT",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "440",
"CivilityDescription": "PRINCESS",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "443",
"CivilityDescription": "ING",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "444",
"CivilityDescription": "JUDR",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "445",
"CivilityDescription": "MUDR",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "450",
"CivilityDescription": "MS & MRS",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "451",
"CivilityDescription": "PROF DR.",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "500",
"CivilityDescription": "ING",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "501",
"CivilityDescription": "MUDR",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "502",
"CivilityDescription": "JUDR",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "503",
"CivilityDescription": "MONSIEUR",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "504",
"CivilityDescription": "MONSIEUR ET MADAME",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "510",
"CivilityDescription": "VISCOUNT",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "518",
"CivilityDescription": "MAYOR",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "519",
"CivilityDescription": "QC & Mrs",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "520",
"CivilityDescription": "His Worship, The Lord Mayor",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "521",
"CivilityDescription": "Count & Countess",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "522",
"CivilityDescription": "Messrs",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "523",
"CivilityDescription": "Esq.",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "524",
"CivilityDescription": "Ma.",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "525",
"CivilityDescription": "Nr.",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "526",
"CivilityDescription": "The Honorable and Mrs",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "527",
"CivilityDescription": "B.",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "528",
"CivilityDescription": "Mr & Ms",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "529",
"CivilityDescription": "Magistrate",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "530",
"CivilityDescription": "HRH",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "531",
"CivilityDescription": "His Excellency",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "532",
"CivilityDescription": "V.",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "533",
"CivilityDescription": "Justice",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "534",
"CivilityDescription": "Datin",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "535",
"CivilityDescription": "Dato",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "536",
"CivilityDescription": "Datuk",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "537",
"CivilityDescription": "Tan Sri",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "538",
"CivilityDescription": "Puan Sri",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "539",
"CivilityDescription": "Captain",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "540",
"CivilityDescription": "YAM Tunku Dato Seri",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "541",
"CivilityDescription": "YM Tunku Dato Seri",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "542",
"CivilityDescription": "Tunku Dato Seri",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "543",
"CivilityDescription": "Dato Seri",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "544",
"CivilityDescription": "Datin Sri",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "545",
"CivilityDescription": "Tengku",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "546",
"CivilityDescription": "Yang Permaisuri",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "547",
"CivilityDescription": "Toh Puan",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "548",
"CivilityDescription": "Raja",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "549",
"CivilityDescription": "Ungku",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "550",
"CivilityDescription": "Dato & Datin",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "551",
"CivilityDescription": "Datuk & Datin",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "552",
"CivilityDescription": "Tan Sri & Puan Sri",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "553",
"CivilityDescription": "Datuk Sri & Datin Sri",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "554",
"CivilityDescription": "Dato Sri & Datin Sri",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "555",
"CivilityDescription": "Baginda",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "556",
"CivilityDescription": "Che Puan",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "557",
"CivilityDescription": "Datin Seri",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "558",
"CivilityDescription": "Dato'",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "559",
"CivilityDescription": "Dato Sri",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "560",
"CivilityDescription": "Dato Tengku",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "561",
"CivilityDescription": "Puan",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "562",
"CivilityDescription": "Puan Sri Datin",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "563",
"CivilityDescription": "Raja Datin",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "564",
"CivilityDescription": "Tan Sri Dato",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "565",
"CivilityDescription": "Tan Sri Dato Seri",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "566",
"CivilityDescription": "Tan Sri Datuk",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "567",
"CivilityDescription": "Tenku Datin",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "568",
"CivilityDescription": "Tengku Dato Seri",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "569",
"CivilityDescription": "Yam Tengku",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "570",
"CivilityDescription": "Yam Tunku Dato Seri & Datin Seri",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "571",
"CivilityDescription": "Yb Datuk",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "572",
"CivilityDescription": "Yb Dato Dr",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "573",
"CivilityDescription": "Yb Dato",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "574",
"CivilityDescription": "Tan Sri Dato Sri",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "801",
"CivilityDescription": "FATHER",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "802",
"CivilityDescription": "DR & MRS",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "803",
"CivilityDescription": "SISTERS",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "805",
"CivilityDescription": "PROF & MRS",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "806",
"CivilityDescription": "THE HON.",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "807",
"CivilityDescription": "REV",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "808",
"CivilityDescription": "SIR & LADY",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "809",
"CivilityDescription": "HER HONOUR JUDGE",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "901",
"CivilityDescription": "SHK.",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "902",
"CivilityDescription": "SHKA.",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "903",
"CivilityDescription": "M/S",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "HON",
"CivilityDescription": "HONORABLE",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "J01",
"CivilityDescription": "様",
"CivilityRestriction": "...",
"RankId": "000"
},
{
"CivilityCode": "034",
"CivilityDescription": "Madame",
"CivilityRestriction": "...",
"RankId": "005"
},
{
"CivilityCode": "035",
"CivilityDescription": "Mademoiselle",
"CivilityRestriction": "...",
"RankId": "006"
},
{
"CivilityCode": "027",
"CivilityDescription": "Comte et Comtesse",
"CivilityRestriction": "...",
"RankId": "009"
},
{
"CivilityCode": "037",
"CivilityDescription": "Mevrouw",
"CivilityRestriction": "...",
"RankId": "014"
},
{
"CivilityCode": "366",
"CivilityDescription": "MRS",
"CivilityRestriction": "CBE",
"RankId": "000"
},
{
"CivilityCode": "367",
"CivilityDescription": "MISS",
"CivilityRestriction": "CBE",
"RankId": "000"
},
{
"CivilityCode": "368",
"CivilityDescription": "FAMILY",
"CivilityRestriction": "CBE",
"RankId": "000"
},
{
"CivilityCode": "369",
"CivilityDescription": "FAMILIE",
"CivilityRestriction": "CBE",
"RankId": "000"
},
{
"CivilityCode": "365",
"CivilityDescription": "MME",
"CivilityRestriction": "CBE",
"RankId": "001"
},
{
"CivilityCode": "804",
"CivilityDescription": "MR",
"CivilityRestriction": "CBE",
"RankId": "002"
},
{
"CivilityCode": "355",
"CivilityDescription": "MR ET MME",
"CivilityRestriction": "CBE",
"RankId": "003"
},
{
"CivilityCode": "360",
"CivilityDescription": "MLLE",
"CivilityRestriction": "CBE",
"RankId": "004"
},
{
"CivilityCode": "030",
"CivilityDescription": "FAMILLE",
"CivilityRestriction": "CBE",
"RankId": "008"
},
{
"CivilityCode": "118",
"CivilityDescription": "DHR",
"CivilityRestriction": "CBE",
"RankId": "010"
},
{
"CivilityCode": "119",
"CivilityDescription": "DHR EN MEVR",
"CivilityRestriction": "CBE",
"RankId": "011"
},
{
"CivilityCode": "120",
"CivilityDescription": "JUFF.",
"CivilityRestriction": "CBE",
"RankId": "012"
},
{
"CivilityCode": "121",
"CivilityDescription": "MEVR",
"CivilityRestriction": "CBE",
"RankId": "013"
},
{
"CivilityCode": "039",
"CivilityDescription": "MME",
"CivilityRestriction": "CCH",
"RankId": "001"
},
{
"CivilityCode": "350",
"CivilityDescription": "M.",
"CivilityRestriction": "CCH",
"RankId": "002"
},
{
"CivilityCode": "033",
"CivilityDescription": "M. ET MME",
"CivilityRestriction": "CCH",
"RankId": "003"
},
{
"CivilityCode": "038",
"CivilityDescription": "MLLE",
"CivilityRestriction": "CCH",
"RankId": "004"
},
{
"CivilityCode": "305",
"CivilityDescription": "FRAU",
"CivilityRestriction": "CCH",
"RankId": "005"
},
{
"CivilityCode": "310",
"CivilityDescription": "FRAU PROF. DR.",
"CivilityRestriction": "CCH",
"RankId": "006"
},
{
"CivilityCode": "315",
"CivilityDescription": "FRAU DR.",
"CivilityRestriction": "CCH",
"RankId": "007"
},
{
"CivilityCode": "320",
"CivilityDescription": "HERR",
"CivilityRestriction": "CCH",
"RankId": "008"
},
{
"CivilityCode": "325",
"CivilityDescription": "HERR PROF. DR.",
"CivilityRestriction": "CCH",
"RankId": "009"
},
{
"CivilityCode": "330",
"CivilityDescription": "HERR DR.",
"CivilityRestriction": "CCH",
"RankId": "010"
},
{
"CivilityCode": "335",
"CivilityDescription": "HERR UND FRAU",
"CivilityRestriction": "CCH",
"RankId": "011"
},
{
"CivilityCode": "340",
"CivilityDescription": "HERR UND FRAU DR.",
"CivilityRestriction": "CCH",
"RankId": "012"
},
{
"CivilityCode": "345",
"CivilityDescription": "HERR UND FRAU PROF.",
"CivilityRestriction": "CCH",
"RankId": "013"
},
{
"CivilityCode": "380",
"CivilityDescription": "AVVOCATO",
"CivilityRestriction": "CCH",
"RankId": "014"
},
{
"CivilityCode": "385",
"CivilityDescription": "DOTTORE",
"CivilityRestriction": "CCH",
"RankId": "015"
},
{
"CivilityCode": "390",
"CivilityDescription": "EGREGI SIGNORI",
"CivilityRestriction": "CCH",
"RankId": "016"
},
{
"CivilityCode": "370",
"CivilityDescription": "EGREGIO SIGNOR",
"CivilityRestriction": "CCH",
"RankId": "017"
},
{
"CivilityCode": "375",
"CivilityDescription": "GENTILE SIGNORA",
"CivilityRestriction": "CCH",
"RankId": "018"
},
{
"CivilityCode": "432",
"CivilityDescription": "Manželé",
"CivilityRestriction": "CCZ",
"RankId": "001"
},
{
"CivilityCode": "435",
"CivilityDescription": "Pan",
"CivilityRestriction": "CCZ",
"RankId": "002"
},
{
"CivilityCode": "436",
"CivilityDescription": "Paní",
"CivilityRestriction": "CCZ",
"RankId": "003"
},
{
"CivilityCode": "442",
"CivilityDescription": "Rodina",
"CivilityRestriction": "CCZ",
"RankId": "004"
},
{
"CivilityCode": "441",
"CivilityDescription": "Slečna",
"CivilityRestriction": "CCZ",
"RankId": "005"
},
{
"CivilityCode": "130",
"CivilityDescription": "Frau",
"CivilityRestriction": "CDE",
"RankId": "001"
},
{
"CivilityCode": "135",
"CivilityDescription": "Herr",
"CivilityRestriction": "CDE",
"RankId": "002"
},
{
"CivilityCode": "142",
"CivilityDescription": "Herr und Frau",
"CivilityRestriction": "CDE",
"RankId": "003"
},
{
"CivilityCode": "031",
"CivilityDescription": "Frau und Frau",
"CivilityRestriction": "CDE",
"RankId": "004"
},
{
"CivilityCode": "032",
"CivilityDescription": "Herr und Herr",
"CivilityRestriction": "CDE",
"RankId": "005"
},
{
"CivilityCode": "410",
"CivilityDescription": "Sr. D.",
"CivilityRestriction": "CES",
"RankId": "001"
},
{
"CivilityCode": "420",
"CivilityDescription": "Sra. de",
"CivilityRestriction": "CES",
"RankId": "002"
},
{
"CivilityCode": "425",
"CivilityDescription": "Sra. Dña.",
"CivilityRestriction": "CES",
"RankId": "003"
},
{
"CivilityCode": "430",
"CivilityDescription": "Sres. de",
"CivilityRestriction": "CES",
"RankId": "004"
},
{
"CivilityCode": "001",
"CivilityDescription": "MME",
"CivilityRestriction": "CFR",
"RankId": "001"
},
{
"CivilityCode": "003",
"CivilityDescription": "M.",
"CivilityRestriction": "CFR",
"RankId": "002"
},
{
"CivilityCode": "002",
"CivilityDescription": "MLLE",
"CivilityRestriction": "CFR",
"RankId": "003"
},
{
"CivilityCode": "004",
"CivilityDescription": "M. ET MME",
"CivilityRestriction": "CFR",
"RankId": "004"
},
{
"CivilityCode": "045",
"CivilityDescription": "M. et M.",
"CivilityRestriction": "CFR",
"RankId": "005"
},
{
"CivilityCode": "046",
"CivilityDescription": "MME et MME",
"CivilityRestriction": "CFR",
"RankId": "006"
},
{
"CivilityCode": "026",
"CivilityDescription": "LISTE",
"CivilityRestriction": "CFR",
"RankId": "007"
},
{
"CivilityCode": "005",
"CivilityDescription": "BARON",
"CivilityRestriction": "CFR",
"RankId": "008"
},
{
"CivilityCode": "006",
"CivilityDescription": "BARONNE",
"CivilityRestriction": "CFR",
"RankId": "009"
},
{
"CivilityCode": "008",
"CivilityDescription": "COMTE",
"CivilityRestriction": "CFR",
"RankId": "010"
},
{
"CivilityCode": "009",
"CivilityDescription": "COMTESSE",
"CivilityRestriction": "CFR",
"RankId": "011"
},
{
"CivilityCode": "028",
"CivilityDescription": "COMTE ET COMTESSE",
"CivilityRestriction": "CFR",
"RankId": "012"
},
{
"CivilityCode": "010",
"CivilityDescription": "DOCTEUR",
"CivilityRestriction": "CFR",
"RankId": "013"
},
{
"CivilityCode": "011",
"CivilityDescription": "DUCHESSE",
"CivilityRestriction": "CFR",
"RankId": "014"
},
{
"CivilityCode": "012",
"CivilityDescription": "EXCELLENCE",
"CivilityRestriction": "CFR",
"RankId": "015"
},
{
"CivilityCode": "013",
"CivilityDescription": "LADY",
"CivilityRestriction": "CFR",
"RankId": "016"
},
{
"CivilityCode": "014",
"CivilityDescription": "LORD",
"CivilityRestriction": "CFR",
"RankId": "017"
},
{
"CivilityCode": "015",
"CivilityDescription": "MAITRE",
"CivilityRestriction": "CFR",
"RankId": "018"
},
{
"CivilityCode": "036",
"CivilityDescription": "MAJOR",
"CivilityRestriction": "CFR",
"RankId": "019"
},
{
"CivilityCode": "016",
"CivilityDescription": "MARQUIS",
"CivilityRestriction": "CFR",
"RankId": "020"
},
{
"CivilityCode": "017",
"CivilityDescription": "MARQUISE",
"CivilityRestriction": "CFR",
"RankId": "021"
},
{
"CivilityCode": "019",
"CivilityDescription": "MISS",
"CivilityRestriction": "CFR",
"RankId": "022"
},
{
"CivilityCode": "040",
"CivilityDescription": "MONSIEUR LE PROFESSEUR",
"CivilityRestriction": "CFR",
"RankId": "023"
},
{
"CivilityCode": "050",
"CivilityDescription": "MR",
"CivilityRestriction": "CFR",
"RankId": "024"
},
{
"CivilityCode": "051",
"CivilityDescription": "MR and MRS",
"CivilityRestriction": "CFR",
"RankId": "025"
},
{
"CivilityCode": "025",
"CivilityDescription": "MRS",
"CivilityRestriction": "CFR",
"RankId": "026"
},
{
"CivilityCode": "439",
"CivilityDescription": "PRINCE",
"CivilityRestriction": "CFR",
"RankId": "027"
},
{
"CivilityCode": "021",
"CivilityDescription": "PRINCESSE",
"CivilityRestriction": "CFR",
"RankId": "028"
},
{
"CivilityCode": "022",
"CivilityDescription": "PROFESSEUR",
"CivilityRestriction": "CFR",
"RankId": "029"
},
{
"CivilityCode": "023",
"CivilityDescription": "SIR",
"CivilityRestriction": "CFR",
"RankId": "030"
},
{
"CivilityCode": "810",
"CivilityDescription": "SON ALTESSE",
"CivilityRestriction": "CFR",
"RankId": "031"
},
{
"CivilityCode": "024",
"CivilityDescription": "VICOMTESSE",
"CivilityRestriction": "CFR",
"RankId": "032"
},
{
"CivilityCode": "047",
"CivilityDescription": "ΚΑ",
"CivilityRestriction": "CGR",
"RankId": "001"
},
{
"CivilityCode": "048",
"CivilityDescription": "ΚΟΣ",
"CivilityRestriction": "CGR",
"RankId": "002"
},
{
"CivilityCode": "049",
"CivilityDescription": "ΚΟΣ & ΚΑ",
"CivilityRestriction": "CGR",
"RankId": "003"
},
{
"CivilityCode": "043",
"CivilityDescription": "MRS",
"CivilityRestriction": "CIR",
"RankId": "001"
},
{
"CivilityCode": "041",
"CivilityDescription": "MR",
"CivilityRestriction": "CIR",
"RankId": "002"
},
{
"CivilityCode": "044",
"CivilityDescription": "MS",
"CivilityRestriction": "CIR",
"RankId": "003"
},
{
"CivilityCode": "042",
"CivilityDescription": "MR and MRS",
"CivilityRestriction": "CIR",
"RankId": "004"
},
{
"CivilityCode": "029",
"CivilityDescription": "DR",
"CivilityRestriction": "CIR",
"RankId": "005"
},
{
"CivilityCode": "225",
"CivilityDescription": "SIGNORA",
"CivilityRestriction": "CIT",
"RankId": "001"
},
{
"CivilityCode": "227",
"CivilityDescription": "SIGNOR",
"CivilityRestriction": "CIT",
"RankId": "002"
},
{
"CivilityCode": "226",
"CivilityDescription": "SIGNORI",
"CivilityRestriction": "CIT",
"RankId": "003"
},
{
"CivilityCode": "102",
"CivilityDescription": "SRA",
"CivilityRestriction": "CPT",
"RankId": "001"
},
{
"CivilityCode": "405",
"CivilityDescription": "SR",
"CivilityRestriction": "CPT",
"RankId": "002"
},
{
"CivilityCode": "101",
"CivilityDescription": "SENHORES",
"CivilityRestriction": "CPT",
"RankId": "003"
},
{
"CivilityCode": "RU1",
"CivilityDescription": "?-?",
"CivilityRestriction": "CRU",
"RankId": "001"
},
{
"CivilityCode": "RU2",
"CivilityDescription": "?-??",
"CivilityRestriction": "CRU",
"RankId": "002"
},
{
"CivilityCode": "516",
"CivilityDescription": "BAY",
"CivilityRestriction": "CTR",
"RankId": "001"
},
{
"CivilityCode": "517",
"CivilityDescription": "BAYAN",
"CivilityRestriction": "CTR",
"RankId": "002"
},
{
"CivilityCode": "434",
"CivilityDescription": "MRS",
"CivilityRestriction": "CUK",
"RankId": "001"
},
{
"CivilityCode": "433",
"CivilityDescription": "MR",
"CivilityRestriction": "CUK",
"RankId": "002"
},
{
"CivilityCode": "446",
"CivilityDescription": "MS",
"CivilityRestriction": "CUK",
"RankId": "003"
},
{
"CivilityCode": "447",
"CivilityDescription": "MR and MRS",
"CivilityRestriction": "CUK",
"RankId": "004"
},
{
"CivilityCode": "513",
"CivilityDescription": "BARON",
"CivilityRestriction": "CUK",
"RankId": "005"
},
{
"CivilityCode": "514",
"CivilityDescription": "BARONET",
"CivilityRestriction": "CUK",
"RankId": "006"
},
{
"CivilityCode": "507",
"CivilityDescription": "COUNT",
"CivilityRestriction": "CUK",
"RankId": "007"
},
{
"CivilityCode": "508",
"CivilityDescription": "COUNTESS",
"CivilityRestriction": "CUK",
"RankId": "008"
},
{
"CivilityCode": "515",
"CivilityDescription": "DAME",
"CivilityRestriction": "CUK",
"RankId": "009"
},
{
"CivilityCode": "112",
"CivilityDescription": "DR",
"CivilityRestriction": "CUK",
"RankId": "010"
},
{
"CivilityCode": "511",
"CivilityDescription": "DUKE",
"CivilityRestriction": "CUK",
"RankId": "011"
},
{
"CivilityCode": "512",
"CivilityDescription": "DUCHESS",
"CivilityRestriction": "CUK",
"RankId": "012"
},
{
"CivilityCode": "505",
"CivilityDescription": "LORD",
"CivilityRestriction": "CUK",
"RankId": "013"
},
{
"CivilityCode": "506",
"CivilityDescription": "LADY",
"CivilityRestriction": "CUK",
"RankId": "014"
},
{
"CivilityCode": "509",
"CivilityDescription": "SIR",
"CivilityRestriction": "CUK",
"RankId": "015"
}
],
"spokenLanguages": [
{
"Id": "ALL",
"Name": "ALLEMAND"
},
{
"Id": "ANG",
"Name": "ANGLAIS"
},
{
"Id": "CHN",
"Name": "MANDARIN"
},
{
"Id": "CZE",
"Name": "TCHEQUE"
},
{
"Id": "EL",
"Name": "GRECE"
},
{
"Id": "ESP",
"Name": "ESPAGNOL"
},
{
"Id": "FRA",
"Name": "FRANCAIS"
},
{
"Id": "ITA",
"Name": "ITALIEN"
},
{
"Id": "JPN",
"Name": "JAPONAIS"
},
{
"Id": "KOR",
"Name": "COREEN"
},
{
"Id": "NEE",
"Name": "NEERLANDAIS"
},
{
"Id": "POR",
"Name": "PORTUGAIS"
},
{
"Id": "RUS",
"Name": "RUSSE"
}
],
"countries": [
{
"CountryId": "01",
"CountryIdISO3": "",
"CountryName": "CEUTA"
},
{
"CountryId": "02",
"CountryIdISO3": "",
"CountryName": "MELILLA"
},
{
"CountryId": "03",
"CountryIdISO3": "",
"CountryName": "CANARY ISLANDS"
},
{
"CountryId": "04",
"CountryIdISO3": "",
"CountryName": "HELGOLAND"
},
{
"CountryId": "05",
"CountryIdISO3": "",
"CountryName": "BUESINGEN"
},
{
"CountryId": "999",
"CountryIdISO3": "",
"CountryName": "N/C"
},
{
"CountryId": "AD",
"CountryIdISO3": "AND",
"CountryName": "ANDORRE"
},
{
"CountryId": "AE",
"CountryIdISO3": "ARE",
"CountryName": "EMIRATS ARABES UNIS"
},
{
"CountryId": "AF",
"CountryIdISO3": "AFG",
"CountryName": "AFGHANISTAN"
},
{
"CountryId": "AG",
"CountryIdISO3": "ATG",
"CountryName": "ANTIGUA-ET-BARBUDA"
},
{
"CountryId": "AI",
"CountryIdISO3": "AIA",
"CountryName": "ANGUILLA"
},
{
"CountryId": "AL",
"CountryIdISO3": "ALB",
"CountryName": "ALBANIE"
},
{
"CountryId": "AM",
"CountryIdISO3": "ARM",
"CountryName": "ARMENIE"
},
{
"CountryId": "AN",
"CountryIdISO3": "ANT",
"CountryName": "ANTILLES NEERLANDAISES"
},
{
"CountryId": "AO",
"CountryIdISO3": "AGO",
"CountryName": "ANGOLA"
},
{
"CountryId": "AQ",
"CountryIdISO3": "ATA",
"CountryName": "ANTARCTIQUE"
},
{
"CountryId": "AR",
"CountryIdISO3": "ARG",
"CountryName": "ARGENTINE"
},
{
"CountryId": "AS",
"CountryIdISO3": "ASM",
"CountryName": "SAMOA AMERICAINES"
},
{
"CountryId": "AT",
"CountryIdISO3": "AUT",
"CountryName": "AUTRICHE"
},
{
"CountryId": "AU",
"CountryIdISO3": "AUS",
"CountryName": "AUSTRALIE"
},
{
"CountryId": "AW",
"CountryIdISO3": "ABW",
"CountryName": "ARUBA"
},
{
"CountryId": "AX",
"CountryIdISO3": "ALA",
"CountryName": "ÅLAND ISLANDS"
},
{
"CountryId": "AZ",
"CountryIdISO3": "AZE",
"CountryName": "AZERBAIDJAN"
},
{
"CountryId": "BA",
"CountryIdISO3": "BIH",
"CountryName": "BOSNIE-HERZEGOVINE"
},
{
"CountryId": "BB",
"CountryIdISO3": "BRB",
"CountryName": "BARBADE"
},
{
"CountryId": "BD",
"CountryIdISO3": "BGD",
"CountryName": "BANGLADESH"
},
{
"CountryId": "BE",
"CountryIdISO3": "BEL",
"CountryName": "BELGIQUE"
},
{
"CountryId": "BF",
"CountryIdISO3": "BFA",
"CountryName": "BURKINA FASO"
},
{
"CountryId": "BG",
"CountryIdISO3": "BGR",
"CountryName": "BULGARIE"
},
{
"CountryId": "BH",
"CountryIdISO3": "BHR",
"CountryName": "BAHREIN"
},
{
"CountryId": "BI",
"CountryIdISO3": "BDI",
"CountryName": "BURUNDI"
},
{
"CountryId": "BJ",
"CountryIdISO3": "BEN",
"CountryName": "BENIN"
},
{
"CountryId": "BL",
"CountryIdISO3": "",
"CountryName": "SAINT BARTHÉLEMY"
},
{
"CountryId": "BM",
"CountryIdISO3": "BMU",
"CountryName": "BERMUDES"
},
{
"CountryId": "BN",
"CountryIdISO3": "BRN",
"CountryName": "BRUNEI DARUSSALAM"
},
{
"CountryId": "BO",
"CountryIdISO3": "BOL",
"CountryName": "BOLIVIE"
},
{
"CountryId": "BR",
"CountryIdISO3": "BRA",
"CountryName": "BRESIL"
},
{
"CountryId": "BS",
"CountryIdISO3": "BHS",
"CountryName": "BAHAMAS"
},
{
"CountryId": "BT",
"CountryIdISO3": "BTN",
"CountryName": "BHOUTAN"
},
{
"CountryId": "BV",
"CountryIdISO3": "BVT",
"CountryName": "BOUVET, ILE"
},
{
"CountryId": "BW",
"CountryIdISO3": "BWA",
"CountryName": "BOTSWANA"
},
{
"CountryId": "BY",
"CountryIdISO3": "BLR",
"CountryName": "BELARUS"
},
{
"CountryId": "BZ",
"CountryIdISO3": "BLZ",
"CountryName": "BELIZE"
},
{
"CountryId": "CA",
"CountryIdISO3": "CAN",
"CountryName": "CANADA"
},
{
"CountryId": "CC",
"CountryIdISO3": "CCK",
"CountryName": "COCOS (KEELING), ILES"
},
{
"CountryId": "CD",
"CountryIdISO3": "",
"CountryName": "CONGO, LA REPUBLIQUE DEMOCRAT"
},
{
"CountryId": "CF",
"CountryIdISO3": "CAF",
"CountryName": "CENTRAFRICAINE, REPUBLIQUE"
},
{
"CountryId": "CG",
"CountryIdISO3": "COG",
"CountryName": "CONGO"
},
{
"CountryId": "CH",
"CountryIdISO3": "CHE",
"CountryName": "SUISSE"
},
{
"CountryId": "CI",
"CountryIdISO3": "CIV",
"CountryName": "COTE D'IVOIRE"
},
{
"CountryId": "CK",
"CountryIdISO3": "COK",
"CountryName": "COOK, ILES"
},
{
"CountryId": "CL",
"CountryIdISO3": "CHL",
"CountryName": "CHILI"
},
{
"CountryId": "CM",
"CountryIdISO3": "CMR",
"CountryName": "CAMEROUN"
},
{
"CountryId": "CN",
"CountryIdISO3": "CHN",
"CountryName": "CHINE"
},
{
"CountryId": "CO",
"CountryIdISO3": "COL",
"CountryName": "COLOMBIE"
},
{
"CountryId": "CR",
"CountryIdISO3": "CRI",
"CountryName": "COSTA RICA"
},
{
"CountryId": "CU",
"CountryIdISO3": "CUB",
"CountryName": "CUBA"
},
{
"CountryId": "CV",
"CountryIdISO3": "CPV",
"CountryName": "CAP-VERT"
},
{
"CountryId": "CX",
"CountryIdISO3": "CXR",
"CountryName": "CHRISTMAS, ILE"
},
{
"CountryId": "CY",
"CountryIdISO3": "CYP",
"CountryName": "CHYPRE"
},
{
"CountryId": "CZ",
"CountryIdISO3": "CZE",
"CountryName": "TCHEQUE, REPUBLIQUE"
},
{
"CountryId": "DE",
"CountryIdISO3": "DEU",
"CountryName": "ALLEMAGNE"
},
{
"CountryId": "DJ",
"CountryIdISO3": "DJI",
"CountryName": "DJIBOUTI"
},
{
"CountryId": "DK",
"CountryIdISO3": "DNK",
"CountryName": "DANEMARK"
},
{
"CountryId": "DM",
"CountryIdISO3": "DMA",
"CountryName": "DOMINIQUE"
},
{
"CountryId": "DO",
"CountryIdISO3": "DOM",
"CountryName": "DOMINICAINE, REPUBLIQUE"
},
{
"CountryId": "DZ",
"CountryIdISO3": "DZA",
"CountryName": "ALGERIE"
},
{
"CountryId": "EC",
"CountryIdISO3": "ECU",
"CountryName": "EQUATEUR"
},
{
"CountryId": "EE",
"CountryIdISO3": "EST",
"CountryName": "ESTONIE"
},
{
"CountryId": "EG",
"CountryIdISO3": "EGY",
"CountryName": "EGYPTE"
},
{
"CountryId": "EH",
"CountryIdISO3": "ESH",
"CountryName": "SAHARA OCCIDENTAL"
},
{
"CountryId": "ER",
"CountryIdISO3": "ERI",
"CountryName": "ERYTHREE"
},
{
"CountryId": "ES",
"CountryIdISO3": "ESP",
"CountryName": "ESPAGNE"
},
{
"CountryId": "ET",
"CountryIdISO3": "ETH",
"CountryName": "ETHIOPIE"
},
{
"CountryId": "FI",
"CountryIdISO3": "FIN",
"CountryName": "FINLANDE"
},
{
"CountryId": "FJ",
"CountryIdISO3": "FJI",
"CountryName": "FIDJI"
},
{
"CountryId": "FK",
"CountryIdISO3": "FLK",
"CountryName": "FALKLAND, ILES (MALVINAS)"
},
{
"CountryId": "FM",
"CountryIdISO3": "FSM",
"CountryName": "MICRONESIE, ETATS FEDERES DE"
},
{
"CountryId": "FO",
"CountryIdISO3": "FRO",
"CountryName": "FEROE, ILES"
},
{
"CountryId": "FR",
"CountryIdISO3": "FRA",
"CountryName": "FRANCE"
},
{
"CountryId": "GA",
"CountryIdISO3": "GAB",
"CountryName": "GABON"
},
{
"CountryId": "GB",
"CountryIdISO3": "GBR",
"CountryName": "ROYAUME-UNI"
},
{
"CountryId": "GD",
"CountryIdISO3": "GRD",
"CountryName": "GRENADE"
},
{
"CountryId": "GE",
"CountryIdISO3": "GEO",
"CountryName": "GEORGIE"
},
{
"CountryId": "GF",
"CountryIdISO3": "GUF",
"CountryName": "GUYANE FRAN"
},
{
"CountryId": "GG",
"CountryIdISO3": "",
"CountryName": "GUERNSEY"
},
{
"CountryId": "GH",
"CountryIdISO3": "GHA",
"CountryName": "GHANA"
},
{
"CountryId": "GI",
"CountryIdISO3": "GIB",
"CountryName": "GIBRALTAR"
},
{
"CountryId": "GL",
"CountryIdISO3": "GRL",
"CountryName": "GROENLAND"
},
{
"CountryId": "GM",
"CountryIdISO3": "GMB",
"CountryName": "GAMBIE"
},
{
"CountryId": "GN",
"CountryIdISO3": "GIN",
"CountryName": "GUINEE"
},
{
"CountryId": "GP",
"CountryIdISO3": "GLP",
"CountryName": "GUADELOUPE"
},
{
"CountryId": "GQ",
"CountryIdISO3": "GNQ",
"CountryName": "GUINEE EQUATORIALE"
},
{
"CountryId": "GR",
"CountryIdISO3": "GRC",
"CountryName": "GRECE"
},
{
"CountryId": "GS",
"CountryIdISO3": "SGS",
"CountryName": "GEORGIE DU SUD ET LES ILES SA"
},
{
"CountryId": "GT",
"CountryIdISO3": "GTM",
"CountryName": "GUATEMALA"
},
{
"CountryId": "GU",
"CountryIdISO3": "GUM",
"CountryName": "GUAM"
},
{
"CountryId": "GW",
"CountryIdISO3": "GNB",
"CountryName": "GUINEE-BISSAU"
},
{
"CountryId": "GY",
"CountryIdISO3": "GUY",
"CountryName": "GUYANA"
},
{
"CountryId": "HK",
"CountryIdISO3": "HKG",
"CountryName": "HONG KONG"
},
{
"CountryId": "HM",
"CountryIdISO3": "HMD",
"CountryName": "HEARD, ILE ET MCDONALD, ILES"
},
{
"CountryId": "HN",
"CountryIdISO3": "HND",
"CountryName": "HONDURAS"
},
{
"CountryId": "HR",
"CountryIdISO3": "HRV",
"CountryName": "CROATIE"
},
{
"CountryId": "HT",
"CountryIdISO3": "HTI",
"CountryName": "HAITI"
},
{
"CountryId": "HU",
"CountryIdISO3": "HUN",
"CountryName": "HONGRIE"
},
{
"CountryId": "ID",
"CountryIdISO3": "IDN",
"CountryName": "INDONESIE"
},
{
"CountryId": "IE",
"CountryIdISO3": "IRL",
"CountryName": "IRLANDE"
},
{
"CountryId": "IL",
"CountryIdISO3": "ISR",
"CountryName": "ISRAEL"
},
{
"CountryId": "IM",
"CountryIdISO3": "",
"CountryName": "ISLE OF MAN"
},
{
"CountryId": "IN",
"CountryIdISO3": "IND",
"CountryName": "INDE"
},
{
"CountryId": "IO",
"CountryIdISO3": "IOT",
"CountryName": "OCEAN INDIEN, TERRITOIRE BRIT"
},
{
"CountryId": "IQ",
"CountryIdISO3": "IRQ",
"CountryName": "IRAQ"
},
{
"CountryId": "IR",
"CountryIdISO3": "IRN",
"CountryName": "IRAN, REPUBLIQUE ISLAMIQUE D'"
},
{
"CountryId": "IS",
"CountryIdISO3": "ISL",
"CountryName": "ISLANDE"
},
{
"CountryId": "IT",
"CountryIdISO3": "ITA",
"CountryName": "ITALIE"
},
{
"CountryId": "JE",
"CountryIdISO3": "",
"CountryName": "JERSEY"
},
{
"CountryId": "JM",
"CountryIdISO3": "JAM",
"CountryName": "JAMAIQUE"
},
{
"CountryId": "JO",
"CountryIdISO3": "JOR",
"CountryName": "JORDANIE"
},
{
"CountryId": "JP",
"CountryIdISO3": "JPN",
"CountryName": "JAPON"
},
{
"CountryId": "KE",
"CountryIdISO3": "KEN",
"CountryName": "KENYA"
},
{
"CountryId": "KG",
"CountryIdISO3": "KGZ",
"CountryName": "KIRGHIZISTAN"
},
{
"CountryId": "KH",
"CountryIdISO3": "KHM",
"CountryName": "CAMBODGE"
},
{
"CountryId": "KI",
"CountryIdISO3": "KIR",
"CountryName": "KIRIBATI"
},
{
"CountryId": "KM",
"CountryIdISO3": "COM",
"CountryName": "COMORES"
},
{
"CountryId": "KN",
"CountryIdISO3": "KNA",
"CountryName": "SAINT-KITTS-ET-NEVIS"
},
{
"CountryId": "KP",
"CountryIdISO3": "PRK",
"CountryName": "COREE, REPUBLIQUE POPULAIRE D"
},
{
"CountryId": "KR",
"CountryIdISO3": "KOR",
"CountryName": "COREE, REPUBLIQUE DE"
},
{
"CountryId": "KW",
"CountryIdISO3": "KWT",
"CountryName": "KOWEIT"
},
{
"CountryId": "KY",
"CountryIdISO3": "CYM",
"CountryName": "CAIMANES, ILES"
},
{
"CountryId": "KZ",
"CountryIdISO3": "KAZ",
"CountryName": "KAZAKSTAN"
},
{
"CountryId": "LA",
"CountryIdISO3": "LAO",
"CountryName": "LAO, REPUBLIQUE DEMOCRATIQUE"
},
{
"CountryId": "LB",
"CountryIdISO3": "LBN",
"CountryName": "LIBAN"
},
{
"CountryId": "LC",
"CountryIdISO3": "LCA",
"CountryName": "SAINTE-LUCIE"
},
{
"CountryId": "LI",
"CountryIdISO3": "LIE",
"CountryName": "LIECHTENSTEIN"
},
{
"CountryId": "LK",
"CountryIdISO3": "LKA",
"CountryName": "SRI LANKA"
},
{
"CountryId": "LR",
"CountryIdISO3": "LBR",
"CountryName": "LIBERIA"
},
{
"CountryId": "LS",
"CountryIdISO3": "LSO",
"CountryName": "LESOTHO"
},
{
"CountryId": "LT",
"CountryIdISO3": "LTU",
"CountryName": "LITUANIE"
},
{
"CountryId": "LU",
"CountryIdISO3": "LUX",
"CountryName": "LUXEMBOURG"
},
{
"CountryId": "LV",
"CountryIdISO3": "LVA",
"CountryName": "LETTONIE"
},
{
"CountryId": "LY",
"CountryIdISO3": "LBY",
"CountryName": "LIBYENNE, JAMAHIRIYA ARABE"
},
{
"CountryId": "MA",
"CountryIdISO3": "MAR",
"CountryName": "MAROC"
},
{
"CountryId": "MC",
"CountryIdISO3": "MCO",
"CountryName": "MONACO"
},
{
"CountryId": "MD",
"CountryIdISO3": "MDA",
"CountryName": "MOLDOVI, REPUBLIQUE DE"
},
{
"CountryId": "ME",
"CountryIdISO3": "",
"CountryName": "MONTENEGRO"
},
{
"CountryId": "MF",
"CountryIdISO3": "",
"CountryName": "SAINT MARTIN"
},
{
"CountryId": "MG",
"CountryIdISO3": "MDG",
"CountryName": "MADAGASCAR"
},
{
"CountryId": "MH",
"CountryIdISO3": "MHL",
"CountryName": "MARSHALL, ILES"
},
{
"CountryId": "MK",
"CountryIdISO3": "MKD",
"CountryName": "MACEDOINE, L'EX-REPUBLIQUE YO"
},
{
"CountryId": "ML",
"CountryIdISO3": "MLI",
"CountryName": "MALI"
},
{
"CountryId": "MM",
"CountryIdISO3": "MMR",
"CountryName": "MYANMAR"
},
{
"CountryId": "MN",
"CountryIdISO3": "MNG",
"CountryName": "MONGOLIE"
},
{
"CountryId": "MO",
"CountryIdISO3": "MAC",
"CountryName": "MACAU"
},
{
"CountryId": "MP",
"CountryIdISO3": "MNP",
"CountryName": "MARIANNES DU NORD, ILES"
},
{
"CountryId": "MQ",
"CountryIdISO3": "MTQ",
"CountryName": "MARTINIQUE"
},
{
"CountryId": "MR",
"CountryIdISO3": "MRT",
"CountryName": "MAURITANIE"
},
{
"CountryId": "MS",
"CountryIdISO3": "MSR",
"CountryName": "MONTSERRAT"
},
{
"CountryId": "MT",
"CountryIdISO3": "MLT",
"CountryName": "MALTE"
},
{
"CountryId": "MU",
"CountryIdISO3": "MUS",
"CountryName": "MAURICE"
},
{
"CountryId": "MV",
"CountryIdISO3": "MDV",
"CountryName": "MALDIVES"
},
{
"CountryId": "MW",
"CountryIdISO3": "MWI",
"CountryName": "MALAWI"
},
{
"CountryId": "MX",
"CountryIdISO3": "MEX",
"CountryName": "MEXIQUE"
},
{
"CountryId": "MY",
"CountryIdISO3": "MYS",
"CountryName": "MALAISIE"
},
{
"CountryId": "MZ",
"CountryIdISO3": "MOZ",
"CountryName": "MOZAMBIQUE"
},
{
"CountryId": "NA",
"CountryIdISO3": "NAM",
"CountryName": "NAMIBIE"
},
{
"CountryId": "NC",
"CountryIdISO3": "NCL",
"CountryName": "NOUVELLE-CALEDONIE"
},
{
"CountryId": "NE",
"CountryIdISO3": "NER",
"CountryName": "NIGER"
},
{
"CountryId": "NF",
"CountryIdISO3": "NFK",
"CountryName": "NORFOLK, ILE"
},
{
"CountryId": "NG",
"CountryIdISO3": "NGA",
"CountryName": "NIGERIA"
},
{
"CountryId": "NI",
"CountryIdISO3": "NIC",
"CountryName": "NICARAGUA"
},
{
"CountryId": "NL",
"CountryIdISO3": "NLD",
"CountryName": "PAYS-BAS"
},
{
"CountryId": "NO",
"CountryIdISO3": "NOR",
"CountryName": "NORVEGE"
},
{
"CountryId": "NP",
"CountryIdISO3": "NPL",
"CountryName": "NEPAL"
},
{
"CountryId": "NR",
"CountryIdISO3": "NRU",
"CountryName": "NAURU"
},
{
"CountryId": "NU",
"CountryIdISO3": "NIU",
"CountryName": "NIOUE"
},
{
"CountryId": "NZ",
"CountryIdISO3": "NZL",
"CountryName": "NOUVELLE-ZELANDE"
},
{
"CountryId": "OM",
"CountryIdISO3": "OMN",
"CountryName": "OMAN"
},
{
"CountryId": "PA",
"CountryIdISO3": "PAN",
"CountryName": "PANAMA"
},
{
"CountryId": "PE",
"CountryIdISO3": "PER",
"CountryName": "PEROU"
},
{
"CountryId": "PF",
"CountryIdISO3": "PYF",
"CountryName": "POLYNESIE FRAN"
},
{
"CountryId": "PG",
"CountryIdISO3": "PNG",
"CountryName": "PAPOUASIE-NOUVELLE-GUINEE"
},
{
"CountryId": "PH",
"CountryIdISO3": "PHL",
"CountryName": "PHILIPPINES"
},
{
"CountryId": "PK",
"CountryIdISO3": "PAK",
"CountryName": "PAKISTAN"
},
{
"CountryId": "PL",
"CountryIdISO3": "POL",
"CountryName": "POLOGNE"
},
{
"CountryId": "PM",
"CountryIdISO3": "SPM",
"CountryName": "SAINT-PIERRE-ET-MIQUELON"
},
{
"CountryId": "PN",
"CountryIdISO3": "PCN",
"CountryName": "PITCAIRN"
},
{
"CountryId": "PR",
"CountryIdISO3": "PRI",
"CountryName": "PORTO RICO"
},
{
"CountryId": "PS",
"CountryIdISO3": "",
"CountryName": "PALESTINIEN OCCUPE, TERRITOIR"
},
{
"CountryId": "PT",
"CountryIdISO3": "PRT",
"CountryName": "PORTUGAL"
},
{
"CountryId": "PW",
"CountryIdISO3": "PLW",
"CountryName": "PALAOS"
},
{
"CountryId": "PY",
"CountryIdISO3": "PRY",
"CountryName": "PARAGUAY"
},
{
"CountryId": "QA",
"CountryIdISO3": "QAT",
"CountryName": "QATAR"
},
{
"CountryId": "RE",
"CountryIdISO3": "REU",
"CountryName": "REUNION"
},
{
"CountryId": "RO",
"CountryIdISO3": "ROM",
"CountryName": "ROUMANIE"
},
{
"CountryId": "RS",
"CountryIdISO3": "SRB",
"CountryName": "REEPUBLIQUE DE SERBIE"
},
{
"CountryId": "RU",
"CountryIdISO3": "RUS",
"CountryName": "RUSSIE, FEDERATION DE"
},
{
"CountryId": "RW",
"CountryIdISO3": "RWA",
"CountryName": "RWANDA"
},
{
"CountryId": "SA",
"CountryIdISO3": "SAU",
"CountryName": "ARABIE SAOUDITE"
},
{
"CountryId": "SB",
"CountryIdISO3": "SLB",
"CountryName": "SALOMON, ILES"
},
{
"CountryId": "SC",
"CountryIdISO3": "SYC",
"CountryName": "SEYCHELLES"
},
{
"CountryId": "SD",
"CountryIdISO3": "SDN",
"CountryName": "SOUDAN"
},
{
"CountryId": "SE",
"CountryIdISO3": "SWE",
"CountryName": "SUEDE"
},
{
"CountryId": "SG",
"CountryIdISO3": "SGP",
"CountryName": "SINGAPOUR"
},
{
"CountryId": "SH",
"CountryIdISO3": "SHN",
"CountryName": "SAINTE-HELENE"
},
{
"CountryId": "SI",
"CountryIdISO3": "SVN",
"CountryName": "SLOVENIE"
},
{
"CountryId": "SJ",
"CountryIdISO3": "SJM",
"CountryName": "SVALBARD ET ILE JAN MAYEN"
},
{
"CountryId": "SK",
"CountryIdISO3": "SVK",
"CountryName": "SLOVAQUIE"
},
{
"CountryId": "SL",
"CountryIdISO3": "SLE",
"CountryName": "SIERRA LEONE"
},
{
"CountryId": "SM",
"CountryIdISO3": "SMR",
"CountryName": "SAINT-MARIN"
},
{
"CountryId": "SN",
"CountryIdISO3": "SEN",
"CountryName": "SENEGAL"
},
{
"CountryId": "SO",
"CountryIdISO3": "SOM",
"CountryName": "SOMALIE"
},
{
"CountryId": "SR",
"CountryIdISO3": "SUR",
"CountryName": "SURINAME"
},
{
"CountryId": "ST",
"CountryIdISO3": "STP",
"CountryName": "SAO TOME-ET-PRINCIPE"
},
{
"CountryId": "SV",
"CountryIdISO3": "SLV",
"CountryName": "EL SALVADOR"
},
{
"CountryId": "SY",
"CountryIdISO3": "SYR",
"CountryName": "SYRIENNE, REPUBLIQUE ARABE"
},
{
"CountryId": "SZ",
"CountryIdISO3": "SWZ",
"CountryName": "SWAZILAND"
},
{
"CountryId": "TC",
"CountryIdISO3": "TCA",
"CountryName": "TURKS ET CAXQUES, ILES"
},
{
"CountryId": "TD",
"CountryIdISO3": "TCD",
"CountryName": "TCHAD"
},
{
"CountryId": "TF",
"CountryIdISO3": "ATF",
"CountryName": "TERRES AUSTRALES FRAN"
},
{
"CountryId": "TG",
"CountryIdISO3": "TGO",
"CountryName": "TOGO"
},
{
"CountryId": "TH",
"CountryIdISO3": "THA",
"CountryName": "THAILANDE"
},
{
"CountryId": "TJ",
"CountryIdISO3": "TJK",
"CountryName": "TADJIKISTAN"
},
{
"CountryId": "TK",
"CountryIdISO3": "TKL",
"CountryName": "TOKELAU"
},
{
"CountryId": "TL",
"CountryIdISO3": "",
"CountryName": "TIMOR ORIENTAL"
},
{
"CountryId": "TM",
"CountryIdISO3": "TKM",
"CountryName": "TURKMENISTAN"
},
{
"CountryId": "TN",
"CountryIdISO3": "TUN",
"CountryName": "TUNISIE"
},
{
"CountryId": "TO",
"CountryIdISO3": "TON",
"CountryName": "TONGA"
},
{
"CountryId": "TP",
"CountryIdISO3": "TMP",
"CountryName": ""
},
{
"CountryId": "TR",
"CountryIdISO3": "TUR",
"CountryName": "TURQUIE"
},
{
"CountryId": "TT",
"CountryIdISO3": "TTO",
"CountryName": "TRINITE-ET-TOBAGO"
},
{
"CountryId": "TV",
"CountryIdISO3": "TUV",
"CountryName": "TUVALU"
},
{
"CountryId": "TW",
"CountryIdISO3": "TWN",
"CountryName": "TAIWAN"
},
{
"CountryId": "TZ",
"CountryIdISO3": "TZA",
"CountryName": "TANZANIE, REPUBLIQUE-UNIE DE"
},
{
"CountryId": "UA",
"CountryIdISO3": "UKR",
"CountryName": "UKRAINE"
},
{
"CountryId": "UG",
"CountryIdISO3": "UGA",
"CountryName": "OUGANDA"
},
{
"CountryId": "UM",
"CountryIdISO3": "UMI",
"CountryName": "ILES MINEURES ELOIGNEES DES E"
},
{
"CountryId": "US",
"CountryIdISO3": "USA",
"CountryName": "ETATS-UNIS"
},
{
"CountryId": "UY",
"CountryIdISO3": "URY",
"CountryName": "URUGUAY"
},
{
"CountryId": "UZ",
"CountryIdISO3": "UZB",
"CountryName": "OUZBEKISTAN"
},
{
"CountryId": "VA",
"CountryIdISO3": "VAT",
"CountryName": "SAINT-SITGE (ETAT DE LA CITE"
},
{
"CountryId": "VC",
"CountryIdISO3": "VCT",
"CountryName": "SAINT-VINCENT-ET-LES GRENADIN"
},
{
"CountryId": "VE",
"CountryIdISO3": "VEN",
"CountryName": "VENEZUELA"
},
{
"CountryId": "VG",
"CountryIdISO3": "VGB",
"CountryName": "ILES VIERGES BRITANNIQUES"
},
{
"CountryId": "VI",
"CountryIdISO3": "VIR",
"CountryName": "ILES VIERGES DES ETATS-UNIS"
},
{
"CountryId": "VN",
"CountryIdISO3": "VNM",
"CountryName": "VIET NAM"
},
{
"CountryId": "VU",
"CountryIdISO3": "VUT",
"CountryName": "VANUATU"
},
{
"CountryId": "WF",
"CountryIdISO3": "WLF",
"CountryName": "WALLIS ET FUTUNA"
},
{
"CountryId": "WS",
"CountryIdISO3": "WSM",
"CountryName": "SAMOA"
},
{
"CountryId": "XK",
"CountryIdISO3": "XKO",
"CountryName": "KOSOVO"
},
{
"CountryId": "YE",
"CountryIdISO3": "YEM",
"CountryName": "YEMEN"
},
{
"CountryId": "YT",
"CountryIdISO3": "MYT",
"CountryName": "MAYOTTE"
},
{
"CountryId": "YU",
"CountryIdISO3": "YUG",
"CountryName": "YOUGOSLAVIE"
},
{
"CountryId": "Z1",
"CountryIdISO3": "",
"CountryName": "DIVERS FRANCE"
},
{
"CountryId": "Z10",
"CountryIdISO3": "",
"CountryName": "DIVERS MOYEN ORIENT"
},
{
"CountryId": "Z2",
"CountryIdISO3": "",
"CountryName": "DIVERS EUROPE"
},
{
"CountryId": "Z3",
"CountryIdISO3": "",
"CountryName": "DIVERS AMERIQUE"
},
{
"CountryId": "Z4",
"CountryIdISO3": "",
"CountryName": "DIVERS ASIE"
},
{
"CountryId": "Z5",
"CountryIdISO3": "",
"CountryName": "DIVERS OCEANIE ET AFRIQUE"
},
{
"CountryId": "Z9",
"CountryIdISO3": "",
"CountryName": "DIVERS"
},
{
"CountryId": "ZA",
"CountryIdISO3": "ZAF",
"CountryName": "AFRIQUE DU SUD"
},
{
"CountryId": "ZM",
"CountryIdISO3": "ZMB",
"CountryName": "ZAMBIE"
},
{
"CountryId": "ZR",
"CountryIdISO3": "ZAR",
"CountryName": ""
},
{
"CountryId": "ZW",
"CountryIdISO3": "ZWE",
"CountryName": "ZIMBABWE"
}
],
"nationalities": [
{
"NationalityId": "01",
"NationalityName": "CEUTA",
"NationalityIdISO3": ""
},
{
"NationalityId": "02",
"NationalityName": "MELILLA",
"NationalityIdISO3": ""
},
{
"NationalityId": "03",
"NationalityName": "CANARY ISLANDS",
"NationalityIdISO3": ""
},
{
"NationalityId": "04",
"NationalityName": "HELGOLAND",
"NationalityIdISO3": ""
},
{
"NationalityId": "05",
"NationalityName": "BUESINGEN",
"NationalityIdISO3": ""
},
{
"NationalityId": "999",
"NationalityName": "N/C",
"NationalityIdISO3": ""
},
{
"NationalityId": "AD",
"NationalityName": "ANDORRE",
"NationalityIdISO3": "AND"
},
{
"NationalityId": "AE",
"NationalityName": "EMIRATS ARABES UNIS",
"NationalityIdISO3": "ARE"
},
{
"NationalityId": "AF",
"NationalityName": "AFGHANISTAN",
"NationalityIdISO3": "AFG"
},
{
"NationalityId": "AG",
"NationalityName": "ANTIGUA-ET-BARBUDA",
"NationalityIdISO3": "ATG"
},
{
"NationalityId": "AI",
"NationalityName": "ANGUILLA",
"NationalityIdISO3": "AIA"
},
{
"NationalityId": "AL",
"NationalityName": "ALBANIE",
"NationalityIdISO3": "ALB"
},
{
"NationalityId": "AM",
"NationalityName": "ARMENIE",
"NationalityIdISO3": "ARM"
},
{
"NationalityId": "AN",
"NationalityName": "ANTILLES NEERLANDAISES",
"NationalityIdISO3": "ANT"
},
{
"NationalityId": "AO",
"NationalityName": "ANGOLA",
"NationalityIdISO3": "AGO"
},
{
"NationalityId": "AQ",
"NationalityName": "ANTARCTIQUE",
"NationalityIdISO3": "ATA"
},
{
"NationalityId": "AR",
"NationalityName": "ARGENTINE",
"NationalityIdISO3": "ARG"
},
{
"NationalityId": "AS",
"NationalityName": "SAMOA AMERICAINES",
"NationalityIdISO3": "ASM"
},
{
"NationalityId": "AT",
"NationalityName": "AUTRICHE",
"NationalityIdISO3": "AUT"
},
{
"NationalityId": "AU",
"NationalityName": "AUSTRALIE",
"NationalityIdISO3": "AUS"
},
{
"NationalityId": "AW",
"NationalityName": "ARUBA",
"NationalityIdISO3": "ABW"
},
{
"NationalityId": "AX",
"NationalityName": "ÅLAND ISLANDS",
"NationalityIdISO3": "ALA"
},
{
"NationalityId": "AZ",
"NationalityName": "AZERBAIDJAN",
"NationalityIdISO3": "AZE"
},
{
"NationalityId": "BA",
"NationalityName": "BOSNIE-HERZEGOVINE",
"NationalityIdISO3": "BIH"
},
{
"NationalityId": "BB",
"NationalityName": "BARBADE",
"NationalityIdISO3": "BRB"
},
{
"NationalityId": "BD",
"NationalityName": "BANGLADESH",
"NationalityIdISO3": "BGD"
},
{
"NationalityId": "BE",
"NationalityName": "BELGIQUE",
"NationalityIdISO3": "BEL"
},
{
"NationalityId": "BF",
"NationalityName": "BURKINA FASO",
"NationalityIdISO3": "BFA"
},
{
"NationalityId": "BG",
"NationalityName": "BULGARIE",
"NationalityIdISO3": "BGR"
},
{
"NationalityId": "BH",
"NationalityName": "BAHREIN",
"NationalityIdISO3": "BHR"
},
{
"NationalityId": "BI",
"NationalityName": "BURUNDI",
"NationalityIdISO3": "BDI"
},
{
"NationalityId": "BJ",
"NationalityName": "BENIN",
"NationalityIdISO3": "BEN"
},
{
"NationalityId": "BL",
"NationalityName": "SAINT BARTHÉLEMY",
"NationalityIdISO3": ""
},
{
"NationalityId": "BM",
"NationalityName": "BERMUDES",
"NationalityIdISO3": "BMU"
},
{
"NationalityId": "BN",
"NationalityName": "BRUNEI DARUSSALAM",
"NationalityIdISO3": "BRN"
},
{
"NationalityId": "BO",
"NationalityName": "BOLIVIE",
"NationalityIdISO3": "BOL"
},
{
"NationalityId": "BR",
"NationalityName": "BRESIL",
"NationalityIdISO3": "BRA"
},
{
"NationalityId": "BS",
"NationalityName": "BAHAMAS",
"NationalityIdISO3": "BHS"
},
{
"NationalityId": "BT",
"NationalityName": "BHOUTAN",
"NationalityIdISO3": "BTN"
},
{
"NationalityId": "BV",
"NationalityName": "BOUVET, ILE",
"NationalityIdISO3": "BVT"
},
{
"NationalityId": "BW",
"NationalityName": "BOTSWANA",
"NationalityIdISO3": "BWA"
},
{
"NationalityId": "BY",
"NationalityName": "BELARUS",
"NationalityIdISO3": "BLR"
},
{
"NationalityId": "BZ",
"NationalityName": "BELIZE",
"NationalityIdISO3": "BLZ"
},
{
"NationalityId": "CA",
"NationalityName": "CANADA",
"NationalityIdISO3": "CAN"
},
{
"NationalityId": "CC",
"NationalityName": "COCOS (KEELING), ILES",
"NationalityIdISO3": "CCK"
},
{
"NationalityId": "CD",
"NationalityName": "CONGO, LA REPUBLIQUE DEMOCRAT",
"NationalityIdISO3": ""
},
{
"NationalityId": "CF",
"NationalityName": "CENTRAFRICAINE, REPUBLIQUE",
"NationalityIdISO3": "CAF"
},
{
"NationalityId": "CG",
"NationalityName": "CONGO",
"NationalityIdISO3": "COG"
},
{
"NationalityId": "CH",
"NationalityName": "SUISSE",
"NationalityIdISO3": "CHE"
},
{
"NationalityId": "CI",
"NationalityName": "COTE D'IVOIRE",
"NationalityIdISO3": "CIV"
},
{
"NationalityId": "CK",
"NationalityName": "COOK, ILES",
"NationalityIdISO3": "COK"
},
{
"NationalityId": "CL",
"NationalityName": "CHILI",
"NationalityIdISO3": "CHL"
},
{
"NationalityId": "CM",
"NationalityName": "CAMEROUN",
"NationalityIdISO3": "CMR"
},
{
"NationalityId": "CN",
"NationalityName": "CHINE",
"NationalityIdISO3": "CHN"
},
{
"NationalityId": "CO",
"NationalityName": "COLOMBIE",
"NationalityIdISO3": "COL"
},
{
"NationalityId": "CR",
"NationalityName": "COSTA RICA",
"NationalityIdISO3": "CRI"
},
{
"NationalityId": "CU",
"NationalityName": "CUBA",
"NationalityIdISO3": "CUB"
},
{
"NationalityId": "CV",
"NationalityName": "CAP-VERT",
"NationalityIdISO3": "CPV"
},
{
"NationalityId": "CX",
"NationalityName": "CHRISTMAS, ILE",
"NationalityIdISO3": "CXR"
},
{
"NationalityId": "CY",
"NationalityName": "CHYPRE",
"NationalityIdISO3": "CYP"
},
{
"NationalityId": "CZ",
"NationalityName": "TCHEQUE, REPUBLIQUE",
"NationalityIdISO3": "CZE"
},
{
"NationalityId": "DE",
"NationalityName": "ALLEMAGNE",
"NationalityIdISO3": "DEU"
},
{
"NationalityId": "DJ",
"NationalityName": "DJIBOUTI",
"NationalityIdISO3": "DJI"
},
{
"NationalityId": "DK",
"NationalityName": "DANEMARK",
"NationalityIdISO3": "DNK"
},
{
"NationalityId": "DM",
"NationalityName": "DOMINIQUE",
"NationalityIdISO3": "DMA"
},
{
"NationalityId": "DO",
"NationalityName": "DOMINICAINE, REPUBLIQUE",
"NationalityIdISO3": "DOM"
},
{
"NationalityId": "DZ",
"NationalityName": "ALGERIE",
"NationalityIdISO3": "DZA"
},
{
"NationalityId": "EC",
"NationalityName": "EQUATEUR",
"NationalityIdISO3": "ECU"
},
{
"NationalityId": "EE",
"NationalityName": "ESTONIE",
"NationalityIdISO3": "EST"
},
{
"NationalityId": "EG",
"NationalityName": "EGYPTE",
"NationalityIdISO3": "EGY"
},
{
"NationalityId": "EH",
"NationalityName": "SAHARA OCCIDENTAL",
"NationalityIdISO3": "ESH"
},
{
"NationalityId": "ER",
"NationalityName": "ERYTHREE",
"NationalityIdISO3": "ERI"
},
{
"NationalityId": "ES",
"NationalityName": "ESPAGNE",
"NationalityIdISO3": "ESP"
},
{
"NationalityId": "ET",
"NationalityName": "ETHIOPIE",
"NationalityIdISO3": "ETH"
},
{
"NationalityId": "FI",
"NationalityName": "FINLANDE",
"NationalityIdISO3": "FIN"
},
{
"NationalityId": "FJ",
"NationalityName": "FIDJI",
"NationalityIdISO3": "FJI"
},
{
"NationalityId": "FK",
"NationalityName": "FALKLAND, ILES (MALVINAS)",
"NationalityIdISO3": "FLK"
},
{
"NationalityId": "FM",
"NationalityName": "MICRONESIE, ETATS FEDERES DE",
"NationalityIdISO3": "FSM"
},
{
"NationalityId": "FO",
"NationalityName": "FEROE, ILES",
"NationalityIdISO3": "FRO"
},
{
"NationalityId": "FR",
"NationalityName": "FRANCE",
"NationalityIdISO3": "FRA"
},
{
"NationalityId": "GA",
"NationalityName": "GABON",
"NationalityIdISO3": "GAB"
},
{
"NationalityId": "GB",
"NationalityName": "ROYAUME-UNI",
"NationalityIdISO3": "GBR"
},
{
"NationalityId": "GD",
"NationalityName": "GRENADE",
"NationalityIdISO3": "GRD"
},
{
"NationalityId": "GE",
"NationalityName": "GEORGIE",
"NationalityIdISO3": "GEO"
},
{
"NationalityId": "GF",
"NationalityName": "GUYANE FRAN",
"NationalityIdISO3": "GUF"
},
{
"NationalityId": "GG",
"NationalityName": "GUERNSEY",
"NationalityIdISO3": ""
},
{
"NationalityId": "GH",
"NationalityName": "GHANA",
"NationalityIdISO3": "GHA"
},
{
"NationalityId": "GI",
"NationalityName": "GIBRALTAR",
"NationalityIdISO3": "GIB"
},
{
"NationalityId": "GL",
"NationalityName": "GROENLAND",
"NationalityIdISO3": "GRL"
},
{
"NationalityId": "GM",
"NationalityName": "GAMBIE",
"NationalityIdISO3": "GMB"
},
{
"NationalityId": "GN",
"NationalityName": "GUINEE",
"NationalityIdISO3": "GIN"
},
{
"NationalityId": "GP",
"NationalityName": "GUADELOUPE",
"NationalityIdISO3": "GLP"
},
{
"NationalityId": "GQ",
"NationalityName": "GUINEE EQUATORIALE",
"NationalityIdISO3": "GNQ"
},
{
"NationalityId": "GR",
"NationalityName": "GRECE",
"NationalityIdISO3": "GRC"
},
{
"NationalityId": "GS",
"NationalityName": "GEORGIE DU SUD ET LES ILES SA",
"NationalityIdISO3": "SGS"
},
{
"NationalityId": "GT",
"NationalityName": "GUATEMALA",
"NationalityIdISO3": "GTM"
},
{
"NationalityId": "GU",
"NationalityName": "GUAM",
"NationalityIdISO3": "GUM"
},
{
"NationalityId": "GW",
"NationalityName": "GUINEE-BISSAU",
"NationalityIdISO3": "GNB"
},
{
"NationalityId": "GY",
"NationalityName": "GUYANA",
"NationalityIdISO3": "GUY"
},
{
"NationalityId": "HK",
"NationalityName": "HONG KONG",
"NationalityIdISO3": "HKG"
},
{
"NationalityId": "HM",
"NationalityName": "HEARD, ILE ET MCDONALD, ILES",
"NationalityIdISO3": "HMD"
},
{
"NationalityId": "HN",
"NationalityName": "HONDURAS",
"NationalityIdISO3": "HND"
},
{
"NationalityId": "HR",
"NationalityName": "CROATIE",
"NationalityIdISO3": "HRV"
},
{
"NationalityId": "HT",
"NationalityName": "HAITI",
"NationalityIdISO3": "HTI"
},
{
"NationalityId": "HU",
"NationalityName": "HONGRIE",
"NationalityIdISO3": "HUN"
},
{
"NationalityId": "ID",
"NationalityName": "INDONESIE",
"NationalityIdISO3": "IDN"
},
{
"NationalityId": "IE",
"NationalityName": "IRLANDE",
"NationalityIdISO3": "IRL"
},
{
"NationalityId": "IL",
"NationalityName": "ISRAEL",
"NationalityIdISO3": "ISR"
},
{
"NationalityId": "IM",
"NationalityName": "ISLE OF MAN",
"NationalityIdISO3": ""
},
{
"NationalityId": "IN",
"NationalityName": "INDE",
"NationalityIdISO3": "IND"
},
{
"NationalityId": "IO",
"NationalityName": "OCEAN INDIEN, TERRITOIRE BRIT",
"NationalityIdISO3": "IOT"
},
{
"NationalityId": "IQ",
"NationalityName": "IRAQ",
"NationalityIdISO3": "IRQ"
},
{
"NationalityId": "IR",
"NationalityName": "IRAN, REPUBLIQUE ISLAMIQUE D'",
"NationalityIdISO3": "IRN"
},
{
"NationalityId": "IS",
"NationalityName": "ISLANDE",
"NationalityIdISO3": "ISL"
},
{
"NationalityId": "IT",
"NationalityName": "ITALIE",
"NationalityIdISO3": "ITA"
},
{
"NationalityId": "JE",
"NationalityName": "JERSEY",
"NationalityIdISO3": ""
},
{
"NationalityId": "JM",
"NationalityName": "JAMAIQUE",
"NationalityIdISO3": "JAM"
},
{
"NationalityId": "JO",
"NationalityName": "JORDANIE",
"NationalityIdISO3": "JOR"
},
{
"NationalityId": "JP",
"NationalityName": "JAPON",
"NationalityIdISO3": "JPN"
},
{
"NationalityId": "KE",
"NationalityName": "KENYA",
"NationalityIdISO3": "KEN"
},
{
"NationalityId": "KG",
"NationalityName": "KIRGHIZISTAN",
"NationalityIdISO3": "KGZ"
},
{
"NationalityId": "KH",
"NationalityName": "CAMBODGE",
"NationalityIdISO3": "KHM"
},
{
"NationalityId": "KI",
"NationalityName": "KIRIBATI",
"NationalityIdISO3": "KIR"
},
{
"NationalityId": "KM",
"NationalityName": "COMORES",
"NationalityIdISO3": "COM"
},
{
"NationalityId": "KN",
"NationalityName": "SAINT-KITTS-ET-NEVIS",
"NationalityIdISO3": "KNA"
},
{
"NationalityId": "KP",
"NationalityName": "COREE, REPUBLIQUE POPULAIRE D",
"NationalityIdISO3": "PRK"
},
{
"NationalityId": "KR",
"NationalityName": "COREE, REPUBLIQUE DE",
"NationalityIdISO3": "KOR"
},
{
"NationalityId": "KW",
"NationalityName": "KOWEIT",
"NationalityIdISO3": "KWT"
},
{
"NationalityId": "KY",
"NationalityName": "CAIMANES, ILES",
"NationalityIdISO3": "CYM"
},
{
"NationalityId": "KZ",
"NationalityName": "KAZAKSTAN",
"NationalityIdISO3": "KAZ"
},
{
"NationalityId": "LA",
"NationalityName": "LAO, REPUBLIQUE DEMOCRATIQUE",
"NationalityIdISO3": "LAO"
},
{
"NationalityId": "LB",
"NationalityName": "LIBAN",
"NationalityIdISO3": "LBN"
},
{
"NationalityId": "LC",
"NationalityName": "SAINTE-LUCIE",
"NationalityIdISO3": "LCA"
},
{
"NationalityId": "LI",
"NationalityName": "LIECHTENSTEIN",
"NationalityIdISO3": "LIE"
},
{
"NationalityId": "LK",
"NationalityName": "SRI LANKA",
"NationalityIdISO3": "LKA"
},
{
"NationalityId": "LR",
"NationalityName": "LIBERIA",
"NationalityIdISO3": "LBR"
},
{
"NationalityId": "LS",
"NationalityName": "LESOTHO",
"NationalityIdISO3": "LSO"
},
{
"NationalityId": "LT",
"NationalityName": "LITUANIE",
"NationalityIdISO3": "LTU"
},
{
"NationalityId": "LU",
"NationalityName": "LUXEMBOURG",
"NationalityIdISO3": "LUX"
},
{
"NationalityId": "LV",
"NationalityName": "LETTONIE",
"NationalityIdISO3": "LVA"
},
{
"NationalityId": "LY",
"NationalityName": "LIBYENNE, JAMAHIRIYA ARABE",
"NationalityIdISO3": "LBY"
},
{
"NationalityId": "MA",
"NationalityName": "MAROC",
"NationalityIdISO3": "MAR"
},
{
"NationalityId": "MC",
"NationalityName": "MONACO",
"NationalityIdISO3": "MCO"
},
{
"NationalityId": "MD",
"NationalityName": "MOLDOVI, REPUBLIQUE DE",
"NationalityIdISO3": "MDA"
},
{
"NationalityId": "ME",
"NationalityName": "MONTENEGRO",
"NationalityIdISO3": ""
},
{
"NationalityId": "MF",
"NationalityName": "SAINT MARTIN",
"NationalityIdISO3": ""
},
{
"NationalityId": "MG",
"NationalityName": "MADAGASCAR",
"NationalityIdISO3": "MDG"
},
{
"NationalityId": "MH",
"NationalityName": "MARSHALL, ILES",
"NationalityIdISO3": "MHL"
},
{
"NationalityId": "MK",
"NationalityName": "MACEDOINE, L'EX-REPUBLIQUE YO",
"NationalityIdISO3": "MKD"
},
{
"NationalityId": "ML",
"NationalityName": "MALI",
"NationalityIdISO3": "MLI"
},
{
"NationalityId": "MM",
"NationalityName": "MYANMAR",
"NationalityIdISO3": "MMR"
},
{
"NationalityId": "MN",
"NationalityName": "MONGOLIE",
"NationalityIdISO3": "MNG"
},
{
"NationalityId": "MO",
"NationalityName": "MACAU",
"NationalityIdISO3": "MAC"
},
{
"NationalityId": "MP",
"NationalityName": "MARIANNES DU NORD, ILES",
"NationalityIdISO3": "MNP"
},
{
"NationalityId": "MQ",
"NationalityName": "MARTINIQUE",
"NationalityIdISO3": "MTQ"
},
{
"NationalityId": "MR",
"NationalityName": "MAURITANIE",
"NationalityIdISO3": "MRT"
},
{
"NationalityId": "MS",
"NationalityName": "MONTSERRAT",
"NationalityIdISO3": "MSR"
},
{
"NationalityId": "MT",
"NationalityName": "MALTE",
"NationalityIdISO3": "MLT"
},
{
"NationalityId": "MU",
"NationalityName": "MAURICE",
"NationalityIdISO3": "MUS"
},
{
"NationalityId": "MV",
"NationalityName": "MALDIVES",
"NationalityIdISO3": "MDV"
},
{
"NationalityId": "MW",
"NationalityName": "MALAWI",
"NationalityIdISO3": "MWI"
},
{
"NationalityId": "MX",
"NationalityName": "MEXIQUE",
"NationalityIdISO3": "MEX"
},
{
"NationalityId": "MY",
"NationalityName": "MALAISIE",
"NationalityIdISO3": "MYS"
},
{
"NationalityId": "MZ",
"NationalityName": "MOZAMBIQUE",
"NationalityIdISO3": "MOZ"
},
{
"NationalityId": "NA",
"NationalityName": "NAMIBIE",
"NationalityIdISO3": "NAM"
},
{
"NationalityId": "NC",
"NationalityName": "NOUVELLE-CALEDONIE",
"NationalityIdISO3": "NCL"
},
{
"NationalityId": "NE",
"NationalityName": "NIGER",
"NationalityIdISO3": "NER"
},
{
"NationalityId": "NF",
"NationalityName": "NORFOLK, ILE",
"NationalityIdISO3": "NFK"
},
{
"NationalityId": "NG",
"NationalityName": "NIGERIA",
"NationalityIdISO3": "NGA"
},
{
"NationalityId": "NI",
"NationalityName": "NICARAGUA",
"NationalityIdISO3": "NIC"
},
{
"NationalityId": "NL",
"NationalityName": "PAYS-BAS",
"NationalityIdISO3": "NLD"
},
{
"NationalityId": "NO",
"NationalityName": "NORVEGE",
"NationalityIdISO3": "NOR"
},
{
"NationalityId": "NP",
"NationalityName": "NEPAL",
"NationalityIdISO3": "NPL"
},
{
"NationalityId": "NR",
"NationalityName": "NAURU",
"NationalityIdISO3": "NRU"
},
{
"NationalityId": "NU",
"NationalityName": "NIOUE",
"NationalityIdISO3": "NIU"
},
{
"NationalityId": "NZ",
"NationalityName": "NOUVELLE-ZELANDE",
"NationalityIdISO3": "NZL"
},
{
"NationalityId": "OM",
"NationalityName": "OMAN",
"NationalityIdISO3": "OMN"
},
{
"NationalityId": "PA",
"NationalityName": "PANAMA",
"NationalityIdISO3": "PAN"
},
{
"NationalityId": "PE",
"NationalityName": "PEROU",
"NationalityIdISO3": "PER"
},
{
"NationalityId": "PF",
"NationalityName": "POLYNESIE FRAN",
"NationalityIdISO3": "PYF"
},
{
"NationalityId": "PG",
"NationalityName": "PAPOUASIE-NOUVELLE-GUINEE",
"NationalityIdISO3": "PNG"
},
{
"NationalityId": "PH",
"NationalityName": "PHILIPPINES",
"NationalityIdISO3": "PHL"
},
{
"NationalityId": "PK",
"NationalityName": "PAKISTAN",
"NationalityIdISO3": "PAK"
},
{
"NationalityId": "PL",
"NationalityName": "POLOGNE",
"NationalityIdISO3": "POL"
},
{
"NationalityId": "PM",
"NationalityName": "SAINT-PIERRE-ET-MIQUELON",
"NationalityIdISO3": "SPM"
},
{
"NationalityId": "PN",
"NationalityName": "PITCAIRN",
"NationalityIdISO3": "PCN"
},
{
"NationalityId": "PR",
"NationalityName": "PORTO RICO",
"NationalityIdISO3": "PRI"
},
{
"NationalityId": "PS",
"NationalityName": "PALESTINIEN OCCUPE, TERRITOIR",
"NationalityIdISO3": ""
},
{
"NationalityId": "PT",
"NationalityName": "PORTUGAL",
"NationalityIdISO3": "PRT"
},
{
"NationalityId": "PW",
"NationalityName": "PALAOS",
"NationalityIdISO3": "PLW"
},
{
"NationalityId": "PY",
"NationalityName": "PARAGUAY",
"NationalityIdISO3": "PRY"
},
{
"NationalityId": "QA",
"NationalityName": "QATAR",
"NationalityIdISO3": "QAT"
},
{
"NationalityId": "RE",
"NationalityName": "REUNION",
"NationalityIdISO3": "REU"
},
{
"NationalityId": "RO",
"NationalityName": "ROUMANIE",
"NationalityIdISO3": "ROM"
},
{
"NationalityId": "RS",
"NationalityName": "REEPUBLIQUE DE SERBIE",
"NationalityIdISO3": "SRB"
},
{
"NationalityId": "RU",
"NationalityName": "RUSSIE, FEDERATION DE",
"NationalityIdISO3": "RUS"
},
{
"NationalityId": "RW",
"NationalityName": "RWANDA",
"NationalityIdISO3": "RWA"
},
{
"NationalityId": "SA",
"NationalityName": "ARABIE SAOUDITE",
"NationalityIdISO3": "SAU"
},
{
"NationalityId": "SB",
"NationalityName": "SALOMON, ILES",
"NationalityIdISO3": "SLB"
},
{
"NationalityId": "SC",
"NationalityName": "SEYCHELLES",
"NationalityIdISO3": "SYC"
},
{
"NationalityId": "SD",
"NationalityName": "SOUDAN",
"NationalityIdISO3": "SDN"
},
{
"NationalityId": "SE",
"NationalityName": "SUEDE",
"NationalityIdISO3": "SWE"
},
{
"NationalityId": "SG",
"NationalityName": "SINGAPOUR",
"NationalityIdISO3": "SGP"
},
{
"NationalityId": "SH",
"NationalityName": "SAINTE-HELENE",
"NationalityIdISO3": "SHN"
},
{
"NationalityId": "SI",
"NationalityName": "SLOVENIE",
"NationalityIdISO3": "SVN"
},
{
"NationalityId": "SJ",
"NationalityName": "SVALBARD ET ILE JAN MAYEN",
"NationalityIdISO3": "SJM"
},
{
"NationalityId": "SK",
"NationalityName": "SLOVAQUIE",
"NationalityIdISO3": "SVK"
},
{
"NationalityId": "SL",
"NationalityName": "SIERRA LEONE",
"NationalityIdISO3": "SLE"
},
{
"NationalityId": "SM",
"NationalityName": "SAINT-MARIN",
"NationalityIdISO3": "SMR"
},
{
"NationalityId": "SN",
"NationalityName": "SENEGAL",
"NationalityIdISO3": "SEN"
},
{
"NationalityId": "SO",
"NationalityName": "SOMALIE",
"NationalityIdISO3": "SOM"
},
{
"NationalityId": "SR",
"NationalityName": "SURINAME",
"NationalityIdISO3": "SUR"
},
{
"NationalityId": "ST",
"NationalityName": "SAO TOME-ET-PRINCIPE",
"NationalityIdISO3": "STP"
},
{
"NationalityId": "SV",
"NationalityName": "EL SALVADOR",
"NationalityIdISO3": "SLV"
},
{
"NationalityId": "SY",
"NationalityName": "SYRIENNE, REPUBLIQUE ARABE",
"NationalityIdISO3": "SYR"
},
{
"NationalityId": "SZ",
"NationalityName": "SWAZILAND",
"NationalityIdISO3": "SWZ"
},
{
"NationalityId": "TC",
"NationalityName": "TURKS ET CAXQUES, ILES",
"NationalityIdISO3": "TCA"
},
{
"NationalityId": "TD",
"NationalityName": "TCHAD",
"NationalityIdISO3": "TCD"
},
{
"NationalityId": "TF",
"NationalityName": "TERRES AUSTRALES FRAN",
"NationalityIdISO3": "ATF"
},
{
"NationalityId": "TG",
"NationalityName": "TOGO",
"NationalityIdISO3": "TGO"
},
{
"NationalityId": "TH",
"NationalityName": "THAILANDE",
"NationalityIdISO3": "THA"
},
{
"NationalityId": "TJ",
"NationalityName": "TADJIKISTAN",
"NationalityIdISO3": "TJK"
},
{
"NationalityId": "TK",
"NationalityName": "TOKELAU",
"NationalityIdISO3": "TKL"
},
{
"NationalityId": "TL",
"NationalityName": "TIMOR ORIENTAL",
"NationalityIdISO3": ""
},
{
"NationalityId": "TM",
"NationalityName": "TURKMENISTAN",
"NationalityIdISO3": "TKM"
},
{
"NationalityId": "TN",
"NationalityName": "TUNISIE",
"NationalityIdISO3": "TUN"
},
{
"NationalityId": "TO",
"NationalityName": "TONGA",
"NationalityIdISO3": "TON"
},
{
"NationalityId": "TP",
"NationalityName": "",
"NationalityIdISO3": "TMP"
},
{
"NationalityId": "TR",
"NationalityName": "TURQUIE",
"NationalityIdISO3": "TUR"
},
{
"NationalityId": "TT",
"NationalityName": "TRINITE-ET-TOBAGO",
"NationalityIdISO3": "TTO"
},
{
"NationalityId": "TV",
"NationalityName": "TUVALU",
"NationalityIdISO3": "TUV"
},
{
"NationalityId": "TW",
"NationalityName": "TAIWAN",
"NationalityIdISO3": "TWN"
},
{
"NationalityId": "TZ",
"NationalityName": "TANZANIE, REPUBLIQUE-UNIE DE",
"NationalityIdISO3": "TZA"
},
{
"NationalityId": "UA",
"NationalityName": "UKRAINE",
"NationalityIdISO3": "UKR"
},
{
"NationalityId": "UG",
"NationalityName": "OUGANDA",
"NationalityIdISO3": "UGA"
},
{
"NationalityId": "UM",
"NationalityName": "ILES MINEURES ELOIGNEES DES E",
"NationalityIdISO3": "UMI"
},
{
"NationalityId": "US",
"NationalityName": "ETATS-UNIS",
"NationalityIdISO3": "USA"
},
{
"NationalityId": "UY",
"NationalityName": "URUGUAY",
"NationalityIdISO3": "URY"
},
{
"NationalityId": "UZ",
"NationalityName": "OUZBEKISTAN",
"NationalityIdISO3": "UZB"
},
{
"NationalityId": "VA",
"NationalityName": "SAINT-SITGE (ETAT DE LA CITE",
"NationalityIdISO3": "VAT"
},
{
"NationalityId": "VC",
"NationalityName": "SAINT-VINCENT-ET-LES GRENADIN",
"NationalityIdISO3": "VCT"
},
{
"NationalityId": "VE",
"NationalityName": "VENEZUELA",
"NationalityIdISO3": "VEN"
},
{
"NationalityId": "VG",
"NationalityName": "ILES VIERGES BRITANNIQUES",
"NationalityIdISO3": "VGB"
},
{
"NationalityId": "VI",
"NationalityName": "ILES VIERGES DES ETATS-UNIS",
"NationalityIdISO3": "VIR"
},
{
"NationalityId": "VN",
"NationalityName": "VIET NAM",
"NationalityIdISO3": "VNM"
},
{
"NationalityId": "VU",
"NationalityName": "VANUATU",
"NationalityIdISO3": "VUT"
},
{
"NationalityId": "WF",
"NationalityName": "WALLIS ET FUTUNA",
"NationalityIdISO3": "WLF"
},
{
"NationalityId": "WS",
"NationalityName": "SAMOA",
"NationalityIdISO3": "WSM"
},
{
"NationalityId": "XK",
"NationalityName": "KOSOVO",
"NationalityIdISO3": "XKO"
},
{
"NationalityId": "YE",
"NationalityName": "YEMEN",
"NationalityIdISO3": "YEM"
},
{
"NationalityId": "YT",
"NationalityName": "MAYOTTE",
"NationalityIdISO3": "MYT"
},
{
"NationalityId": "YU",
"NationalityName": "YOUGOSLAVIE",
"NationalityIdISO3": "YUG"
},
{
"NationalityId": "Z1",
"NationalityName": "DIVERS FRANCE",
"NationalityIdISO3": ""
},
{
"NationalityId": "Z10",
"NationalityName": "DIVERS MOYEN ORIENT",
"NationalityIdISO3": ""
},
{
"NationalityId": "Z2",
"NationalityName": "DIVERS EUROPE",
"NationalityIdISO3": ""
},
{
"NationalityId": "Z3",
"NationalityName": "DIVERS AMERIQUE",
"NationalityIdISO3": ""
},
{
"NationalityId": "Z4",
"NationalityName": "DIVERS ASIE",
"NationalityIdISO3": ""
},
{
"NationalityId": "Z5",
"NationalityName": "DIVERS OCEANIE ET AFRIQUE",
"NationalityIdISO3": ""
},
{
"NationalityId": "Z9",
"NationalityName": "DIVERS",
"NationalityIdISO3": ""
},
{
"NationalityId": "ZA",
"NationalityName": "AFRIQUE DU SUD",
"NationalityIdISO3": "ZAF"
},
{
"NationalityId": "ZM",
"NationalityName": "ZAMBIE",
"NationalityIdISO3": "ZMB"
},
{
"NationalityId": "ZR",
"NationalityName": "",
"NationalityIdISO3": "ZAR"
},
{
"NationalityId": "ZW",
"NationalityName": "ZIMBABWE",
"NationalityIdISO3": "ZWE"
}
],
"regions": [
{
"CountryId": "AU",
"RegionId": "ACT",
"RegionName": "ACT"
},
{
"CountryId": "AU",
"RegionId": "NSW",
"RegionName": "NSW"
},
{
"CountryId": "AU",
"RegionId": "NT",
"RegionName": "NT"
},
{
"CountryId": "AU",
"RegionId": "QLD",
"RegionName": "QLD"
},
{
"CountryId": "AU",
"RegionId": "SA",
"RegionName": "SA"
},
{
"CountryId": "AU",
"RegionId": "TAS",
"RegionName": "TAS"
},
{
"CountryId": "AU",
"RegionId": "VIC",
"RegionName": "VIC"
},
{
"CountryId": "AU",
"RegionId": "WA",
"RegionName": "WA"
},
{
"CountryId": "CA",
"RegionId": "AB",
"RegionName": "ALBERTA"
},
{
"CountryId": "CA",
"RegionId": "BC",
"RegionName": "BRITISH COLUMBIA"
},
{
"CountryId": "CA",
"RegionId": "MB",
"RegionName": "MANITOBA"
},
{
"CountryId": "CA",
"RegionId": "NB",
"RegionName": "NEW BRUNSWICK"
},
{
"CountryId": "CA",
"RegionId": "NL",
"RegionName": "NEWFOUNDLAND AND LABRADOR"
},
{
"CountryId": "CA",
"RegionId": "NS",
"RegionName": "NOVA SCOTIA"
},
{
"CountryId": "CA",
"RegionId": "NT",
"RegionName": "NORTHWEST TERRITORY"
},
{
"CountryId": "CA",
"RegionId": "NU",
"RegionName": "NUNAVUT"
},
{
"CountryId": "CA",
"RegionId": "ON",
"RegionName": "ONTARIO"
},
{
"CountryId": "CA",
"RegionId": "PE",
"RegionName": "PRINCE EDWARD ISLAND"
},
{
"CountryId": "CA",
"RegionId": "QC",
"RegionName": "QUEBEC"
},
{
"CountryId": "CA",
"RegionId": "SK",
"RegionName": "SASKATCHEWAN"
},
{
"CountryId": "CA",
"RegionId": "YT",
"RegionName": "YUKON"
},
{
"CountryId": "CN",
"RegionId": "11",
"RegionName": "Beijing / 北京"
},
{
"CountryId": "CN",
"RegionId": "12",
"RegionName": "Tianjin / 天津"
},
{
"CountryId": "CN",
"RegionId": "13",
"RegionName": "Hebei / 河北"
},
{
"CountryId": "CN",
"RegionId": "14",
"RegionName": "Shanxi / 山西"
},
{
"CountryId": "CN",
"RegionId": "15",
"RegionName": "Inner Mongolia / 内蒙古"
},
{
"CountryId": "CN",
"RegionId": "21",
"RegionName": "Liaoning / 辽宁"
},
{
"CountryId": "CN",
"RegionId": "22",
"RegionName": "Jilin / 吉林"
},
{
"CountryId": "CN",
"RegionId": "23",
"RegionName": "Heilongjiang / 黑龙江"
},
{
"CountryId": "CN",
"RegionId": "31",
"RegionName": "Shanghai / 上海"
},
{
"CountryId": "CN",
"RegionId": "32",
"RegionName": "Jiangsu / 江苏"
},
{
"CountryId": "CN",
"RegionId": "33",
"RegionName": "Zhejiang / 浙江"
},
{
"CountryId": "CN",
"RegionId": "34",
"RegionName": "Anhui / 安徽"
},
{
"CountryId": "CN",
"RegionId": "35",
"RegionName": "Fujian / 福建"
},
{
"CountryId": "CN",
"RegionId": "36",
"RegionName": "Jiangxi / 江西"
},
{
"CountryId": "CN",
"RegionId": "37",
"RegionName": "Shandong / 山东"
},
{
"CountryId": "CN",
"RegionId": "41",
"RegionName": "Henan / 河南"
},
{
"CountryId": "CN",
"RegionId": "42",
"RegionName": "Hubei / 湖北"
},
{
"CountryId": "CN",
"RegionId": "43",
"RegionName": "Hunan / 湖南"
},
{
"CountryId": "CN",
"RegionId": "44",
"RegionName": "Guangdong / 广东"
},
{
"CountryId": "CN",
"RegionId": "45",
"RegionName": "Guangxi / 广西"
},
{
"CountryId": "CN",
"RegionId": "46",
"RegionName": "Hainan / 海南"
},
{
"CountryId": "CN",
"RegionId": "50",
"RegionName": "Chongqing / 重庆"
},
{
"CountryId": "CN",
"RegionId": "51",
"RegionName": "Sichuan / 四川"
},
{
"CountryId": "CN",
"RegionId": "52",
"RegionName": "Guizhou / 贵州"
},
{
"CountryId": "CN",
"RegionId": "53",
"RegionName": "Yunnan / 云南"
},
{
"CountryId": "CN",
"RegionId": "54",
"RegionName": "Tibet / 西藏"
},
{
"CountryId": "CN",
"RegionId": "61",
"RegionName": "Shaanxi / 陕西"
},
{
"CountryId": "CN",
"RegionId": "62",
"RegionName": "Gansu / 甘肃"
},
{
"CountryId": "CN",
"RegionId": "63",
"RegionName": "Qinghai / 青海"
},
{
"CountryId": "CN",
"RegionId": "64",
"RegionName": "Ningxia / 宁夏"
},
{
"CountryId": "CN",
"RegionId": "65",
"RegionName": "Xinjiang / 新疆"
},
{
"CountryId": "FR",
"RegionId": "01",
"RegionName": "GUADELOUPE"
},
{
"CountryId": "FR",
"RegionId": "02",
"RegionName": "MARTINIQUE"
},
{
"CountryId": "FR",
"RegionId": "03",
"RegionName": "GUYANE"
},
{
"CountryId": "FR",
"RegionId": "04",
"RegionName": "LA REUNION"
},
{
"CountryId": "FR",
"RegionId": "11",
"RegionName": "ILE-DE-FRANCE"
},
{
"CountryId": "FR",
"RegionId": "21",
"RegionName": "CHAMPAGNE-ARDENNE"
},
{
"CountryId": "FR",
"RegionId": "22",
"RegionName": "PICARDIE"
},
{
"CountryId": "FR",
"RegionId": "23",
"RegionName": "HAUTE-NORMANDIE"
},
{
"CountryId": "FR",
"RegionId": "24",
"RegionName": "CENTRE"
},
{
"CountryId": "FR",
"RegionId": "25",
"RegionName": "BASSE-NORMANDIE"
},
{
"CountryId": "FR",
"RegionId": "26",
"RegionName": "BOURGOGNE"
},
{
"CountryId": "FR",
"RegionId": "31",
"RegionName": "NORD-PAS-DE-CALAIS"
},
{
"CountryId": "FR",
"RegionId": "41",
"RegionName": "LORRAINE"
},
{
"CountryId": "FR",
"RegionId": "42",
"RegionName": "ALSACE"
},
{
"CountryId": "FR",
"RegionId": "43",
"RegionName": "FRANCHE-COMTE"
},
{
"CountryId": "FR",
"RegionId": "52",
"RegionName": "PAYS DE LA LOIRE"
},
{
"CountryId": "FR",
"RegionId": "53",
"RegionName": "BRETAGNE"
},
{
"CountryId": "FR",
"RegionId": "54",
"RegionName": "POITOU-CHARENTES"
},
{
"CountryId": "FR",
"RegionId": "72",
"RegionName": "AQUITAINE"
},
{
"CountryId": "FR",
"RegionId": "73",
"RegionName": "MIDI-PYRENEES"
},
{
"CountryId": "FR",
"RegionId": "74",
"RegionName": "LIMOUSIN"
},
{
"CountryId": "FR",
"RegionId": "82",
"RegionName": "RHONE-ALPES"
},
{
"CountryId": "FR",
"RegionId": "83",
"RegionName": "AUVERGNE"
},
{
"CountryId": "FR",
"RegionId": "91",
"RegionName": "LANGUEDOC-ROUSSILLON"
},
{
"CountryId": "FR",
"RegionId": "93",
"RegionName": "PROVENCE-ALPES-COTE D'AZUR"
},
{
"CountryId": "FR",
"RegionId": "94",
"RegionName": "CORSE"
},
{
"CountryId": "HK",
"RegionId": "01",
"RegionName": "Aberdeen"
},
{
"CountryId": "HK",
"RegionId": "02",
"RegionName": "Admiralty"
},
{
"CountryId": "HK",
"RegionId": "03",
"RegionName": "Ap Lei Chau"
},
{
"CountryId": "HK",
"RegionId": "04",
"RegionName": "Beacon Hill"
},
{
"CountryId": "HK",
"RegionId": "05",
"RegionName": "Causeway Bay"
},
{
"CountryId": "HK",
"RegionId": "06",
"RegionName": "Central"
},
{
"CountryId": "HK",
"RegionId": "07",
"RegionName": "Chai Wan"
},
{
"CountryId": "HK",
"RegionId": "08",
"RegionName": "Cheung Sha Wan"
},
{
"CountryId": "HK",
"RegionId": "09",
"RegionName": "Chung Hom Kok"
},
{
"CountryId": "HK",
"RegionId": "10",
"RegionName": "Clear Water Bay"
},
{
"CountryId": "HK",
"RegionId": "11",
"RegionName": "Deep Water Bay"
},
{
"CountryId": "HK",
"RegionId": "12",
"RegionName": "Diamond Hill"
},
{
"CountryId": "HK",
"RegionId": "13",
"RegionName": "Discovery Bay"
},
{
"CountryId": "HK",
"RegionId": "14",
"RegionName": "Fanling"
},
{
"CountryId": "HK",
"RegionId": "15",
"RegionName": "Fortress Hill"
},
{
"CountryId": "HK",
"RegionId": "16",
"RegionName": "Happy Valley"
},
{
"CountryId": "HK",
"RegionId": "17",
"RegionName": "Hei Ling Chau"
},
{
"CountryId": "HK",
"RegionId": "18",
"RegionName": "Ho Man Tin"
},
{
"CountryId": "HK",
"RegionId": "19",
"RegionName": "Hung Hom"
},
{
"CountryId": "HK",
"RegionId": "20",
"RegionName": "Island South"
},
{
"CountryId": "HK",
"RegionId": "21",
"RegionName": "Jardine's Lookout"
},
{
"CountryId": "HK",
"RegionId": "22",
"RegionName": "Jordan"
},
{
"CountryId": "HK",
"RegionId": "23",
"RegionName": "Kam Tin"
},
{
"CountryId": "HK",
"RegionId": "24",
"RegionName": "Kau To Shan"
},
{
"CountryId": "HK",
"RegionId": "25",
"RegionName": "Kennedy Town"
},
{
"CountryId": "HK",
"RegionId": "26",
"RegionName": "Kowloon Bay"
},
{
"CountryId": "HK",
"RegionId": "27",
"RegionName": "Kowloon City"
},
{
"CountryId": "HK",
"RegionId": "28",
"RegionName": "Kowloon Tong"
},
{
"CountryId": "HK",
"RegionId": "29",
"RegionName": "Kwai Chung"
},
{
"CountryId": "HK",
"RegionId": "30",
"RegionName": "Kwun Tong"
},
{
"CountryId": "HK",
"RegionId": "31",
"RegionName": "Lai Chi Kok"
},
{
"CountryId": "HK",
"RegionId": "32",
"RegionName": "Lam Tin"
},
{
"CountryId": "HK",
"RegionId": "33",
"RegionName": "Lamma Island"
},
{
"CountryId": "HK",
"RegionId": "34",
"RegionName": "Lantau Island"
},
{
"CountryId": "HK",
"RegionId": "35",
"RegionName": "Ma On Shan"
},
{
"CountryId": "HK",
"RegionId": "36",
"RegionName": "Ma Wan"
},
{
"CountryId": "HK",
"RegionId": "37",
"RegionName": "Mid-Levels"
},
{
"CountryId": "HK",
"RegionId": "38",
"RegionName": "Mong Kok"
},
{
"CountryId": "HK",
"RegionId": "39",
"RegionName": "Ngau Chi Wan"
},
{
"CountryId": "HK",
"RegionId": "40",
"RegionName": "Ngau Tau Kok"
},
{
"CountryId": "HK",
"RegionId": "41",
"RegionName": "North Point"
},
{
"CountryId": "HK",
"RegionId": "42",
"RegionName": "Pok Fu Lam"
},
{
"CountryId": "HK",
"RegionId": "43",
"RegionName": "Prince Edward"
},
{
"CountryId": "HK",
"RegionId": "44",
"RegionName": "Quarry Bay"
},
{
"CountryId": "HK",
"RegionId": "45",
"RegionName": "Repulse Bay"
},
{
"CountryId": "HK",
"RegionId": "46",
"RegionName": "Sai Kung"
},
{
"CountryId": "HK",
"RegionId": "47",
"RegionName": "Sai Wan"
},
{
"CountryId": "HK",
"RegionId": "48",
"RegionName": "Sai Wan Ho"
},
{
"CountryId": "HK",
"RegionId": "49",
"RegionName": "Sai Ying Pun"
},
{
"CountryId": "HK",
"RegionId": "50",
"RegionName": "San Po Kong"
},
{
"CountryId": "HK",
"RegionId": "51",
"RegionName": "Sha Tau Kok"
},
{
"CountryId": "HK",
"RegionId": "52",
"RegionName": "Sham Shui Po"
},
{
"CountryId": "HK",
"RegionId": "53",
"RegionName": "Sham Tseng"
},
{
"CountryId": "HK",
"RegionId": "54",
"RegionName": "Shatin"
},
{
"CountryId": "HK",
"RegionId": "55",
"RegionName": "Shau Kei Wan"
},
{
"CountryId": "HK",
"RegionId": "56",
"RegionName": "Shek O"
},
{
"CountryId": "HK",
"RegionId": "57",
"RegionName": "Sheung Shui"
},
{
"CountryId": "HK",
"RegionId": "58",
"RegionName": "Sheung Wan"
},
{
"CountryId": "HK",
"RegionId": "59",
"RegionName": "Shouson Hill"
},
{
"CountryId": "HK",
"RegionId": "60",
"RegionName": "Siu Lam"
},
{
"CountryId": "HK",
"RegionId": "61",
"RegionName": "Siu Sai Wan"
},
{
"CountryId": "HK",
"RegionId": "62",
"RegionName": "South Bay"
},
{
"CountryId": "HK",
"RegionId": "63",
"RegionName": "Stanley"
},
{
"CountryId": "HK",
"RegionId": "64",
"RegionName": "Tai Hang"
},
{
"CountryId": "HK",
"RegionId": "65",
"RegionName": "Tai Kok Tsui"
},
{
"CountryId": "HK",
"RegionId": "66",
"RegionName": "Tai Po"
},
{
"CountryId": "HK",
"RegionId": "67",
"RegionName": "Tai Po Kau"
},
{
"CountryId": "HK",
"RegionId": "68",
"RegionName": "Tai Tam"
},
{
"CountryId": "HK",
"RegionId": "69",
"RegionName": "Taikoo Shing"
},
{
"CountryId": "HK",
"RegionId": "70",
"RegionName": "The Peak"
},
{
"CountryId": "HK",
"RegionId": "71",
"RegionName": "Tin Hau"
},
{
"CountryId": "HK",
"RegionId": "72",
"RegionName": "Tin Shui Wai"
},
{
"CountryId": "HK",
"RegionId": "73",
"RegionName": "To Kwa Wan"
},
{
"CountryId": "HK",
"RegionId": "74",
"RegionName": "Tseung Kwan O"
},
{
"CountryId": "HK",
"RegionId": "75",
"RegionName": "Tsim Sha Tsui"
},
{
"CountryId": "HK",
"RegionId": "76",
"RegionName": "Tsing Yi"
},
{
"CountryId": "HK",
"RegionId": "77",
"RegionName": "Tsuen Wan"
},
{
"CountryId": "HK",
"RegionId": "78",
"RegionName": "Tuen Mun"
},
{
"CountryId": "HK",
"RegionId": "79",
"RegionName": "Tung Chung"
},
{
"CountryId": "HK",
"RegionId": "80",
"RegionName": "Wan Chai"
},
{
"CountryId": "HK",
"RegionId": "81",
"RegionName": "Wong Chuk Hang"
},
{
"CountryId": "HK",
"RegionId": "82",
"RegionName": "Wong Tai Sin"
},
{
"CountryId": "HK",
"RegionId": "83",
"RegionName": "Yau Ma Tei"
},
{
"CountryId": "HK",
"RegionId": "84",
"RegionName": "Yau Tong"
},
{
"CountryId": "HK",
"RegionId": "85",
"RegionName": "Yuen Long"
},
{
"CountryId": "HK",
"RegionId": "86",
"RegionName": "Cheung Chau"
},
{
"CountryId": "HK",
"RegionId": "87",
"RegionName": "Peng Chau"
},
{
"CountryId": "IN",
"RegionId": "AN",
"RegionName": "Andaman and Nicobar Islands"
},
{
"CountryId": "IN",
"RegionId": "AP",
"RegionName": "Andhra Pradesh"
},
{
"CountryId": "IN",
"RegionId": "AR",
"RegionName": "Arunachal Pradesh"
},
{
"CountryId": "IN",
"RegionId": "AS",
"RegionName": "Assam"
},
{
"CountryId": "IN",
"RegionId": "BR",
"RegionName": "Bihar"
},
{
"CountryId": "IN",
"RegionId": "CH",
"RegionName": "Chandïgarh"
},
{
"CountryId": "IN",
"RegionId": "CT",
"RegionName": "Chhattïsgarh"
},
{
"CountryId": "IN",
"RegionId": "DD",
"RegionName": "Daman and Diu"
},
{
"CountryId": "IN",
"RegionId": "DL",
"RegionName": "Delhi"
},
{
"CountryId": "IN",
"RegionId": "DN",
"RegionName": "Dadra and Nagar Haveli"
},
{
"CountryId": "IN",
"RegionId": "GA",
"RegionName": "Goa"
},
{
"CountryId": "IN",
"RegionId": "GJ",
"RegionName": "Gujarat"
},
{
"CountryId": "IN",
"RegionId": "HP",
"RegionName": "Himachal Pradesh"
},
{
"CountryId": "IN",
"RegionId": "HR",
"RegionName": "Haryana"
},
{
"CountryId": "IN",
"RegionId": "JH",
"RegionName": "Jharkhand"
},
{
"CountryId": "IN",
"RegionId": "JK",
"RegionName": "Jammu and Kashmïr"
},
{
"CountryId": "IN",
"RegionId": "KA",
"RegionName": "Karnataka"
},
{
"CountryId": "IN",
"RegionId": "KL",
"RegionName": "Kerala"
},
{
"CountryId": "IN",
"RegionId": "LD",
"RegionName": "Lakshadweep"
},
{
"CountryId": "IN",
"RegionId": "MH",
"RegionName": "Maharashtra"
},
{
"CountryId": "IN",
"RegionId": "ML",
"RegionName": "Meghalaya"
},
{
"CountryId": "IN",
"RegionId": "MN",
"RegionName": "Manipur"
},
{
"CountryId": "IN",
"RegionId": "MP",
"RegionName": "Madhya Pradesh"
},
{
"CountryId": "IN",
"RegionId": "MZ",
"RegionName": "Mizoram"
},
{
"CountryId": "IN",
"RegionId": "NL",
"RegionName": "Nagaland"
},
{
"CountryId": "IN",
"RegionId": "OR",
"RegionName": "Orissa"
},
{
"CountryId": "IN",
"RegionId": "PB",
"RegionName": "Punjab"
},
{
"CountryId": "IN",
"RegionId": "PY",
"RegionName": "Pondicherry"
},
{
"CountryId": "IN",
"RegionId": "RJ",
"RegionName": "Rajasthan"
},
{
"CountryId": "IN",
"RegionId": "SK",
"RegionName": "Sikkim"
},
{
"CountryId": "IN",
"RegionId": "TN",
"RegionName": "Tamil Nadu"
},
{
"CountryId": "IN",
"RegionId": "TR",
"RegionName": "Tripura"
},
{
"CountryId": "IN",
"RegionId": "UL",
"RegionName": "Uttaranchal"
},
{
"CountryId": "IN",
"RegionId": "UP",
"RegionName": "Uttar Pradesh"
},
{
"CountryId": "IN",
"RegionId": "WB",
"RegionName": "West Bengal"
},
{
"CountryId": "IT",
"RegionId": "AG",
"RegionName": "Agrigento"
},
{
"CountryId": "IT",
"RegionId": "AL",
"RegionName": " Alessandria"
},
{
"CountryId": "IT",
"RegionId": "AN",
"RegionName": " Ancona"
},
{
"CountryId": "IT",
"RegionId": "AO",
"RegionName": " Aosta (Autonoma)"
},
{
"CountryId": "IT",
"RegionId": "AP",
"RegionName": " Ascoli Piceno"
},
{
"CountryId": "IT",
"RegionId": "AQ",
"RegionName": " L'Aquila"
},
{
"CountryId": "IT",
"RegionId": "AR",
"RegionName": " Arezzo"
},
{
"CountryId": "IT",
"RegionId": "AT",
"RegionName": " Asti"
},
{
"CountryId": "IT",
"RegionId": "AV",
"RegionName": " Avellino"
},
{
"CountryId": "IT",
"RegionId": "BA",
"RegionName": " Bari (Metropolitana)"
},
{
"CountryId": "IT",
"RegionId": "BG",
"RegionName": " Bergamo"
},
{
"CountryId": "IT",
"RegionId": "BI",
"RegionName": " Biella"
},
{
"CountryId": "IT",
"RegionId": "BL",
"RegionName": " Belluno"
},
{
"CountryId": "IT",
"RegionId": "BN",
"RegionName": " Benevento"
},
{
"CountryId": "IT",
"RegionId": "BO",
"RegionName": " Bologna (Metropolitana)"
},
{
"CountryId": "IT",
"RegionId": "BR",
"RegionName": " Brindisi"
},
{
"CountryId": "IT",
"RegionId": "BS",
"RegionName": " Brescia"
},
{
"CountryId": "IT",
"RegionId": "BT",
"RegionName": " Barletta-Andria-Trani"
},
{
"CountryId": "IT",
"RegionId": "BZ",
"RegionName": " Bolzano (Autonoma)"
},
{
"CountryId": "IT",
"RegionId": "CA",
"RegionName": " Cagliari"
},
{
"CountryId": "IT",
"RegionId": "CB",
"RegionName": " Campobasso"
},
{
"CountryId": "IT",
"RegionId": "CE",
"RegionName": " Caserta"
},
{
"CountryId": "IT",
"RegionId": "CH",
"RegionName": " Chieti"
},
{
"CountryId": "IT",
"RegionId": "CI",
"RegionName": " Carbonia-Iglesias"
},
{
"CountryId": "IT",
"RegionId": "CL",
"RegionName": " Caltanissetta"
},
{
"CountryId": "IT",
"RegionId": "CN",
"RegionName": " Cuneo"
},
{
"CountryId": "IT",
"RegionId": "CO",
"RegionName": " Como"
},
{
"CountryId": "IT",
"RegionId": "CR",
"RegionName": " Cremona"
},
{
"CountryId": "IT",
"RegionId": "CS",
"RegionName": " Cosenza"
},
{
"CountryId": "IT",
"RegionId": "CT",
"RegionName": " Catania"
},
{
"CountryId": "IT",
"RegionId": "CZ",
"RegionName": " Catanzaro"
},
{
"CountryId": "IT",
"RegionId": "EN",
"RegionName": " Enna"
},
{
"CountryId": "IT",
"RegionId": "FC",
"RegionName": " Forlì-Cesena"
},
{
"CountryId": "IT",
"RegionId": "FE",
"RegionName": " Ferrara"
},
{
"CountryId": "IT",
"RegionId": "FG",
"RegionName": " Foggia"
},
{
"CountryId": "IT",
"RegionId": "FI",
"RegionName": " Firenze (Metropolitana)"
},
{
"CountryId": "IT",
"RegionId": "FM",
"RegionName": " Fermo"
},
{
"CountryId": "IT",
"RegionId": "FR",
"RegionName": " Frosinone"
},
{
"CountryId": "IT",
"RegionId": "GE",
"RegionName": " Genova (Metropolitana)"
},
{
"CountryId": "IT",
"RegionId": "GO",
"RegionName": " Gorizia"
},
{
"CountryId": "IT",
"RegionId": "GR",
"RegionName": " Grosseto"
},
{
"CountryId": "IT",
"RegionId": "IM",
"RegionName": " Imperia"
},
{
"CountryId": "IT",
"RegionId": "IS",
"RegionName": " Isernia"
},
{
"CountryId": "IT",
"RegionId": "KR",
"RegionName": " Crotone"
},
{
"CountryId": "IT",
"RegionId": "LC",
"RegionName": " Lecco"
},
{
"CountryId": "IT",
"RegionId": "LE",
"RegionName": " Lecce"
},
{
"CountryId": "IT",
"RegionId": "LI",
"RegionName": " Livorno"
},
{
"CountryId": "IT",
"RegionId": "LO",
"RegionName": " Lodi"
},
{
"CountryId": "IT",
"RegionId": "LT",
"RegionName": " Latina"
},
{
"CountryId": "IT",
"RegionId": "LU",
"RegionName": " Lucca"
},
{
"CountryId": "IT",
"RegionId": "MB",
"RegionName": " Monza e Brianza"
},
{
"CountryId": "IT",
"RegionId": "MC",
"RegionName": " Macerata"
},
{
"CountryId": "IT",
"RegionId": "ME",
"RegionName": " Messina"
},
{
"CountryId": "IT",
"RegionId": "MI",
"RegionName": " Milano (Metropolitana)"
},
{
"CountryId": "IT",
"RegionId": "MN",
"RegionName": " Mantova"
},
{
"CountryId": "IT",
"RegionId": "MO",
"RegionName": " Modena"
},
{
"CountryId": "IT",
"RegionId": "MS",
"RegionName": " Massa e Carrara"
},
{
"CountryId": "IT",
"RegionId": "MT",
"RegionName": " Matera"
},
{
"CountryId": "IT",
"RegionId": "NA",
"RegionName": " Napoli (Metropolitana)"
},
{
"CountryId": "IT",
"RegionId": "NO",
"RegionName": " Novara"
},
{
"CountryId": "IT",
"RegionId": "NU",
"RegionName": " Nuoro"
},
{
"CountryId": "IT",
"RegionId": "OG",
"RegionName": " Ogliastra"
},
{
"CountryId": "IT",
"RegionId": "OR",
"RegionName": " Oristano"
},
{
"CountryId": "IT",
"RegionId": "OT",
"RegionName": " Olbia-Tempio"
},
{
"CountryId": "IT",
"RegionId": "PA",
"RegionName": " Palermo"
},
{
"CountryId": "IT",
"RegionId": "PC",
"RegionName": " Piacenza"
},
{
"CountryId": "IT",
"RegionId": "PD",
"RegionName": " Padova"
},
{
"CountryId": "IT",
"RegionId": "PE",
"RegionName": " Pescara"
},
{
"CountryId": "IT",
"RegionId": "PG",
"RegionName": " Perugia"
},
{
"CountryId": "IT",
"RegionId": "PI",
"RegionName": " Pisa"
},
{
"CountryId": "IT",
"RegionId": "PN",
"RegionName": " Pordenone"
},
{
"CountryId": "IT",
"RegionId": "PO",
"RegionName": " Prato"
},
{
"CountryId": "IT",
"RegionId": "PR",
"RegionName": " Parma"
},
{
"CountryId": "IT",
"RegionId": "PT",
"RegionName": "Pistoia"
},
{
"CountryId": "IT",
"RegionId": "PU",
"RegionName": " Pesaro e Urbino"
},
{
"CountryId": "IT",
"RegionId": "PV",
"RegionName": " Pavia"
},
{
"CountryId": "IT",
"RegionId": "PZ",
"RegionName": " Potenza"
},
{
"CountryId": "IT",
"RegionId": "RA",
"RegionName": " Ravenna"
},
{
"CountryId": "IT",
"RegionId": "RC",
"RegionName": " Reggio Calabria"
},
{
"CountryId": "IT",
"RegionId": "RE",
"RegionName": " Reggio Emilia"
},
{
"CountryId": "IT",
"RegionId": "RG",
"RegionName": " Ragusa"
},
{
"CountryId": "IT",
"RegionId": "RI",
"RegionName": " Rieti"
},
{
"CountryId": "IT",
"RegionId": "RM",
"RegionName": " Roma (Metropolitana)"
},
{
"CountryId": "IT",
"RegionId": "RN",
"RegionName": " Rimini"
},
{
"CountryId": "IT",
"RegionId": "RO",
"RegionName": " Rovigo"
},
{
"CountryId": "IT",
"RegionId": "SA",
"RegionName": " Salerno"
},
{
"CountryId": "IT",
"RegionId": "SI",
"RegionName": " Siena"
},
{
"CountryId": "IT",
"RegionId": "SO",
"RegionName": " Sondrio"
},
{
"CountryId": "IT",
"RegionId": "SP",
"RegionName": " La Spezia"
},
{
"CountryId": "IT",
"RegionId": "SR",
"RegionName": " Siracusa"
},
{
"CountryId": "IT",
"RegionId": "SS",
"RegionName": " Sassari"
},
{
"CountryId": "IT",
"RegionId": "SV",
"RegionName": " Savona"
},
{
"CountryId": "IT",
"RegionId": "TA",
"RegionName": " Taranto"
},
{
"CountryId": "IT",
"RegionId": "TE",
"RegionName": " Teramo"
},
{
"CountryId": "IT",
"RegionId": "TN",
"RegionName": " Trento (Autonoma)"
},
{
"CountryId": "IT",
"RegionId": "TO",
"RegionName": " Torino (Metropolitana)"
},
{
"CountryId": "IT",
"RegionId": "TP",
"RegionName": " Trapani"
},
{
"CountryId": "IT",
"RegionId": "TR",
"RegionName": " Terni"
},
{
"CountryId": "IT",
"RegionId": "TS",
"RegionName": " Trieste"
},
{
"CountryId": "IT",
"RegionId": "TV",
"RegionName": " Treviso"
},
{
"CountryId": "IT",
"RegionId": "UD",
"RegionName": " Udine"
},
{
"CountryId": "IT",
"RegionId": "VA",
"RegionName": " Varese"
},
{
"CountryId": "IT",
"RegionId": "VB",
"RegionName": " Verbano-Cusio-Ossola"
},
{
"CountryId": "IT",
"RegionId": "VC",
"RegionName": " Vercelli"
},
{
"CountryId": "IT",
"RegionId": "VE",
"RegionName": " Venezia"
},
{
"CountryId": "IT",
"RegionId": "VI",
"RegionName": " Vicenza"
},
{
"CountryId": "IT",
"RegionId": "VR",
"RegionName": " Verona"
},
{
"CountryId": "IT",
"RegionId": "VS",
"RegionName": "Medio Campidano"
},
{
"CountryId": "IT",
"RegionId": "VT",
"RegionName": " Viterbo"
},
{
"CountryId": "IT",
"RegionId": "VV",
"RegionName": " Vibo Valentia"
},
{
"CountryId": "JP",
"RegionId": "01",
"RegionName": "北海道"
},
{
"CountryId": "JP",
"RegionId": "02",
"RegionName": "青森県"
},
{
"CountryId": "JP",
"RegionId": "03",
"RegionName": "岩手県"
},
{
"CountryId": "JP",
"RegionId": "04",
"RegionName": "宮城県"
},
{
"CountryId": "JP",
"RegionId": "05",
"RegionName": "秋田県"
},
{
"CountryId": "JP",
"RegionId": "06",
"RegionName": "山形県"
},
{
"CountryId": "JP",
"RegionId": "07",
"RegionName": "福島県"
},
{
"CountryId": "JP",
"RegionId": "08",
"RegionName": "茨城県"
},
{
"CountryId": "JP",
"RegionId": "09",
"RegionName": "栃木県"
},
{
"CountryId": "JP",
"RegionId": "10",
"RegionName": "群馬県"
},
{
"CountryId": "JP",
"RegionId": "11",
"RegionName": "埼玉県"
},
{
"CountryId": "JP",
"RegionId": "12",
"RegionName": "千葉県"
},
{
"CountryId": "JP",
"RegionId": "13",
"RegionName": "東京都"
},
{
"CountryId": "JP",
"RegionId": "14",
"RegionName": "神奈川県"
},
{
"CountryId": "JP",
"RegionId": "15",
"RegionName": "新潟県"
},
{
"CountryId": "JP",
"RegionId": "16",
"RegionName": "富山県"
},
{
"CountryId": "JP",
"RegionId": "17",
"RegionName": "石川県"
},
{
"CountryId": "JP",
"RegionId": "18",
"RegionName": "福井県"
},
{
"CountryId": "JP",
"RegionId": "19",
"RegionName": "山梨県"
},
{
"CountryId": "JP",
"RegionId": "20",
"RegionName": "長野県"
},
{
"CountryId": "JP",
"RegionId": "21",
"RegionName": "岐阜県"
},
{
"CountryId": "JP",
"RegionId": "22",
"RegionName": "静岡県"
},
{
"CountryId": "JP",
"RegionId": "23",
"RegionName": "愛知県"
},
{
"CountryId": "JP",
"RegionId": "24",
"RegionName": "三重県"
},
{
"CountryId": "JP",
"RegionId": "25",
"RegionName": "滋賀県"
},
{
"CountryId": "JP",
"RegionId": "26",
"RegionName": "京都府"
},
{
"CountryId": "JP",
"RegionId": "27",
"RegionName": "大阪府"
},
{
"CountryId": "JP",
"RegionId": "27Ō",
"RegionName": "saka / 大阪府"
},
{
"CountryId": "JP",
"RegionId": "28",
"RegionName": "兵庫県"
},
{
"CountryId": "JP",
"RegionId": "29",
"RegionName": "奈良県"
},
{
"CountryId": "JP",
"RegionId": "30",
"RegionName": "和歌山県"
},
{
"CountryId": "JP",
"RegionId": "31",
"RegionName": "鳥取県"
},
{
"CountryId": "JP",
"RegionId": "32",
"RegionName": "島根県"
},
{
"CountryId": "JP",
"RegionId": "33",
"RegionName": "岡山県"
},
{
"CountryId": "JP",
"RegionId": "34",
"RegionName": "広島県"
},
{
"CountryId": "JP",
"RegionId": "35",
"RegionName": "山口県"
},
{
"CountryId": "JP",
"RegionId": "36",
"RegionName": "徳島県"
},
{
"CountryId": "JP",
"RegionId": "37",
"RegionName": "香川県"
},
{
"CountryId": "JP",
"RegionId": "38",
"RegionName": "愛媛県"
},
{
"CountryId": "JP",
"RegionId": "39",
"RegionName": "高知県"
},
{
"CountryId": "JP",
"RegionId": "40",
"RegionName": "福岡県"
},
{
"CountryId": "JP",
"RegionId": "41",
"RegionName": "佐賀県"
},
{
"CountryId": "JP",
"RegionId": "42",
"RegionName": "長崎県"
},
{
"CountryId": "JP",
"RegionId": "43",
"RegionName": "熊本県"
},
{
"CountryId": "JP",
"RegionId": "44",
"RegionName": "大分県"
},
{
"CountryId": "JP",
"RegionId": "44Ō",
"RegionName": "ita / 大分県"
},
{
"CountryId": "JP",
"RegionId": "45",
"RegionName": "宮崎県"
},
{
"CountryId": "JP",
"RegionId": "46",
"RegionName": "鹿児島県"
},
{
"CountryId": "JP",
"RegionId": "47",
"RegionName": "沖縄県"
},
{
"CountryId": "JP",
"RegionId": "JP-01",
"RegionName": "北海道"
},
{
"CountryId": "JP",
"RegionId": "JP-02",
"RegionName": "青森県"
},
{
"CountryId": "JP",
"RegionId": "JP-03",
"RegionName": "岩手県"
},
{
"CountryId": "JP",
"RegionId": "JP-04",
"RegionName": "宮城県"
},
{
"CountryId": "JP",
"RegionId": "JP-05",
"RegionName": "秋田県"
},
{
"CountryId": "JP",
"RegionId": "JP-06",
"RegionName": "山形県"
},
{
"CountryId": "JP",
"RegionId": "JP-07",
"RegionName": "福島県"
},
{
"CountryId": "JP",
"RegionId": "JP-08",
"RegionName": "茨城県"
},
{
"CountryId": "JP",
"RegionId": "JP-09",
"RegionName": "栃木県"
},
{
"CountryId": "JP",
"RegionId": "JP-10",
"RegionName": "群馬県"
},
{
"CountryId": "JP",
"RegionId": "JP-11",
"RegionName": "埼玉県"
},
{
"CountryId": "JP",
"RegionId": "JP-12",
"RegionName": "千葉県"
},
{
"CountryId": "JP",
"RegionId": "JP-13",
"RegionName": "東京都"
},
{
"CountryId": "JP",
"RegionId": "JP-14",
"RegionName": "神奈川県"
},
{
"CountryId": "JP",
"RegionId": "JP-15",
"RegionName": "新潟県"
},
{
"CountryId": "JP",
"RegionId": "JP-16",
"RegionName": "富山県"
},
{
"CountryId": "JP",
"RegionId": "JP-17",
"RegionName": "石川県"
},
{
"CountryId": "JP",
"RegionId": "JP-18",
"RegionName": "福井県"
},
{
"CountryId": "JP",
"RegionId": "JP-19",
"RegionName": "山梨県"
},
{
"CountryId": "JP",
"RegionId": "JP-20",
"RegionName": "長野県"
},
{
"CountryId": "JP",
"RegionId": "JP-21",
"RegionName": "岐阜県"
},
{
"CountryId": "JP",
"RegionId": "JP-22",
"RegionName": "静岡県"
},
{
"CountryId": "JP",
"RegionId": "JP-23",
"RegionName": "愛知県"
},
{
"CountryId": "JP",
"RegionId": "JP-24",
"RegionName": "三重県"
},
{
"CountryId": "JP",
"RegionId": "JP-25",
"RegionName": "滋賀県"
},
{
"CountryId": "JP",
"RegionId": "JP-26",
"RegionName": "京都府"
},
{
"CountryId": "JP",
"RegionId": "JP-27",
"RegionName": "大阪府"
},
{
"CountryId": "JP",
"RegionId": "JP-28",
"RegionName": "兵庫県"
},
{
"CountryId": "JP",
"RegionId": "JP-29",
"RegionName": "奈良県"
},
{
"CountryId": "JP",
"RegionId": "JP-30",
"RegionName": "和歌山県"
},
{
"CountryId": "JP",
"RegionId": "JP-31",
"RegionName": "鳥取県"
},
{
"CountryId": "JP",
"RegionId": "JP-32",
"RegionName": "島根県"
},
{
"CountryId": "JP",
"RegionId": "JP-33",
"RegionName": "岡山県"
},
{
"CountryId": "JP",
"RegionId": "JP-34",
"RegionName": "広島県"
},
{
"CountryId": "JP",
"RegionId": "JP-35",
"RegionName": "山口県"
},
{
"CountryId": "JP",
"RegionId": "JP-36",
"RegionName": "徳島県"
},
{
"CountryId": "JP",
"RegionId": "JP-37",
"RegionName": "香川県"
},
{
"CountryId": "JP",
"RegionId": "JP-38",
"RegionName": "愛媛県"
},
{
"CountryId": "JP",
"RegionId": "JP-39",
"RegionName": "高知県"
},
{
"CountryId": "JP",
"RegionId": "JP-40",
"RegionName": "福岡県"
},
{
"CountryId": "JP",
"RegionId": "JP-41",
"RegionName": "佐賀県"
},
{
"CountryId": "JP",
"RegionId": "JP-42",
"RegionName": "長崎県"
},
{
"CountryId": "JP",
"RegionId": "JP-43",
"RegionName": "熊本県"
},
{
"CountryId": "JP",
"RegionId": "JP-44",
"RegionName": "大分県"
},
{
"CountryId": "JP",
"RegionId": "JP-45",
"RegionName": "宮崎県"
},
{
"CountryId": "JP",
"RegionId": "JP-46",
"RegionName": "鹿児島県"
},
{
"CountryId": "JP",
"RegionId": "JP-47",
"RegionName": "沖縄県"
},
{
"CountryId": "KR",
"RegionId": "11",
"RegionName": "Seoul Teugbyeolsi/서울특별시"
},
{
"CountryId": "KR",
"RegionId": "22",
"RegionName": "Sejong Teugbyeol-jachisi/세종특별자치시"
},
{
"CountryId": "KR",
"RegionId": "26",
"RegionName": "Busan Gwang'yeogsi/부산광역시"
},
{
"CountryId": "KR",
"RegionId": "27",
"RegionName": "Daegu Gwang'yeogsi/대구광역시"
},
{
"CountryId": "KR",
"RegionId": "28",
"RegionName": "Incheon Gwang'yeogsi/인천광역시"
},
{
"CountryId": "KR",
"RegionId": "29",
"RegionName": "Gwangju Gwang'yeogsi/광주광역시"
},
{
"CountryId": "KR",
"RegionId": "30",
"RegionName": "Daejeon Gwang'yeogsi/대전광역시"
},
{
"CountryId": "KR",
"RegionId": "31",
"RegionName": "Ulsan Gwang'yeogis/울산광역시"
},
{
"CountryId": "KR",
"RegionId": "41",
"RegionName": "Gyeonggido/경기도"
},
{
"CountryId": "KR",
"RegionId": "42",
"RegionName": "Gang'weondo/강원도"
},
{
"CountryId": "KR",
"RegionId": "43",
"RegionName": "Chungcheongbugdo/충청북도"
},
{
"CountryId": "KR",
"RegionId": "44",
"RegionName": "Chungcheongnamdo/충청남도"
},
{
"CountryId": "KR",
"RegionId": "45",
"RegionName": "Jeonrabugdo/전라북도"
},
{
"CountryId": "KR",
"RegionId": "46",
"RegionName": "Jeonranamdo/전라남도"
},
{
"CountryId": "KR",
"RegionId": "47",
"RegionName": "Gyeongsangbugdo/경상북도"
},
{
"CountryId": "KR",
"RegionId": "48",
"RegionName": "Gyeongsangnamdo/경상남도"
},
{
"CountryId": "KR",
"RegionId": "49",
"RegionName": "Jejudo/제주특별자치도"
},
{
"CountryId": "MO",
"RegionId": "01",
"RegionName": "Macau"
},
{
"CountryId": "MO",
"RegionId": "02",
"RegionName": "Taipa"
},
{
"CountryId": "MO",
"RegionId": "03",
"RegionName": "Coloane"
},
{
"CountryId": "MO",
"RegionId": "1",
"RegionName": "Macau"
},
{
"CountryId": "MO",
"RegionId": "2",
"RegionName": "Taipa"
},
{
"CountryId": "MO",
"RegionId": "3",
"RegionName": "Coloane"
},
{
"CountryId": "MY",
"RegionId": "01",
"RegionName": "Johor"
},
{
"CountryId": "MY",
"RegionId": "02",
"RegionName": "Kedah"
},
{
"CountryId": "MY",
"RegionId": "03",
"RegionName": "Kelantan"
},
{
"CountryId": "MY",
"RegionId": "04",
"RegionName": "Labuan"
},
{
"CountryId": "MY",
"RegionId": "05",
"RegionName": "Melaka"
},
{
"CountryId": "MY",
"RegionId": "06",
"RegionName": "Negeri Sembilan"
},
{
"CountryId": "MY",
"RegionId": "07",
"RegionName": "Pahang"
},
{
"CountryId": "MY",
"RegionId": "08",
"RegionName": "Perak"
},
{
"CountryId": "MY",
"RegionId": "09",
"RegionName": "Perlis"
},
{
"CountryId": "MY",
"RegionId": "10",
"RegionName": "Penang"
},
{
"CountryId": "MY",
"RegionId": "11",
"RegionName": "Putrajaya"
},
{
"CountryId": "MY",
"RegionId": "12",
"RegionName": "Sabah"
},
{
"CountryId": "MY",
"RegionId": "13",
"RegionName": "Sarawak"
},
{
"CountryId": "MY",
"RegionId": "14",
"RegionName": "Selangor"
},
{
"CountryId": "MY",
"RegionId": "15",
"RegionName": "Terengganu"
},
{
"CountryId": "MY",
"RegionId": "16",
"RegionName": "Wilayah Persekutuan"
},
{
"CountryId": "TH",
"RegionId": "T01",
"RegionName": "BANGKOK"
},
{
"CountryId": "TH",
"RegionId": "T02",
"RegionName": "AMNAT CHAROEN"
},
{
"CountryId": "TH",
"RegionId": "T03",
"RegionName": "ANG THONG"
},
{
"CountryId": "TH",
"RegionId": "T04",
"RegionName": "BUENG KAN"
},
{
"CountryId": "TH",
"RegionId": "T05",
"RegionName": "BURI RAM"
},
{
"CountryId": "TH",
"RegionId": "T06",
"RegionName": "CHACHOENGSAO"
},
{
"CountryId": "TH",
"RegionId": "T07",
"RegionName": "CHAI NAT"
},
{
"CountryId": "TH",
"RegionId": "T08",
"RegionName": "CHAIYAPHUM"
},
{
"CountryId": "TH",
"RegionId": "T09",
"RegionName": "CHANTHABURI"
},
{
"CountryId": "TH",
"RegionId": "T10",
"RegionName": "CHIANG MAI"
},
{
"CountryId": "TH",
"RegionId": "T11",
"RegionName": "CHIANG RAI"
},
{
"CountryId": "TH",
"RegionId": "T12",
"RegionName": "CHON BURI"
},
{
"CountryId": "TH",
"RegionId": "T13",
"RegionName": "CHUMPHON"
},
{
"CountryId": "TH",
"RegionId": "T14",
"RegionName": "KALASIN"
},
{
"CountryId": "TH",
"RegionId": "T15",
"RegionName": "KAMPHAENG PHET"
},
{
"CountryId": "TH",
"RegionId": "T16",
"RegionName": "KANCHANABURI"
},
{
"CountryId": "TH",
"RegionId": "T17",
"RegionName": "KHON KAEN"
},
{
"CountryId": "TH",
"RegionId": "T18",
"RegionName": "KRABI"
},
{
"CountryId": "TH",
"RegionId": "T19",
"RegionName": "LAMPANG"
},
{
"CountryId": "TH",
"RegionId": "T20",
"RegionName": "LAMPHUN"
},
{
"CountryId": "TH",
"RegionId": "T21",
"RegionName": "LOEI"
},
{
"CountryId": "TH",
"RegionId": "T22",
"RegionName": "LOP BURI"
},
{
"CountryId": "TH",
"RegionId": "T23",
"RegionName": "MAE HONG SON"
},
{
"CountryId": "TH",
"RegionId": "T24",
"RegionName": "MAHA SARAKHAM"
},
{
"CountryId": "TH",
"RegionId": "T25",
"RegionName": "MUKDAHAN"
},
{
"CountryId": "TH",
"RegionId": "T26",
"RegionName": "NAKHON NAYOK"
},
{
"CountryId": "TH",
"RegionId": "T27",
"RegionName": "NAKHON PATHOM"
},
{
"CountryId": "TH",
"RegionId": "T28",
"RegionName": "NAKHON PHANOM"
},
{
"CountryId": "TH",
"RegionId": "T29",
"RegionName": "NAKHON RATCHASIMA"
},
{
"CountryId": "TH",
"RegionId": "T30",
"RegionName": "NAKHON SAWAN"
},
{
"CountryId": "TH",
"RegionId": "T31",
"RegionName": "NAKHON SI THAMMARAT"
},
{
"CountryId": "TH",
"RegionId": "T32",
"RegionName": "NAN"
},
{
"CountryId": "TH",
"RegionId": "T33",
"RegionName": "NARATHIWAT"
},
{
"CountryId": "TH",
"RegionId": "T34",
"RegionName": "NONG BUA LAM PHU"
},
{
"CountryId": "TH",
"RegionId": "T35",
"RegionName": "NONG KHAI"
},
{
"CountryId": "TH",
"RegionId": "T36",
"RegionName": "NONTHABURI"
},
{
"CountryId": "TH",
"RegionId": "T37",
"RegionName": "PATHUM THANI"
},
{
"CountryId": "TH",
"RegionId": "T38",
"RegionName": "PATTANI"
},
{
"CountryId": "TH",
"RegionId": "T39",
"RegionName": "PHANGNGA"
},
{
"CountryId": "TH",
"RegionId": "T40",
"RegionName": "PHATTHALUNG"
},
{
"CountryId": "TH",
"RegionId": "T41",
"RegionName": "PHAYAO"
},
{
"CountryId": "TH",
"RegionId": "T42",
"RegionName": "PHETCHABUN"
},
{
"CountryId": "TH",
"RegionId": "T43",
"RegionName": "PHETCHABURI"
},
{
"CountryId": "TH",
"RegionId": "T44",
"RegionName": "PHICHIT"
},
{
"CountryId": "TH",
"RegionId": "T45",
"RegionName": "PHITSANULOK"
},
{
"CountryId": "TH",
"RegionId": "T46",
"RegionName": "PHRA NAKHON SI AYUTTHAYA"
},
{
"CountryId": "TH",
"RegionId": "T47",
"RegionName": "PHRAE"
},
{
"CountryId": "TH",
"RegionId": "T48",
"RegionName": "PHUKET"
},
{
"CountryId": "TH",
"RegionId": "T49",
"RegionName": "PRACHIN BURI"
},
{
"CountryId": "TH",
"RegionId": "T50",
"RegionName": "PRACHUAP KHIRI KHAN"
},
{
"CountryId": "TH",
"RegionId": "T51",
"RegionName": "RANONG"
},
{
"CountryId": "TH",
"RegionId": "T52",
"RegionName": "RATCHABURI"
},
{
"CountryId": "TH",
"RegionId": "T53",
"RegionName": "RAYONG"
},
{
"CountryId": "TH",
"RegionId": "T54",
"RegionName": "ROI ET"
},
{
"CountryId": "TH",
"RegionId": "T55",
"RegionName": "SA KAEO"
},
{
"CountryId": "TH",
"RegionId": "T56",
"RegionName": "SAKON NAKHON"
},
{
"CountryId": "TH",
"RegionId": "T57",
"RegionName": "SAMUT PRAKAN"
},
{
"CountryId": "TH",
"RegionId": "T58",
"RegionName": "SAMUT SAKHON"
},
{
"CountryId": "TH",
"RegionId": "T59",
"RegionName": "SAMUT SONGKHRAM"
},
{
"CountryId": "TH",
"RegionId": "T60",
"RegionName": "SARABURI"
},
{
"CountryId": "TH",
"RegionId": "T61",
"RegionName": "SATUN"
},
{
"CountryId": "TH",
"RegionId": "T62",
"RegionName": "SI SA KET"
},
{
"CountryId": "TH",
"RegionId": "T63",
"RegionName": "SING BURI"
},
{
"CountryId": "TH",
"RegionId": "T64",
"RegionName": "SONGKHLA"
},
{
"CountryId": "TH",
"RegionId": "T65",
"RegionName": "SUKHOTHAI"
},
{
"CountryId": "TH",
"RegionId": "T66",
"RegionName": "SUPHAN BURI"
},
{
"CountryId": "TH",
"RegionId": "T67",
"RegionName": "SURAT THANI"
},
{
"CountryId": "TH",
"RegionId": "T68",
"RegionName": "SURIN"
},
{
"CountryId": "TH",
"RegionId": "T69",
"RegionName": "TAK"
},
{
"CountryId": "TH",
"RegionId": "T70",
"RegionName": "TRANG"
},
{
"CountryId": "TH",
"RegionId": "T71",
"RegionName": "TRAT"
},
{
"CountryId": "TH",
"RegionId": "T72",
"RegionName": "UBON RATCHATHANI"
},
{
"CountryId": "TH",
"RegionId": "T73",
"RegionName": "UDON THANI"
},
{
"CountryId": "TH",
"RegionId": "T74",
"RegionName": "UTHAI THANI"
},
{
"CountryId": "TH",
"RegionId": "T75",
"RegionName": "UTTARADIT"
},
{
"CountryId": "TH",
"RegionId": "T76",
"RegionName": "YALA"
},
{
"CountryId": "TH",
"RegionId": "T77",
"RegionName": "YASOTHON"
},
{
"CountryId": "TW",
"RegionId": "CHA",
"RegionName": "彰化縣"
},
{
"CountryId": "TW",
"RegionId": "CYI",
"RegionName": "嘉義市"
},
{
"CountryId": "TW",
"RegionId": "CYQ",
"RegionName": "嘉義縣"
},
{
"CountryId": "TW",
"RegionId": "HSQ",
"RegionName": "新竹縣"
},
{
"CountryId": "TW",
"RegionId": "HSZ",
"RegionName": "新竹市"
},
{
"CountryId": "TW",
"RegionId": "HUA",
"RegionName": "花蓮縣"
},
{
"CountryId": "TW",
"RegionId": "ILA",
"RegionName": "宜蘭縣"
},
{
"CountryId": "TW",
"RegionId": "KEE",
"RegionName": "基隆市"
},
{
"CountryId": "TW",
"RegionId": "KHH",
"RegionName": "高雄市"
},
{
"CountryId": "TW",
"RegionId": "KHQ",
"RegionName": "Kaohsiung County / 高雄縣"
},
{
"CountryId": "TW",
"RegionId": "KIM",
"RegionName": "金門縣"
},
{
"CountryId": "TW",
"RegionId": "MIA",
"RegionName": "苗栗縣"
},
{
"CountryId": "TW",
"RegionId": "NA2",
"RegionName": "連江縣"
},
{
"CountryId": "TW",
"RegionId": "na3",
"RegionName": "Nanhai Islands / 南海島"
},
{
"CountryId": "TW",
"RegionId": "NAN",
"RegionName": "南投縣"
},
{
"CountryId": "TW",
"RegionId": "PEN",
"RegionName": "澎湖縣"
},
{
"CountryId": "TW",
"RegionId": "PIF",
"RegionName": "屏東縣"
},
{
"CountryId": "TW",
"RegionId": "TAO",
"RegionName": "桃園縣"
},
{
"CountryId": "TW",
"RegionId": "TAQ",
"RegionName": "桃園市"
},
{
"CountryId": "TW",
"RegionId": "TNN",
"RegionName": "台南市"
},
{
"CountryId": "TW",
"RegionId": "TNQ",
"RegionName": "Tainan County / 台南縣"
},
{
"CountryId": "TW",
"RegionId": "TPE",
"RegionName": "台北市"
},
{
"CountryId": "TW",
"RegionId": "TPQ",
"RegionName": "新北市"
},
{
"CountryId": "TW",
"RegionId": "TTT",
"RegionName": "台東縣"
},
{
"CountryId": "TW",
"RegionId": "TXG",
"RegionName": "台中市"
},
{
"CountryId": "TW",
"RegionId": "TXQ",
"RegionName": "Taichung County / 台中縣"
},
{
"CountryId": "TW",
"RegionId": "YUN",
"RegionName": "雲林縣"
},
{
"CountryId": "US",
"RegionId": "AA",
"RegionName": "Armed Forces - Americas"
},
{
"CountryId": "US",
"RegionId": "AE",
"RegionName": "Armed Forces - Europe"
},
{
"CountryId": "US",
"RegionId": "AK",
"RegionName": "ALASKA"
},
{
"CountryId": "US",
"RegionId": "AL",
"RegionName": "ALABAMA"
},
{
"CountryId": "US",
"RegionId": "AP",
"RegionName": "Armed Forces - Pacific"
},
{
"CountryId": "US",
"RegionId": "AR",
"RegionName": "ARKANSAS"
},
{
"CountryId": "US",
"RegionId": "AS",
"RegionName": "American Samoa"
},
{
"CountryId": "US",
"RegionId": "AZ",
"RegionName": "ARIZONA"
},
{
"CountryId": "US",
"RegionId": "CA",
"RegionName": "CALIFORNIA"
},
{
"CountryId": "US",
"RegionId": "CO",
"RegionName": "COLORADO"
},
{
"CountryId": "US",
"RegionId": "CT",
"RegionName": "CONNECTICUT"
},
{
"CountryId": "US",
"RegionId": "DC",
"RegionName": "DISTRICT OF COLOMBIA"
},
{
"CountryId": "US",
"RegionId": "DE",
"RegionName": "DELAWARE"
},
{
"CountryId": "US",
"RegionId": "FL",
"RegionName": "FLORIDA"
},
{
"CountryId": "US",
"RegionId": "FM",
"RegionName": "Federated States of Micronesia"
},
{
"CountryId": "US",
"RegionId": "GA",
"RegionName": "GEORGIA"
},
{
"CountryId": "US",
"RegionId": "GU",
"RegionName": "Guam"
},
{
"CountryId": "US",
"RegionId": "HI",
"RegionName": "HAWAII"
},
{
"CountryId": "US",
"RegionId": "IA",
"RegionName": "IOWA"
},
{
"CountryId": "US",
"RegionId": "ID",
"RegionName": "IDAHO"
},
{
"CountryId": "US",
"RegionId": "IL",
"RegionName": "ILLINOIS"
},
{
"CountryId": "US",
"RegionId": "IN",
"RegionName": "INDIANA"
},
{
"CountryId": "US",
"RegionId": "KS",
"RegionName": "KANSAS"
},
{
"CountryId": "US",
"RegionId": "KY",
"RegionName": "KENTUCY"
},
{
"CountryId": "US",
"RegionId": "LA",
"RegionName": "LOUISIANA"
},
{
"CountryId": "US",
"RegionId": "MA",
"RegionName": "MASSACHUSETTS"
},
{
"CountryId": "US",
"RegionId": "MD",
"RegionName": "MARYLAND"
},
{
"CountryId": "US",
"RegionId": "ME",
"RegionName": "MAINE"
},
{
"CountryId": "US",
"RegionId": "MH",
"RegionName": "Marshall Islands"
},
{
"CountryId": "US",
"RegionId": "MI",
"RegionName": "MICHIGAN"
},
{
"CountryId": "US",
"RegionId": "MN",
"RegionName": "MINNESOTA"
},
{
"CountryId": "US",
"RegionId": "MO",
"RegionName": "MISSOURI"
},
{
"CountryId": "US",
"RegionId": "MP",
"RegionName": "Northern Marina Islands"
},
{
"CountryId": "US",
"RegionId": "MS",
"RegionName": "MISSISSIPPI"
},
{
"CountryId": "US",
"RegionId": "MT",
"RegionName": "MONTANA"
},
{
"CountryId": "US",
"RegionId": "NC",
"RegionName": "NORTH CAROLINA"
},
{
"CountryId": "US",
"RegionId": "ND",
"RegionName": "NORTH DAKOTA"
},
{
"CountryId": "US",
"RegionId": "NE",
"RegionName": "NEBRASKA"
},
{
"CountryId": "US",
"RegionId": "NH",
"RegionName": "NEW HAMSHIRE"
},
{
"CountryId": "US",
"RegionId": "NJ",
"RegionName": "NEW JERSEY"
},
{
"CountryId": "US",
"RegionId": "NM",
"RegionName": "NEW MEXICO"
},
{
"CountryId": "US",
"RegionId": "NV",
"RegionName": "NEVADA"
},
{
"CountryId": "US",
"RegionId": "NY",
"RegionName": "NEW YORK"
},
{
"CountryId": "US",
"RegionId": "OH",
"RegionName": "OHIO"
},
{
"CountryId": "US",
"RegionId": "OK",
"RegionName": "OKLAHOMA"
},
{
"CountryId": "US",
"RegionId": "OR",
"RegionName": "OREGON"
},
{
"CountryId": "US",
"RegionId": "PA",
"RegionName": "PENNSYLVANIA"
},
{
"CountryId": "US",
"RegionId": "PR",
"RegionName": "Puerto Rico"
},
{
"CountryId": "US",
"RegionId": "PW",
"RegionName": "Palau"
},
{
"CountryId": "US",
"RegionId": "RI",
"RegionName": "RHODE ISLAND"
},
{
"CountryId": "US",
"RegionId": "SC",
"RegionName": "SOUTH CAROLINA"
},
{
"CountryId": "US",
"RegionId": "SD",
"RegionName": "SOUTH DAKOTA"
},
{
"CountryId": "US",
"RegionId": "TN",
"RegionName": "TENNESSEE"
},
{
"CountryId": "US",
"RegionId": "TX",
"RegionName": "TEXAS"
},
{
"CountryId": "US",
"RegionId": "UM",
"RegionName": "U.S. Minor Outlying Islans"
},
{
"CountryId": "US",
"RegionId": "UT",
"RegionName": "UTAH"
},
{
"CountryId": "US",
"RegionId": "VA",
"RegionName": "VIRGINIA"
},
{
"CountryId": "US",
"RegionId": "VI",
"RegionName": "Virgin Islands of U.S."
},
{
"CountryId": "US",
"RegionId": "VT",
"RegionName": "VERMONT"
},
{
"CountryId": "US",
"RegionId": "WA",
"RegionName": "WASHINGTON"
},
{
"CountryId": "US",
"RegionId": "WI",
"RegionName": "WISCONSIN"
},
{
"CountryId": "US",
"RegionId": "WV",
"RegionName": "WEST VIRGINIA"
},
{
"CountryId": "US",
"RegionId": "WY",
"RegionName": "WYOMING"
}
],
"countriesOfSubsidiariesGroupId": [
{
"countryId": "FR"
},
{
"countryId": "MC"
}
],
"countriesOfSubsidiariesRegionId": [
{
"countryId": "AT"
},
{
"countryId": "BE"
},
{
"countryId": "CH"
},
{
"countryId": "CN"
},
{
"countryId": "CZ"
},
{
"countryId": "DE"
},
{
"countryId": "DK"
},
{
"countryId": "ES"
},
{
"countryId": "FI"
},
{
"countryId": "FR"
},
{
"countryId": "GB"
},
{
"countryId": "GR"
},
{
"countryId": "HK"
},
{
"countryId": "IE"
},
{
"countryId": "IT"
},
{
"countryId": "JP"
},
{
"countryId": "KR"
},
{
"countryId": "LU"
},
{
"countryId": "MC"
},
{
"countryId": "MO"
},
{
"countryId": "NL"
},
{
"countryId": "NO"
},
{
"countryId": "PL"
},
{
"countryId": "PT"
},
{
"countryId": "RU"
},
{
"countryId": "SE"
},
{
"countryId": "SG"
},
{
"countryId": "TR"
},
{
"countryId": "US"
}
],
"orderStatus": [
{
"code": "B01",
"label": "B01 - A TRAITER"
},
{
"code": "B02",
"label": "B02 - LISTE D'ATTENTE"
},
{
"code": "B03",
"label": "B03 - DEMANDE APPRO"
},
{
"code": "B04",
"label": "B04 - APPRO VALIDE"
},
{
"code": "B05",
"label": "B05 - APPRO REFUSE"
},
{
"code": "B06",
"label": "B06 - ANNULEE"
},
{
"code": "B07",
"label": "B07 - ATTENTE DE LIVRAISON"
}
],
"genders": [
{
"code": "C",
"label": "Couple"
},
{
"code": "F",
"label": "femme"
},
{
"code": "M",
"label": "homme"
}
],
"kbStockVisibility": true,
"recountPreselling": true,
"kbWish": true,
"authHcare": false,
"traceabilityByStore": {
"departmentsLightTraceability": [
"1",
"C"
],
"isStrongTraceability": true,
"departmentsNotManagedInStrongTraceabilityBySN": [
"6",
"7",
"8",
"9",
"A",
"D",
"E",
"F",
"G",
"H",
"I",
"J",
"K",
"L",
"M",
"N",
"O",
"P",
"Q",
"R",
"S",
"T",
"U",
"V",
"X",
"Y",
"Z",
"ZZZ"
]
},
"documents": {
"pdfs": [
{
"name": "PDF interactif my Hpad- FR",
"path": "sub_FFR/store_100/1_Important documents/PDF interactif my Hpad- FR.pdf",
"updateDate": 1446477966000
},
{
"name": "Essentiels VM Bijouterie",
"path": "sub_FFR/store_100/Essentials VM/Essentiels VM Bijouterie.pdf",
"updateDate": 1444903666000
},
{
"name": "Soie féminine",
"path": "sub_FFR/store_100/Essentials VM/Soie féminine.pdf",
"updateDate": 1446478166000
},
{
"name": "VM - Chapeaux",
"path": "sub_FFR/store_100/VM Booklet/AW15/VM - Chapeaux.pdf",
"updateDate": 1441717640000
},
{
"name": "VM - Chaussures Homme",
"path": "sub_FFR/store_100/VM Booklet/AW15/VM - Chaussures Homme.pdf",
"updateDate": 1441717692000
},
{
"name": "Jewellery",
"path": "sub_FFR/store_100/Podium Booklet/AW15/Jewellery.pdf",
"updateDate": 1441717912000
},
{
"name": "Equitation",
"path": "sub_FFR/store_100/Podium Booklet/SS15/Equitation.pdf",
"updateDate": 1444903876000
},
{
"name": "Soie",
"path": "sub_FFR/store_100/Podium Booklet/SS15/Soie.pdf",
"updateDate": 1444903828000
},
{
"name": "Cahier inspiration VM - Parfum - Eau des Merveilles Bleue - PE17",
"path": "sub_FFR/store_100/Cahier inspiration VM - Parfum - Eau des Merveilles Bleue - PE17.pdf",
"updateDate": 1492595837917
},
{
"name": "01_Formulaire Montre_FR_V25",
"path": "sub_FFR/store_100/SAV/01_Formulaire Montre_FR_V25.pdf",
"updateDate": 1439200572000
},
{
"name": "03_Formulaire Tous metier_FR_V19",
"path": "sub_FFR/store_100/SAV/03_Formulaire Tous metier_FR_V19.pdf",
"updateDate": 1439200592000
}
],
"responseTime": 203
},
"customerFile": {
"company": [
{
"fieldName": "customerAddress1",
"fieldMandatory": true,
"fieldHidden": false,
"fieldReadOnly": false
},
{
"fieldName": "customerCity",
"fieldMandatory": true,
"fieldHidden": false,
"fieldReadOnly": false
},
{
"fieldName": "customerCountry",
"fieldMandatory": true,
"fieldHidden": false,
"fieldReadOnly": false
},
{
"fieldName": "customerFiscalCode",
"fieldMandatory": false,
"fieldHidden": true,
"fieldReadOnly": false
},
{
"fieldName": "customerAlternateCompanyName",
"fieldMandatory": true,
"fieldHidden": false,
"fieldReadOnly": false
}
],
"individual": [
{
"fieldName": "customerAddress1",
"fieldMandatory": true,
"fieldHidden": false,
"fieldReadOnly": false
},
{
"fieldName": "customerCity",
"fieldMandatory": true,
"fieldHidden": false,
"fieldReadOnly": false
},
{
"fieldName": "customerFiscalCode",
"fieldMandatory": false,
"fieldHidden": true,
"fieldReadOnly": false
},
{
"fieldName": "customerDetailsTitle",
"fieldMandatory": true,
"fieldHidden": false,
"fieldReadOnly": false
},
{
"fieldName": "customerNationality",
"fieldMandatory": true,
"fieldHidden": false,
"fieldReadOnly": false
},
{
"fieldName": "customerOptIn",
"fieldMandatory": false,
"fieldHidden": true,
"fieldReadOnly": false
}
],
"optin": {
"active": true,
"sendEmail": true,
"defaultLang": "fra",
"optinDetails": [
{
"id": 62,
"optin_lang": "FRA",
"optin_agreement_clause": "J’accepte d’être informé(e) de l’actualité du Groupe Hermès et que mes données personnelles puissent être communiquées exclusivement aux sociétés du Groupe Hermès.",
"optin_terms_conditions": "Les règles de gestion des données personnelles («Binding Corporate Rules») du Groupe Hermès ont été approuvées par l’autorité de protection des données personnelles en France (CNIL) et reconnues par les Autorités de Contrôle européennes.\n\nLes informations recueillies font l’objet d’un traitement informatique à des fins d'abonnement à nos services, de fidélisation et de prospection commerciale. Conformément à la loi Informatique et Libertés du 6 janvier 1978 modifiée, vous disposez d'un droit d'accès, de rectification et de suppression des données personnelles vous concernant. Pour exercer ces droits, il vous suffit de nous écrire en envoyant un e-mail à fichier-maison@hermes.com ou un courrier au Responsable Fichier Clients de votre magasin Hermès (voir adresses sur www.hermes.com).",
"optin_agreement_label": "J'accepte",
"optin_refusal_label": "Je n'accepte pas",
"optin_signature_indication": "Test message signature",
"optin_email_subject": "Subjet",
"optin_email_header": "Dear Madam, dear Sir,\n<br>\nYou have now joined the Hermès Customer Book, and we thank you for placing your trust in us. For your information, you will find below a summary of our personal data management rules, which can be found by clicking here",
"optin_email_body": "This e-mail has been sent to you automatically, we thank you for not answering it.",
"optin_email_footer": "All information collected is subject to a procedure designed to enrich Hermès Group's customer book. All information is strictly confidential and will only be accessible to duly personnel. This information will be collected, processed and transferred according to all applicable regulations.\n<br>\nYou have the right at no cost to you, to access at any time, any of your personal information stored by the Hermès Group and to have it either updated, amended or deleted by emailing to Data Protection Officer at <a href=\"mailto:dataprivacy.singapore@hermes.com\">dataprivacy.singapore@hermes.com</a>",
"optin_subsidiary": "FFR"
},
{
"id": 63,
"optin_lang": "ENG",
"optin_agreement_clause": "I agree to receive information about the Hermès Group and to have my personal information communicated exclusively to the companies of the Hermès Group.",
"optin_terms_conditions": "Hermès Group’s corporate rules ("Binding Corporate Rules") regarding the transfer of personal data have been approved by the French Data Protection Authority (CNIL) and have been recognized by all European Data Protection Authorities.\n\nAll information collected is subject to a procedure designed for subscribing to our services, loyalty programmes and commercial prospection. In conformity with the modified law Informatique et Libertés of January 6th, 1978, you have the right at no cost to you, to access at any time, any of your personal information stored by the Hermès Group and to have it either updated, amended or deleted by sending a written request to the Privacy Manager of your Hermès store (see addresses on www.hermes.com) or by sending an e-mail to fichier-maison@hermes.com.",
"optin_agreement_label": "I agree",
"optin_refusal_label": "I dont agree",
"optin_signature_indication": null,
"optin_email_subject": null,
"optin_email_header": null,
"optin_email_body": null,
"optin_email_footer": null,
"optin_subsidiary": "FFR"
},
{
"id": 66,
"optin_lang": "FR2",
"optin_agreement_clause": "agreement test",
"optin_terms_conditions": "t&c test",
"optin_agreement_label": "agree",
"optin_refusal_label": "refuse",
"optin_signature_indication": "please sign",
"optin_email_subject": "ggg",
"optin_email_header": "ggg",
"optin_email_body": "njhj",
"optin_email_footer": "jkj",
"optin_subsidiary": "FFR"
},
{
"id": 91,
"optin_lang": "FR2",
"optin_agreement_clause": "agreement test",
"optin_terms_conditions": "test 99999",
"optin_agreement_label": "agree",
"optin_refusal_label": "refuse",
"optin_signature_indication": "please sign",
"optin_email_subject": "ggg",
"optin_email_header": "ggg",
"optin_email_body": "njhj",
"optin_email_footer": "jkj",
"optin_subsidiary": "FFR"
}
]
}
},
"currencySymbol": "€",
"currencySuffix": "true",
"minPrice": 1,
"maxPrice": 600000,
"internetStockroomId": "800",
"internetStoreId": "800",
"stomParam": {
"isEtransferActive": true,
"isEstockActive": true
},
"stomEstockParam": {
"subsidiaryId": "FFR",
"storeCode": "fr_fr",
"merchantId": "HermesPOS"
},
"adyenParam": {},
"shippingMethod": [
{
"countryId": "CH",
"shippingMethodLabel": "Chronopost - Express",
"shippingMethodId": "chronopost_eco"
},
{
"countryId": "FR",
"shippingMethodLabel": "Chronopost - Express",
"shippingMethodId": "chronopost_eco"
}
],
"printers": [
{
"checked": true,
"id": "HP3200TEST",
"name": "HP3200TEST",
"type": "id",
"auths": {
"myHpad": true
}
},
{
"checked": false,
"id": "HP2342",
"name": "HP2342",
"type": "command",
"auths": {
"myHpad": true
}
},
{
"checked": false,
"id": "HP89676",
"name": "HP89676",
"type": "command",
"auths": {
"myHpad": true
}
},
{
"checked": false,
"id": "CANON8",
"name": "CANON8",
"type": "tagLabel",
"auths": {
"myHpad": true
}
},
{
"checked": false,
"id": "CANON9",
"name": "CANON9",
"type": "tagLabel",
"auths": {
"myHpad": true
}
},
{
"checked": false,
"id": "Lexmark 11",
"name": "Lexmark 11",
"type": "id",
"auths": {
"myHpad": true
}
},
{
"checked": false,
"id": "Lexmark 12",
"name": "Lexmark 12",
"type": "id",
"auths": {
"myHpad": true
}
}
],
"returnReasonControlActivated": true,
"returnReasons": [
{
"motif": "001",
"libelle": "ECHANGE"
},
{
"motif": "002",
"libelle": "DEFECTUEUX"
},
{
"motif": "003",
"libelle": "CHANGEMENT AVIS CLIENT"
},
{
"motif": "004",
"libelle": "ENVOI PAYE"
},
{
"motif": "005",
"libelle": "RETOUR DETAXE"
}
],
"monitoringAlertTime": 500,
"responseTime": 1422
}
The input JSON schema validates the input JSON instance (JSON Schema Draft 4).
{
"additionalProperties": false,
"definitions": {},
"properties": {
"app": {
"type": "string"
},
"password": {
"type": "string"
},
"user": {
"type": "string"
}
},
"required": [
"app",
"password",
"user"
],
"title": "AppUserAuthAndConfiguration - AppUserSimpleAuth",
"type": "object"
}
{
"app": "stom",
"password": "password",
"user": "g_cemcg2"
}
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"additionalProperties": false,
"definitions": {
"CompleteCustomerWish_237": {
"additionalProperties": false,
"properties": {
"codeArticle": {
"type": "string"
},
"codeBarre": {
"type": "string"
},
"colorDescriptionId": {
"type": "string"
},
"colorDescriptionLabel": {
"type": "string"
},
"currency": {
"type": "string"
},
"currencySymbol": {
"type": "string"
},
"customerId": {
"type": "string"
},
"date": {
"type": "integer"
},
"departmentId": {
"type": "string"
},
"departmentLabel": {
"type": "string"
},
"itemDescription": {
"type": "string"
},
"mainColorId": {
"type": "string"
},
"mainColorLabel": {
"type": "string"
},
"modelId": {
"type": "string"
},
"modelLabel": {
"type": "string"
},
"price": {
"type": "string"
},
"principalMaterialId": {
"type": "string"
},
"principalMaterialLabel": {
"type": "string"
},
"productCodeId": {
"type": "string"
},
"productCodeLabel": {
"type": "string"
},
"quantity": {
"type": "string"
},
"seller": {
"type": "string"
},
"sellerName": {
"type": "string"
},
"size": {
"type": "string"
},
"specialityId": {
"type": "string"
},
"specialityLabel": {
"type": "string"
},
"storeId": {
"type": "string"
},
"storeName": {
"type": "string"
},
"wishId": {
"type": "integer"
}
},
"required": [
"codeArticle",
"codeBarre",
"colorDescriptionId",
"colorDescriptionLabel",
"currency",
"currencySymbol",
"customerId",
"date",
"departmentId",
"departmentLabel",
"itemDescription",
"mainColorId",
"mainColorLabel",
"modelId",
"modelLabel",
"price",
"principalMaterialId",
"principalMaterialLabel",
"productCodeId",
"productCodeLabel",
"quantity",
"seller",
"sellerName",
"size",
"specialityId",
"specialityLabel",
"storeId",
"storeName",
"wishId"
],
"type": "object"
},
"DefaultBirthdate_212": {
"additionalProperties": false,
"properties": {
"day": {
"type": "string"
},
"month": {
"type": "string"
},
"year": {
"type": "string"
}
},
"required": [
"day",
"month",
"year"
],
"type": "object"
},
"DefaultCustomerdefinedbooleans_213": {
"additionalProperties": false,
"properties": {
"id": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"id",
"value"
],
"type": "object"
},
"DefaultCustomerphone_216": {
"additionalProperties": false,
"properties": {
"alternativePhoneNumber": {
"type": "string"
},
"cellularPhoneNumber": {
"type": "string"
},
"homePhoneNumber": {
"type": "string"
},
"officePhoneNumber": {
"type": "string"
}
},
"required": [
"cellularPhoneNumber",
"homePhoneNumber",
"officePhoneNumber",
"alternativePhoneNumber"
],
"type": "object"
},
"DefaultSize_214": {
"additionalProperties": false,
"properties": {
"belt": {
"type": "string"
},
"bracelet": {
"type": "string"
},
"gloves": {
"type": "string"
},
"hat": {
"type": "string"
},
"jacket": {
"type": "string"
},
"ring": {
"type": "string"
},
"shirt": {
"type": "string"
},
"shoes": {
"type": "string"
},
"sizeId": {
"type": "integer"
},
"top": {
"type": "string"
},
"trousers": {
"type": "string"
}
},
"required": [
"sizeId",
"top",
"jacket",
"trousers",
"belt",
"shirt",
"hat",
"gloves",
"ring",
"shoes",
"bracelet"
],
"type": "object"
},
"customerAddress_253": {
"additionalProperties": false,
"properties": {
"addressLine1": {
"type": "string"
},
"addressLine2": {
"type": "string"
},
"addressLine3": {
"type": "string"
},
"brandName": {
"type": "string"
},
"city": {
"type": "string"
},
"countryId": {
"type": "string"
},
"countryIdType": {
"type": "string"
},
"nata": {
"type": "string"
},
"regionId": {
"type": "string"
},
"zipCode": {
"type": "string"
}
},
"required": [
"addressLine1",
"addressLine2",
"addressLine3",
"brandName",
"city",
"countryId",
"countryIdType",
"nata",
"regionId",
"zipCode"
],
"type": "object"
},
"getNoteOutput_166": {
"additionalProperties": false,
"properties": {
"articleDescription": {
"oneOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"codeBarre": {
"oneOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"content": {
"type": "string"
},
"creationDate": {
"type": "integer"
},
"customerId": {
"oneOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"customerName": {
"oneOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"lastUpdate": {
"type": "integer"
},
"noteId": {
"minimum": 0,
"type": "integer"
},
"noteType": {
"enum": [
"U",
"C",
"P"
],
"type": "string"
},
"storeId": {
"type": "string"
},
"storeName": {
"type": "string"
},
"subsidiaryId": {
"description": "Used in the input for authentication",
"type": "string"
},
"title": {
"type": "string"
},
"userLogin": {
"type": "string"
},
"userName": {
"type": "string"
}
},
"required": [
"codeBarre",
"content",
"creationDate",
"lastUpdate",
"articleDescription",
"customerId",
"customerName",
"noteId",
"noteType",
"storeId",
"storeName",
"subsidiaryId",
"title",
"userLogin",
"userName"
],
"type": "object"
}
},
"properties": {
"UserDefinedBooleans": {
"$ref": "#/definitions/DefaultCustomerdefinedbooleans_213",
"type": "object"
},
"UserDefinedDates": {
"$ref": "#/definitions/DefaultCustomerdefinedbooleans_213",
"type": "object"
},
"UserDefinedTexts": {
"$ref": "#/definitions/DefaultCustomerdefinedbooleans_213",
"type": "object"
},
"UserDefinedValues": {
"$ref": "#/definitions/DefaultCustomerdefinedbooleans_213",
"type": "object"
},
"activityCode": {
"type": "string"
},
"affiliatedStore": {
"type": "string"
},
"affiliatedStoreName": {
"type": "string"
},
"ageBracket": {
"type": "string"
},
"alternateFirstName": {
"type": "string"
},
"alternateLastName": {
"type": "string"
},
"barcode": {
"type": "string"
},
"birthDate": {
"$ref": "#/definitions/DefaultBirthdate_212",
"type": "object"
},
"closed": {
"type": "string"
},
"comments": {
"type": "string"
},
"companyIdNumber": {
"type": "string"
},
"companyTitleId": {
"type": "string"
},
"creationStoreId": {
"type": "string"
},
"creditNotesTotalAmount": {
"type": "string"
},
"creditNotesTotalAmountCurrency": {
"type": "string"
},
"currencyId": {
"type": "string"
},
"customerId": {
"pattern": "\\d*",
"type": "string"
},
"depositsTotalAmount": {
"type": "string"
},
"depositsTotalAmountCurrency": {
"type": "string"
},
"email": {
"type": "string"
},
"email2": {
"type": "string"
},
"emailingAccepted": {
"type": "string"
},
"favoriteColors1": {
"description": "TODO",
"type": "string"
},
"favoriteColors2": {
"description": "TODO",
"type": "string"
},
"firstName": {
"type": "string"
},
"fiscalId": {
"type": "string"
},
"gender": {
"type": "string"
},
"invoiceCustomerId": {
"type": "string"
},
"isCompany": {
"type": "string"
},
"isVirtual": {
"type": "string"
},
"italianFiscalId": {
"type": "string"
},
"languageId": {
"type": "string"
},
"lastName": {
"type": "string"
},
"mainAddress": {
"$ref": "#/definitions/customerAddress_253",
"type": "object"
},
"nationalityId": {
"type": "string"
},
"notes": {
"items": {
"$ref": "#/definitions/getNoteOutput_166",
"type": "object"
},
"type": "array"
},
"optin": {
"type": "string"
},
"optinAlternativeEmail": {
"type": "string"
},
"optinEmail": {
"type": "string"
},
"optinMobile": {
"type": "string"
},
"optinOfficePhone": {
"type": "string"
},
"optinPostal": {
"type": "string"
},
"passportNumber": {
"type": "string"
},
"phones": {
"$ref": "#/definitions/DefaultCustomerphone_216",
"type": "object"
},
"segmentation": {
"type": "string"
},
"shortName": {
"type": "string"
},
"size1": {
"$ref": "#/definitions/DefaultSize_214",
"type": "object"
},
"size2": {
"$ref": "#/definitions/DefaultSize_214",
"type": "object"
},
"title": {
"type": "string"
},
"validAlternativeEmail": {
"type": "string"
},
"validEmail": {
"type": "string"
},
"validMobile": {
"type": "string"
},
"validOfficePhone": {
"type": "string"
},
"wishList": {
"items": {
"$ref": "#/definitions/CompleteCustomerWish_237",
"type": "object"
},
"type": "array"
},
"wishListKBC": {
"items": {
"$ref": "#/definitions/CompleteCustomerWish_237",
"type": "object"
},
"type": "array"
},
"worldwideKbcCounter": {
"type": "integer"
}
},
"required": [
"activityCode",
"affiliatedStore",
"affiliatedStoreName",
"ageBracket",
"alternateFirstName",
"alternateLastName",
"barcode",
"birthDate",
"closed",
"comments",
"companyIdNumber",
"companyTitleId",
"creationStoreId",
"creditNotesTotalAmount",
"creditNotesTotalAmountCurrency",
"currencyId",
"customerId",
"depositsTotalAmount",
"depositsTotalAmountCurrency",
"email",
"email2",
"emailingAccepted",
"favoriteColors1",
"favoriteColors2",
"firstName",
"fiscalId",
"gender",
"invoiceCustomerId",
"isCompany",
"isVirtual",
"italianFiscalId",
"languageId",
"lastName",
"nationalityId",
"notes",
"optin",
"optinAlternativeEmail",
"optinEmail",
"optinMobile",
"optinOfficePhone",
"optinPostal",
"passportNumber",
"phones",
"segmentation",
"shortName",
"size1",
"size2",
"title",
"UserDefinedBooleans",
"UserDefinedDates",
"UserDefinedTexts",
"UserDefinedValues",
"validAlternativeEmail",
"validEmail",
"validMobile",
"validOfficePhone",
"worldwideKbcCounter",
"wishList",
"mainAddress",
"wishListKBC"
],
"title": "Customer - FullCustomer",
"type": "object"
}
{
"UserDefinedBooleans": [
{
"id": "1",
"value": "false"
},
{
"id": "2",
"value": "false"
},
{
"id": "3",
"value": "false"
}
],
"UserDefinedDates": [],
"UserDefinedTexts": [
{
"id": "1",
"value": ""
},
{
"id": "2",
"value": ""
},
{
"id": "3",
"value": ""
}
],
"UserDefinedValues": [],
"activityCode": "",
"affiliatedStore": "100",
"affiliatedStoreName": "FAUBOURG ST HONORE",
"ageBracket": "002",
"alternateFirstName": "",
"alternateLastName": "",
"barcode": "",
"birthDate": {
"day": "1",
"month": "1",
"year": "1975"
},
"closed": "false",
"comments": "",
"companyIdNumber": "",
"companyTitleId": "",
"creationStoreId": "100",
"creditNotesTotalAmount": "",
"creditNotesTotalAmountCurrency": "",
"currencyId": "EUR",
"customerId": "0003501370431",
"depositsTotalAmount": "",
"depositsTotalAmountCurrency": "",
"email": "fannyairault4@gmail.com",
"email2": "",
"emailingAccepted": "false",
"favoriteColors1": [
"02",
"04",
"08"
],
"favoriteColors2": [
"05",
"09"
],
"firstName": "Fanny",
"fiscalId": "",
"gender": "F",
"invoiceCustomerId": "0003501370431",
"isCompany": "false",
"isVirtual": "false",
"italianFiscalId": "",
"languageId": "FRA",
"lastName": "AIRAULT",
"mainAddress": {
"addressLine1": "61 BD SEBASTOPOL",
"addressLine2": "",
"addressLine3": "",
"brandName": "",
"city": "PARIS",
"countryId": "FR",
"countryIdType": "Internal",
"nata": "false",
"regionId": "",
"zipCode": "75001"
},
"nationalityId": "FR",
"notes": [],
"optin": "BrandOnly",
"optinAlternativeEmail": "BrandOnly",
"optinEmail": "BrandOnly",
"optinMobile": "BrandOnly",
"optinOfficePhone": "BrandOnly",
"optinPostal": "BrandOnly",
"passportNumber": "AZ123456",
"phones": {
"alternativePhoneNumber": "",
"cellularPhoneNumber": "",
"homePhoneNumber": "0679846944",
"officePhoneNumber": ""
},
"responseTime": 906,
"shortName": "",
"size1": {
"belt": "36",
"bracelet": "",
"gloves": "",
"hat": "XS",
"jacket": "48",
"ring": "",
"shirt": "",
"shoes": "",
"sizeId": 999,
"top": "",
"trousers": "S"
},
"size2": {
"belt": "",
"bracelet": "",
"gloves": "",
"hat": "",
"jacket": "",
"ring": "",
"shirt": "",
"shoes": "",
"sizeId": 1000,
"top": "",
"trousers": ""
},
"title": "001",
"validAlternativeEmail": "true",
"validEmail": "true",
"validMobile": "true",
"validOfficePhone": "true",
"wishList": [
{
"codeArticle": "H066194CK",
"codeBarre": "H066194CK9TMM",
"colorDescriptionId": "9T",
"colorDescriptionLabel": "9T CAPUCINE",
"currency": "EUR",
"currencySymbol": "€",
"customerId": "0003501370431",
"date": 1431001260023,
"departmentId": "F",
"departmentLabel": "",
"itemDescription": "BRACELET CUIR HAPI 3 MM VEAU SWIFT/ LTSSPB BLEU PARADIS MM L",
"mainColorId": "05",
"mainColorLabel": "05 CDOM ORANGE",
"modelId": "C0937",
"modelLabel": "C0937 HAPI 3 MM",
"price": "262",
"principalMaterialId": "C1162",
"principalMaterialLabel": "",
"productCodeId": "F013",
"productCodeLabel": "",
"quantity": "",
"seller": "g_hpafau",
"sellerName": "TEST FAUBOURG",
"size": "MM",
"specialityId": "F01",
"specialityLabel": "F01 CUIR",
"stock": 0,
"storeId": "100",
"storeName": "Faubourg St Honore",
"wishId": 98
},
{
"codeArticle": "H066194CK",
"codeBarre": "H066194CK2TMM",
"colorDescriptionId": "2T",
"colorDescriptionLabel": "2T BLEU PARADIS",
"currency": "EUR",
"currencySymbol": "€",
"customerId": "0003501370431",
"date": 1431001260023,
"departmentId": "F",
"departmentLabel": "",
"itemDescription": "BRACELET CUIR HAPI 3 MM VEAU SWIFT/ LTSSPB BLEU PARADIS MM L",
"mainColorId": "08",
"mainColorLabel": "08 CDOM BLEU",
"modelId": "C0937",
"modelLabel": "C0937 HAPI 3 MM",
"price": "262",
"principalMaterialId": "C1162",
"principalMaterialLabel": "",
"productCodeId": "F013",
"productCodeLabel": "",
"quantity": "",
"seller": "g_hpafau",
"sellerName": "TEST FAUBOURG",
"size": "MM",
"specialityId": "F01",
"specialityLabel": "F01 CUIR",
"stock": 8,
"storeId": "100",
"storeName": "Faubourg St Honore",
"wishId": 99
},
{
"codeArticle": "H066194CK",
"codeBarre": "H066194CK10MM",
"colorDescriptionId": "10",
"colorDescriptionLabel": "10 CRAIE",
"currency": "EUR",
"currencySymbol": "€",
"customerId": "0003501370431",
"date": 1431001260023,
"departmentId": "F",
"departmentLabel": "",
"itemDescription": "BRACELET CUIR HAPI 3 MM VEAU SWIFT/ LTSSPB BLEU PARADIS MM L",
"mainColorId": "01",
"mainColorLabel": "01 CDOM BLANC",
"modelId": "C0937",
"modelLabel": "C0937 HAPI 3 MM",
"price": "262",
"principalMaterialId": "C1162",
"principalMaterialLabel": "",
"productCodeId": "F013",
"productCodeLabel": "",
"quantity": "",
"seller": "g_hpafau",
"sellerName": "TEST FAUBOURG",
"size": "MM",
"specialityId": "F01",
"specialityLabel": "F01 CUIR",
"stock": 3,
"storeId": "100",
"storeName": "Faubourg St Honore",
"wishId": 100
}
],
"wishListKBC": [
{
"colors": [
"01"
],
"commentColors": "Comment color Add",
"commentFittings": "Other Fitting Add",
"commentMaterials": "Other Material Add",
"commentWish": "Comment Wish Add",
"createdByCountry": "FRANCE",
"createdBySeller": "g_hpast1",
"createdByStore": "PANTIN",
"createdByStoreId": "100",
"creationDate": 1461072686000,
"customerId": "0003601043443",
"deadline": 1482609600000,
"fittings": [
"CUST_WISH_PALLADIUM"
],
"grainedLeathers": [
"CUST_WISH_TAURILLON_CLEMENCE",
"CUST_WISH_VEAU_EPSOM",
"CUST_WISH_VEAU_EVERCOLOR",
"CUST_WISH_VEAU_TOGO"
],
"kbcWishId": 60,
"lastUpdate": 1461853865000,
"lastUpdateByCountry": "FRANCE",
"lastUpdateBySeller": "G_HPAST1",
"lastUpdateByStore": "FAUBOURG ST HONORE",
"lastUpdateByStoreId": "100",
"model": "Kelly",
"modelTypes": [
"Kelly Retourne",
"Kelly Sellier"
],
"preciousSkins": [
"CUST_WISH_AUTRUCHE",
"CUST_WISH_CROCO_FINI_LISSEE",
"CUST_WISH_CROCO_FINI_MATE",
"CUST_WISH_LEZARD"
],
"sizes": [
"35",
"40"
],
"smoothLeathers": [
"CUST_WISH_PEAUX_PATRIMOINES",
"CUST_WISH_VEAU_SOMBRERO",
"CUST_WISH_VEAU_SWIFT"
]
},
{
"colors": [
"01"
],
"commentColors": "Comment colors",
"commentFittings": "Comment Fittings",
"commentMaterials": "Comment Materials",
"commentWish": "Comment Wish",
"createdByCountry": "FRANCE",
"createdBySeller": "G_HPAST1",
"createdByStore": "FAUBOURG ST HONORE",
"createdByStoreId": "100",
"creationDate": 1461168404000,
"customerId": "0003601043443",
"deadline": 1482606000000,
"fittings": [
"CUST_WISH_PLAQUE_OR"
],
"grainedLeathers": [
"CUST_WISH_TAURILLON_CLEMENCE",
"CUST_WISH_VEAU_EPSOM",
"CUST_WISH_VEAU_EVERCOLOR",
"CUST_WISH_VEAU_TOGO"
],
"kbcWishId": 63,
"lastUpdate": 1461853859000,
"lastUpdateByCountry": "FRANCE",
"lastUpdateBySeller": "G_HPAST1",
"lastUpdateByStore": "FAUBOURG ST HONORE",
"lastUpdateByStoreId": "100",
"model": "Kelly",
"modelTypes": [
"Kelly Retourne"
],
"preciousSkins": [
"CUST_WISH_AUTRUCHE",
"CUST_WISH_CROCO_FINI_LISSEE",
"CUST_WISH_CROCO_FINI_MATE",
"CUST_WISH_LEZARD"
],
"sizes": [
"35",
"40"
],
"smoothLeathers": [
"CUST_WISH_PEAUX_PATRIMOINES",
"CUST_WISH_VEAU_SOMBRERO",
"CUST_WISH_VEAU_SWIFT"
]
},
{
"colors": [
"01"
],
"commentColors": "s",
"commentFittings": "s",
"commentMaterials": "",
"commentWish": "sss",
"createdByCountry": "France",
"createdBySeller": "G_HPAST1",
"createdByStore": "FAUBOURG ST HONORE",
"createdByStoreId": "100",
"creationDate": 1461328378000,
"customerId": "0003601043443",
"deadline": null,
"fittings": [
"CUST_WISH_PALLADIUM"
],
"grainedLeathers": [
"CUST_WISH_TAURILLON_CLEMENCE",
"CUST_WISH_VEAU_EPSOM",
"CUST_WISH_VEAU_EVERCOLOR",
"CUST_WISH_VEAU_TOGO"
],
"kbcWishId": 65,
"lastUpdate": 1461853871000,
"lastUpdateByCountry": "FRANCE",
"lastUpdateBySeller": "G_HPAST1",
"lastUpdateByStore": "FAUBOURG ST HONORE",
"lastUpdateByStoreId": "100",
"model": "Kelly",
"modelTypes": [
"Kelly Sellier"
],
"preciousSkins": [
"CUST_WISH_AUTRUCHE",
"CUST_WISH_CROCO_FINI_LISSEE",
"CUST_WISH_CROCO_FINI_MATE",
"CUST_WISH_LEZARD"
],
"sizes": [
"28"
],
"smoothLeathers": [
"CUST_WISH_PEAUX_PATRIMOINES",
"CUST_WISH_VEAU_SOMBRERO",
"CUST_WISH_VEAU_SWIFT"
]
},
{
"colors": [
"04"
],
"commentColors": "",
"commentFittings": "",
"commentMaterials": "",
"commentWish": "",
"createdByCountry": "FRANCE",
"createdBySeller": "G_HPAST1",
"createdByStore": "FAUBOURG ST HONORE",
"createdByStoreId": "100",
"creationDate": 1461831511000,
"customerId": "0003601043443",
"deadline": null,
"fittings": [
"CUST_WISH_PALLADIUM",
"CUST_WISH_PLAQUE_OR"
],
"grainedLeathers": [
"CUST_WISH_TAURILLON_CLEMENCE",
"CUST_WISH_VEAU_EPSOM",
"CUST_WISH_VEAU_EVERCOLOR",
"CUST_WISH_VEAU_TOGO"
],
"kbcWishId": 125,
"lastUpdate": 1461831511000,
"lastUpdateByCountry": "FRANCE",
"lastUpdateBySeller": "G_HPAST1",
"lastUpdateByStore": "FAUBOURG ST HONORE",
"lastUpdateByStoreId": "100",
"model": "Kelly",
"modelTypes": [
"Kelly Retourne",
"Kelly Sellier"
],
"preciousSkins": [
"CUST_WISH_AUTRUCHE",
"CUST_WISH_CROCO_FINI_LISSEE",
"CUST_WISH_CROCO_FINI_MATE",
"CUST_WISH_LEZARD"
],
"sizes": [
"25",
"28",
"32",
"35",
"40"
],
"smoothLeathers": [
"CUST_WISH_PEAUX_PATRIMOINES",
"CUST_WISH_VEAU_SOMBRERO",
"CUST_WISH_VEAU_SWIFT"
]
},
{
"colors": [
"03",
"06",
"07",
"09",
"10",
"11"
],
"commentColors": "jjbb\nghhh\nvgjh\nhjjb",
"commentFittings": "gg bah\nghhh\nghhh\nvgjh",
"commentMaterials": "gh vu bu",
"commentWish": "deadline comment",
"createdByCountry": "FRANCE",
"createdBySeller": "G_HPAST1",
"createdByStore": "FAUBOURG ST HONORE",
"createdByStoreId": "100",
"creationDate": 1461832031000,
"customerId": "0003601043443",
"deadline": null,
"fittings": [
"CUST_WISH_PALLADIUM",
"CUST_WISH_PLAQUE_OR"
],
"grainedLeathers": [
"CUST_WISH_TAURILLON_CLEMENCE",
"CUST_WISH_VEAU_EPSOM",
"CUST_WISH_VEAU_TOGO"
],
"kbcWishId": 126,
"lastUpdate": 1461853884000,
"lastUpdateByCountry": "FRANCE",
"lastUpdateBySeller": "G_HPAST1",
"lastUpdateByStore": "FAUBOURG ST HONORE",
"lastUpdateByStoreId": "100",
"model": "Kelly",
"modelTypes": [
"Kelly Retourne",
"Kelly Sellier"
],
"preciousSkins": [
"CUST_WISH_CROCO_FINI_LISSEE",
"CUST_WISH_CROCO_FINI_MATE",
"CUST_WISH_LEZARD"
],
"sizes": [
"25",
"28",
"32",
"35",
"40"
],
"smoothLeathers": [
"CUST_WISH_PEAUX_PATRIMOINES",
"CUST_WISH_VEAU_SOMBRERO"
]
},
{
"colors": [
"02",
"08"
],
"commentColors": "comment colors",
"commentFittings": "comment fittings",
"commentMaterials": "comment leather",
"commentWish": "",
"createdByCountry": "FRANCE",
"createdBySeller": "G_HPAST1",
"createdByStore": "FAUBOURG ST HONORE",
"createdByStoreId": "100",
"creationDate": 1461853932000,
"customerId": "0003601043443",
"deadline": 1461846639000,
"fittings": [
"CUST_WISH_PALLADIUM",
"CUST_WISH_PLAQUE_OR"
],
"grainedLeathers": [
"CUST_WISH_TAURILLON_CLEMENCE",
"CUST_WISH_VEAU_EPSOM",
"CUST_WISH_VEAU_EVERCOLOR",
"CUST_WISH_VEAU_TOGO"
],
"kbcWishId": 133,
"lastUpdate": 1461853932000,
"lastUpdateByCountry": "FRANCE",
"lastUpdateBySeller": "G_HPAST1",
"lastUpdateByStore": "FAUBOURG ST HONORE",
"lastUpdateByStoreId": "100",
"model": "Birkin",
"modelTypes": [],
"preciousSkins": [],
"sizes": [
"30"
],
"smoothLeathers": [
"CUST_WISH_PEAUX_PATRIMOINES",
"CUST_WISH_VEAU_SOMBRERO",
"CUST_WISH_VEAU_SWIFT"
]
},
{
"colors": [
"01",
"02",
"03",
"04",
"05",
"06",
"07",
"08",
"09",
"10",
"11",
"12"
],
"commentColors": "",
"commentFittings": "",
"commentMaterials": "",
"commentWish": "",
"createdByCountry": "FRANCE",
"createdBySeller": "G_HPAST1",
"createdByStore": "FAUBOURG ST HONORE",
"createdByStoreId": "100",
"creationDate": 1461854000000,
"customerId": "0003601043443",
"deadline": 1497529929000,
"fittings": [
"CUST_WISH_PALLADIUM"
],
"grainedLeathers": [],
"kbcWishId": 134,
"lastUpdate": 1461854000000,
"lastUpdateByCountry": "FRANCE",
"lastUpdateBySeller": "G_HPAST1",
"lastUpdateByStore": "FAUBOURG ST HONORE",
"lastUpdateByStoreId": "100",
"model": "Constance",
"modelTypes": [],
"preciousSkins": [
"CUST_WISH_AUTRUCHE",
"CUST_WISH_CROCO_FINI_LISSEE",
"CUST_WISH_CROCO_FINI_MATE",
"CUST_WISH_LEZARD"
],
"sizes": [
"Mini"
],
"smoothLeathers": [
"CUST_WISH_PEAUX_PATRIMOINES",
"CUST_WISH_VEAU_SOMBRERO",
"CUST_WISH_VEAU_SWIFT"
]
}
],
"worldwideKbcCounter": 20.5
}
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"additionalProperties": false,
"definitions": {
"CompleteCustomerWish_237": {
"additionalProperties": false,
"properties": {
"codeArticle": {
"type": "string"
},
"codeBarre": {
"type": "string"
},
"colorDescriptionId": {
"type": "string"
},
"colorDescriptionLabel": {
"type": "string"
},
"currency": {
"type": "string"
},
"currencySymbol": {
"type": "string"
},
"customerId": {
"type": "string"
},
"date": {
"type": "integer"
},
"departmentId": {
"type": "string"
},
"departmentLabel": {
"type": "string"
},
"itemDescription": {
"type": "string"
},
"mainColorId": {
"type": "string"
},
"mainColorLabel": {
"type": "string"
},
"modelId": {
"type": "string"
},
"modelLabel": {
"type": "string"
},
"price": {
"type": "string"
},
"principalMaterialId": {
"type": "string"
},
"principalMaterialLabel": {
"type": "string"
},
"productCodeId": {
"type": "string"
},
"productCodeLabel": {
"type": "string"
},
"quantity": {
"type": "string"
},
"seller": {
"type": "string"
},
"sellerName": {
"type": "string"
},
"size": {
"type": "string"
},
"specialityId": {
"type": "string"
},
"specialityLabel": {
"type": "string"
},
"storeId": {
"type": "string"
},
"storeName": {
"type": "string"
},
"wishId": {
"type": "integer"
}
},
"required": [
"codeArticle",
"codeBarre",
"colorDescriptionId",
"colorDescriptionLabel",
"currency",
"currencySymbol",
"customerId",
"date",
"departmentId",
"departmentLabel",
"itemDescription",
"mainColorId",
"mainColorLabel",
"modelId",
"modelLabel",
"price",
"principalMaterialId",
"principalMaterialLabel",
"productCodeId",
"productCodeLabel",
"quantity",
"seller",
"sellerName",
"size",
"specialityId",
"specialityLabel",
"storeId",
"storeName",
"wishId"
],
"type": "object"
},
"DefaultBirthdate_212": {
"additionalProperties": false,
"properties": {
"day": {
"type": "string"
},
"month": {
"type": "string"
},
"year": {
"type": "string"
}
},
"required": [
"day",
"month",
"year"
],
"type": "object"
},
"DefaultCustomerdefinedbooleans_213": {
"additionalProperties": false,
"properties": {
"id": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"id",
"value"
],
"type": "object"
},
"DefaultCustomerphone_216": {
"additionalProperties": false,
"properties": {
"alternativePhoneNumber": {
"type": "string"
},
"cellularPhoneNumber": {
"type": "string"
},
"homePhoneNumber": {
"type": "string"
},
"officePhoneNumber": {
"type": "string"
}
},
"required": [
"cellularPhoneNumber",
"homePhoneNumber",
"officePhoneNumber",
"alternativePhoneNumber"
],
"type": "object"
},
"DefaultSize_214": {
"additionalProperties": false,
"properties": {
"belt": {
"type": "string"
},
"bracelet": {
"type": "string"
},
"gloves": {
"type": "string"
},
"hat": {
"type": "string"
},
"jacket": {
"type": "string"
},
"ring": {
"type": "string"
},
"shirt": {
"type": "string"
},
"shoes": {
"type": "string"
},
"sizeId": {
"type": "integer"
},
"top": {
"type": "string"
},
"trousers": {
"type": "string"
}
},
"required": [
"sizeId",
"top",
"jacket",
"trousers",
"belt",
"shirt",
"hat",
"gloves",
"ring",
"shoes",
"bracelet"
],
"type": "object"
},
"customerAddress_253": {
"additionalProperties": false,
"properties": {
"addressLine1": {
"type": "string"
},
"addressLine2": {
"type": "string"
},
"addressLine3": {
"type": "string"
},
"brandName": {
"type": "string"
},
"city": {
"type": "string"
},
"countryId": {
"type": "string"
},
"countryIdType": {
"type": "string"
},
"nata": {
"type": "string"
},
"regionId": {
"type": "string"
},
"zipCode": {
"type": "string"
}
},
"required": [
"addressLine1",
"addressLine2",
"addressLine3",
"brandName",
"city",
"countryId",
"countryIdType",
"nata",
"regionId",
"zipCode"
],
"type": "object"
},
"getNoteOutput_166": {
"additionalProperties": false,
"properties": {
"articleDescription": {
"oneOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"codeBarre": {
"oneOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"content": {
"type": "string"
},
"creationDate": {
"type": "integer"
},
"customerId": {
"oneOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"customerName": {
"oneOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"lastUpdate": {
"type": "integer"
},
"noteId": {
"minimum": 0,
"type": "integer"
},
"noteType": {
"enum": [
"U",
"C",
"P"
],
"type": "string"
},
"storeId": {
"type": "string"
},
"storeName": {
"type": "string"
},
"subsidiaryId": {
"description": "Used in the input for authentication",
"type": "string"
},
"title": {
"type": "string"
},
"userLogin": {
"type": "string"
},
"userName": {
"type": "string"
}
},
"required": [
"codeBarre",
"content",
"creationDate",
"lastUpdate",
"articleDescription",
"customerId",
"customerName",
"noteId",
"noteType",
"storeId",
"storeName",
"subsidiaryId",
"title",
"userLogin",
"userName"
],
"type": "object"
}
},
"properties": {
"UserDefinedBooleans": {
"$ref": "#/definitions/DefaultCustomerdefinedbooleans_213",
"type": "object"
},
"UserDefinedDates": {
"$ref": "#/definitions/DefaultCustomerdefinedbooleans_213",
"type": "object"
},
"UserDefinedTexts": {
"$ref": "#/definitions/DefaultCustomerdefinedbooleans_213",
"type": "object"
},
"UserDefinedValues": {
"$ref": "#/definitions/DefaultCustomerdefinedbooleans_213",
"type": "object"
},
"activityCode": {
"type": "string"
},
"affiliatedStore": {
"type": "string"
},
"affiliatedStoreName": {
"type": "string"
},
"ageBracket": {
"type": "string"
},
"alternateFirstName": {
"type": "string"
},
"alternateLastName": {
"type": "string"
},
"barcode": {
"type": "string"
},
"birthDate": {
"$ref": "#/definitions/DefaultBirthdate_212",
"type": "object"
},
"closed": {
"type": "string"
},
"comments": {
"type": "string"
},
"companyIdNumber": {
"type": "string"
},
"companyTitleId": {
"type": "string"
},
"creationStoreId": {
"type": "string"
},
"creditNotesTotalAmount": {
"type": "string"
},
"creditNotesTotalAmountCurrency": {
"type": "string"
},
"currencyId": {
"type": "string"
},
"customerId": {
"pattern": "\\d*",
"type": "string"
},
"depositsTotalAmount": {
"type": "string"
},
"depositsTotalAmountCurrency": {
"type": "string"
},
"email": {
"type": "string"
},
"email2": {
"type": "string"
},
"emailingAccepted": {
"type": "string"
},
"favoriteColors1": {
"description": "TODO",
"type": "string"
},
"favoriteColors2": {
"description": "TODO",
"type": "string"
},
"firstName": {
"type": "string"
},
"fiscalId": {
"type": "string"
},
"gender": {
"type": "string"
},
"invoiceCustomerId": {
"type": "string"
},
"isCompany": {
"type": "string"
},
"isVirtual": {
"type": "string"
},
"italianFiscalId": {
"type": "string"
},
"languageId": {
"type": "string"
},
"lastName": {
"type": "string"
},
"mainAddress": {
"$ref": "#/definitions/customerAddress_253",
"type": "object"
},
"nationalityId": {
"type": "string"
},
"notes": {
"items": {
"$ref": "#/definitions/getNoteOutput_166",
"type": "object"
},
"type": "array"
},
"optin": {
"type": "string"
},
"optinAlternativeEmail": {
"type": "string"
},
"optinEmail": {
"type": "string"
},
"optinMobile": {
"type": "string"
},
"optinOfficePhone": {
"type": "string"
},
"optinPostal": {
"type": "string"
},
"passportNumber": {
"type": "string"
},
"phones": {
"$ref": "#/definitions/DefaultCustomerphone_216",
"type": "object"
},
"segmentation": {
"type": "string"
},
"shortName": {
"type": "string"
},
"size1": {
"$ref": "#/definitions/DefaultSize_214",
"type": "object"
},
"size2": {
"$ref": "#/definitions/DefaultSize_214",
"type": "object"
},
"title": {
"type": "string"
},
"validAlternativeEmail": {
"type": "string"
},
"validEmail": {
"type": "string"
},
"validMobile": {
"type": "string"
},
"validOfficePhone": {
"type": "string"
},
"wishList": {
"items": {
"$ref": "#/definitions/CompleteCustomerWish_237",
"type": "object"
},
"type": "array"
},
"wishListKBC": {
"items": {
"$ref": "#/definitions/CompleteCustomerWish_237",
"type": "object"
},
"type": "array"
},
"worldwideKbcCounter": {
"type": "integer"
}
},
"required": [
"activityCode",
"affiliatedStore",
"affiliatedStoreName",
"ageBracket",
"alternateFirstName",
"alternateLastName",
"barcode",
"birthDate",
"closed",
"comments",
"companyIdNumber",
"companyTitleId",
"creationStoreId",
"creditNotesTotalAmount",
"creditNotesTotalAmountCurrency",
"currencyId",
"customerId",
"depositsTotalAmount",
"depositsTotalAmountCurrency",
"email",
"email2",
"emailingAccepted",
"favoriteColors1",
"favoriteColors2",
"firstName",
"fiscalId",
"gender",
"invoiceCustomerId",
"isCompany",
"isVirtual",
"italianFiscalId",
"languageId",
"lastName",
"nationalityId",
"notes",
"optin",
"optinAlternativeEmail",
"optinEmail",
"optinMobile",
"optinOfficePhone",
"optinPostal",
"passportNumber",
"phones",
"segmentation",
"shortName",
"size1",
"size2",
"title",
"UserDefinedBooleans",
"UserDefinedDates",
"UserDefinedTexts",
"UserDefinedValues",
"validAlternativeEmail",
"validEmail",
"validMobile",
"validOfficePhone",
"worldwideKbcCounter",
"wishList",
"mainAddress",
"wishListKBC"
],
"title": "Customer - FullCustomer",
"type": "object"
}
{
"_version_": 1528162890123575300,
"alternateFirstName": "",
"alternateLastName": "",
"birthDate": {
"day": "1",
"month": "1",
"year": "1975"
},
"closed": "-",
"creationDate": 820443599000,
"customerId": "0003501370431",
"eMail": "fanny.airault@gmail.com",
"firstName": "Fanny",
"gender": "M",
"isCompany": "X",
"iterationIndex": null,
"lastName": "AIRAULT",
"mainAddress": {
"addressLine1": "61 BD SEBASTOPOL",
"addressLine2": "",
"addressLine3": "",
"brandName": "",
"city": "PARIS",
"countryId": "FR",
"countryIdType": "Internal",
"nata": "false",
"regionId": "",
"zipCode": "75001"
},
"passportNumber": "AZ123456",
"phones": {
"alternativePhoneNumber": "",
"cellularPhoneNumber": "",
"homePhoneNumber": "0679846944",
"officePhoneNumber": ""
},
"responseTime": 35,
"resultIndex": 0,
"score": 4.1663127,
"storeId": "100",
"storeName": "FAUBOURG ST HONORE",
"title": "001"
}
The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:
{
"additionalProperties": false,
"definitions": {},
"properties": {
"favoriteId": {
"type": "string"
}
},
"required": [
"favoriteId"
],
"title": "Customer - CustomerFavIdOnly",
"type": "object"
}
{
"favoriteId": "30",
"responseTime": 141
}
The input JSON schema validates the input JSON instance (JSON Schema Draft 4).
{
"additionalProperties": false,
"definitions": {},
"properties": {
"favoriteId": {
"type": "string"
}
},
"required": [
"favoriteId"
],
"title": "Customer - CustomerFavIdOnly",
"type": "object"
}
{
"favoriteId": "Excepteur culpa irure"
}