Skip to main content
Version: 7.0.0

SalesforceContact

This page supports schema for Salesforce Datatype SalesforceContact.

{
"properties": {
"AccountId": {
"x-dataType": "SalesforceAccount",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "AccountId",
"ko": "계정 ID"
}
},
"CleanStatus": {
"enum": [
"Matched",
"Different",
"Acknowledged",
"NotFound",
"Inactive",
"Pending",
"SelectMatch",
"Skipped"
],
"type": "string",
"x-label": {
"ko": "정리 상태"
}
},
"CreatedById": {
"x-dataType": "SalesforceUser",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "CreatedById",
"ko": "작성자 ID"
}
},
"LastModifiedById": {
"x-dataType": "SalesforceUser",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "LastModifiedById",
"ko": "최종 수정자 ID"
}
},
"LeadSource": {
"enum": [
"Web",
"Phone Inquiry",
"Partner Referral",
"Purchased List",
"Other"
],
"type": "string",
"x-label": {
"ko": "리드 소스"
}
},
"Level__c": {
"enum": [
"Secondary",
"Tertiary",
"Primary"
],
"type": "string",
"x-label": {
"ko": "Level"
}
},
"MailingGeocodeAccuracy": {
"enum": [
"Address",
"NearAddress",
"Block",
"Street",
"ExtendedZip",
"Zip",
"Neighborhood",
"City",
"County",
"State",
"Unknown"
],
"type": "string",
"x-label": {
"ko": "Mailing Geocode Accuracy"
}
},
"MasterRecordId": {
"x-dataType": "SalesforceContact",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "MasterRecordId",
"ko": "마스터 레코드 ID"
}
},
"OtherGeocodeAccuracy": {
"enum": [
"Address",
"NearAddress",
"Block",
"Street",
"ExtendedZip",
"Zip",
"Neighborhood",
"City",
"County",
"State",
"Unknown"
],
"type": "string",
"x-label": {
"ko": "Other Geocode Accuracy"
}
},
"OwnerId": {
"x-dataType": "SalesforceUser",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "OwnerId",
"ko": "소유자 ID"
}
},
"ReportsToId": {
"x-dataType": "SalesforceContact",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "ReportsToId",
"ko": "상급자 ID"
}
},
"Salutation": {
"enum": [
"Mr.",
"Ms.",
"Mrs.",
"Dr.",
"Prof.",
"Mx."
],
"type": "string",
"x-label": {
"ko": "호칭"
}
}
},
"type": "object"
}

Input Schema

{
"properties": {
"title": "SalesforceCase",
"x-dataType": "SalesforceCase",
"x-dataTypeVersion": "1.0.0"
},
"type": "object"
}