mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-02-10 18:05:10 +08:00
142 lines
3.7 KiB
JSON
142 lines
3.7 KiB
JSON
{
|
|
"seller": {
|
|
"name": "John Doe",
|
|
"email": "john.doe@example.com",
|
|
"phone": "1234567890",
|
|
"address": "123 Main St, Chicago, USA",
|
|
"city": "Chicago",
|
|
"state": "IL",
|
|
"zip": "60601",
|
|
"country": "USA"
|
|
},
|
|
"deal": {
|
|
"name": "Deal 1",
|
|
"number": "1234567890",
|
|
"date": "2021-01-01",
|
|
"status": "pending",
|
|
"amount": 1000,
|
|
"currency": "USD",
|
|
"description": "Deal 1 description"
|
|
},
|
|
"buyer": {
|
|
"name": "Jane Doe",
|
|
"email": "jane.doe@example.com",
|
|
"phone": "0987654321",
|
|
"address": "321 Main St, New York, USA",
|
|
"city": "New York",
|
|
"state": "NY",
|
|
"zip": "10001",
|
|
"country": "USA"
|
|
},
|
|
"organization": {
|
|
"name": "Acme Inc.",
|
|
"email": "acme@example.com",
|
|
"phone": "1234567890",
|
|
"address": "123 Main St, Chicago, USA",
|
|
"city": "Chicago",
|
|
"state": "IL",
|
|
"zip": "60601",
|
|
"country": "USA"
|
|
},
|
|
"products": [
|
|
{
|
|
"name": "Product 1",
|
|
"quantity": 1,
|
|
"price": 100
|
|
}
|
|
],
|
|
"person": {
|
|
"name": "John Doe",
|
|
"firstName": "John",
|
|
"lastName": "Doe",
|
|
"dateOfBirth": "01/01/1990",
|
|
"title": "Software Engineer",
|
|
"summary": "Experienced professional with expertise in software development and project management.",
|
|
"email": "john.doe@example.com",
|
|
"phone": "1234567890",
|
|
"address": "123 Main Street, Chicago, USA",
|
|
"skills": [
|
|
{
|
|
"name": "Programming",
|
|
"level": "Advanced"
|
|
},
|
|
{
|
|
"name": "Project Management",
|
|
"level": "Intermediate"
|
|
}
|
|
],
|
|
"education": [
|
|
{
|
|
"school": "State University",
|
|
"degree": "Bachelor of Science",
|
|
"field": "Computer Science",
|
|
"years": "2008-2012"
|
|
},
|
|
{
|
|
"school": "Community College",
|
|
"degree": "Associate Degree",
|
|
"field": "General Studies",
|
|
"years": "2006-2008"
|
|
}
|
|
],
|
|
"certifications": "Certified Professional\nProject Management Certificate\nSoftware Development Certification",
|
|
"workHistory": [
|
|
{
|
|
"employer": "Current Job Inc",
|
|
"position": "Senior Developer",
|
|
"period": "2018-Present",
|
|
"description": "Responsible for software development and team coordination."
|
|
},
|
|
{
|
|
"employer": "Second Job Inc",
|
|
"position": "Developer",
|
|
"period": "2014-2018",
|
|
"description": "Developed applications and maintained existing systems."
|
|
},
|
|
{
|
|
"employer": "First Job Inc",
|
|
"position": "Junior Developer",
|
|
"period": "2012-2014",
|
|
"description": "Assisted in software development projects."
|
|
}
|
|
]
|
|
},
|
|
"employee": {
|
|
"name": "Sarah Johnson",
|
|
"jobTitle": "Senior Product Manager",
|
|
"workMobile": "(555)123-4567",
|
|
"workPhone": "(555)987-6543",
|
|
"workEmail": "sarah.johnson@acmeinc.com",
|
|
"departmentName": "Product Development",
|
|
"jobPosition": "Senior Product Manager",
|
|
"workInformation": {
|
|
"location": {
|
|
"workAddress": {
|
|
"name": "Acme Inc. Headquarters",
|
|
"street": "456 Innovation Drive",
|
|
"city": "San Francisco",
|
|
"zip": "94105",
|
|
"country": "United States"
|
|
},
|
|
"workLocation": "Building A, Floor 3, Room 301"
|
|
},
|
|
"schedule": {
|
|
"workingHours": "9:00 AM - 5:00 PM",
|
|
"timezone": "Pacific Standard Time (PST)"
|
|
}
|
|
},
|
|
"privateInformation": {
|
|
"privateContact": {
|
|
"address": "789 Sunset Boulevard, Oakland, CA 94612, United States",
|
|
"email": "sarah.j.personal@gmail.com",
|
|
"phone": "(555)234-5678"
|
|
},
|
|
"education": {
|
|
"certificateLevel": "Master's Degree",
|
|
"fieldOfStudy": "Business Administration",
|
|
"school": "Stanford University"
|
|
}
|
|
}
|
|
}
|
|
}
|