Oracle Siebel CRM Contact
A Contact business component record in Oracle Siebel CRM representing an individual person associated with an account. Contacts store personal and professional information including name, job title, communication details, and organizational affiliations.
Properties
| Name | Type | Description |
|---|---|---|
| Id | string | Unique system-generated row identifier for the contact record |
| First Name | string | Contact first name |
| Last Name | string | Contact last name |
| Middle Name | string | Contact middle name |
| Salutation | string | Salutation or title prefix (e.g., Mr., Ms., Dr.) |
| Job Title | string | Job title or role within the organization |
| Department | string | Department within the organization |
| Email Address | string | Primary email address |
| Work Phone # | string | Work telephone number |
| Cellular Phone # | string | Mobile or cellular phone number |
| Home Phone # | string | Home telephone number |
| Fax Phone # | string | Fax number |
| Account | string | Name of the associated account |
| Account Id | string | Row identifier of the associated account |
| Employee Number | string | Employee number if the contact is an internal employee |
| Employer Name | string | Name of the employer organization |
| Primary Organization Id | string | Row identifier of the primary Siebel organization for visibility and access control |
| Status | string | Contact status |
| Contact Method | string | Preferred method of communication |
| Personal Address | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://docs.oracle.com/schemas/oracle-siebel/contact.json",
"title": "Oracle Siebel CRM Contact",
"description": "A Contact business component record in Oracle Siebel CRM representing an individual person associated with an account. Contacts store personal and professional information including name, job title, communication details, and organizational affiliations.",
"type": "object",
"required": ["First Name", "Last Name"],
"properties": {
"Id": {
"type": "string",
"description": "Unique system-generated row identifier for the contact record"
},
"First Name": {
"type": "string",
"description": "Contact first name",
"minLength": 1,
"maxLength": 50
},
"Last Name": {
"type": "string",
"description": "Contact last name",
"minLength": 1,
"maxLength": 50
},
"Middle Name": {
"type": "string",
"description": "Contact middle name"
},
"Salutation": {
"type": "string",
"description": "Salutation or title prefix (e.g., Mr., Ms., Dr.)"
},
"Job Title": {
"type": "string",
"description": "Job title or role within the organization"
},
"Department": {
"type": "string",
"description": "Department within the organization"
},
"Email Address": {
"type": "string",
"format": "email",
"description": "Primary email address"
},
"Work Phone #": {
"type": "string",
"description": "Work telephone number"
},
"Cellular Phone #": {
"type": "string",
"description": "Mobile or cellular phone number"
},
"Home Phone #": {
"type": "string",
"description": "Home telephone number"
},
"Fax Phone #": {
"type": "string",
"description": "Fax number"
},
"Account": {
"type": "string",
"description": "Name of the associated account"
},
"Account Id": {
"type": "string",
"description": "Row identifier of the associated account"
},
"Employee Number": {
"type": "string",
"description": "Employee number if the contact is an internal employee"
},
"Employer Name": {
"type": "string",
"description": "Name of the employer organization"
},
"Primary Organization Id": {
"type": "string",
"description": "Row identifier of the primary Siebel organization for visibility and access control"
},
"Status": {
"type": "string",
"description": "Contact status",
"enum": ["Active", "Inactive"]
},
"Contact Method": {
"type": "string",
"description": "Preferred method of communication"
},
"Personal Address": {
"$ref": "#/$defs/Address"
}
},
"$defs": {
"Address": {
"type": "object",
"description": "Physical address associated with the contact",
"properties": {
"Street Address": {
"type": "string",
"description": "Street address line"
},
"Street Address 2": {
"type": "string",
"description": "Secondary address line"
},
"City": {
"type": "string",
"description": "City name"
},
"State": {
"type": "string",
"description": "State or province"
},
"Postal Code": {
"type": "string",
"description": "Postal or ZIP code"
},
"Country": {
"type": "string",
"description": "Country name"
}
}
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/json-schemas/oracle-siebel-contact"
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.