Skip to main content
Version: 6.0.4

SalesforceAccount

This page supports schema for Salesforce Datatype SalesforceAccount.

{
"properties": {
"AccountSource": {
"enum": [
"Web",
"Phone Inquiry",
"Partner Referral",
"Purchased List",
"Other"
],
"type": "string",
"x-label": {
"ko": "계정 소스"
}
},
"Active__c": {
"enum": [
"No",
"Yes"
],
"type": "string",
"x-label": {
"ko": "Active"
}
},
"BillingGeocodeAccuracy": {
"enum": [
"Address",
"NearAddress",
"Block",
"Street",
"ExtendedZip",
"Zip",
"Neighborhood",
"City",
"County",
"State",
"Unknown"
],
"type": "string",
"x-label": {
"ko": "Billing Geocode Accuracy"
}
},
"CleanStatus": {
"enum": [
"Matched",
"Different",
"Acknowledged",
"NotFound",
"Inactive",
"Pending",
"SelectMatch",
"Skipped"
],
"type": "string",
"x-label": {
"ko": "정리 상태"
}
},
"CreatedById": {
"x-dataType": "SalesforceUser",
"x-dataTypeVersion": "0",
"x-label": {
"en": "CreatedById",
"ko": "작성자 ID"
}
},
"CustomerPriority__c": {
"enum": [
"High",
"Low",
"Medium"
],
"type": "string",
"x-label": {
"ko": "Customer Priority"
}
},
"Industry": {
"enum": [
"Agriculture",
"Apparel",
"Banking",
"Biotechnology",
"Chemicals",
"Communications",
"Construction",
"Consulting",
"Education",
"Electronics",
"Energy",
"Engineering",
"Entertainment",
"Environmental",
"Finance",
"Food & Beverage",
"Government",
"Healthcare",
"Hospitality",
"Insurance",
"Machinery",
"Manufacturing",
"Media",
"Not For Profit",
"Recreation",
"Retail",
"Shipping",
"Technology",
"Telecommunications",
"Transportation",
"Utilities",
"Other"
],
"type": "string",
"x-label": {
"ko": "업종"
}
},
"LastModifiedById": {
"x-dataType": "SalesforceUser",
"x-dataTypeVersion": "0",
"x-label": {
"en": "LastModifiedById",
"ko": "최종 수정자 ID"
}
},
"MasterRecordId": {
"x-dataType": "SalesforceAccount",
"x-dataTypeVersion": "0",
"x-label": {
"en": "MasterRecordId",
"ko": "마스터 레코드 ID"
}
},
"OwnerId": {
"x-dataType": "SalesforceUser",
"x-dataTypeVersion": "0",
"x-label": {
"en": "OwnerId",
"ko": "소유자 ID"
}
},
"Ownership": {
"enum": [
"Public",
"Private",
"Subsidiary",
"Other"
],
"type": "string",
"x-label": {
"ko": "소유권"
}
},
"ParentId": {
"x-dataType": "SalesforceAccount",
"x-dataTypeVersion": "0",
"x-label": {
"en": "ParentId",
"ko": "상위 계정 ID"
}
},
"Rating": {
"enum": [
"Hot",
"Warm",
"Cold"
],
"type": "string",
"x-label": {
"ko": "계정 등급"
}
},
"SLA__c": {
"enum": [
"Gold",
"Silver",
"Platinum",
"Bronze"
],
"type": "string",
"x-label": {
"ko": "SLA"
}
},
"ShippingGeocodeAccuracy": {
"enum": [
"Address",
"NearAddress",
"Block",
"Street",
"ExtendedZip",
"Zip",
"Neighborhood",
"City",
"County",
"State",
"Unknown"
],
"type": "string",
"x-label": {
"ko": "Shipping Geocode Accuracy"
}
},
"Type": {
"enum": [
"Prospect",
"Customer - Direct",
"Customer - Channel",
"Channel Partner / Reseller",
"Installation Partner",
"Technology Partner",
"Other"
],
"type": "string",
"x-label": {
"ko": "계정 유형"
}
},
"UpsellOpportunity__c": {
"enum": [
"Maybe",
"No",
"Yes"
],
"type": "string",
"x-label": {
"ko": "Upsell Opportunity"
}
}
},
"required": [],
"type": "object"
}