NetSuite OpenAir
Supports:
- ✅ Models
- ✅ Bulk sync source
Connection
Configuration
| Name | Type | Description | Required |
|---|---|---|---|
company_id | string | Company ID | true |
client_id | string | Client ID | true |
client_secret | string | Client Secret | true |
api_namespace | string | API Namespace | true |
api_key | string | API Key | true |
per_day_rate_limit | integer | Per Day Rate Limit | true |
per_minute_rate_limit | integer | Per Minute Rate Limit | true |
Example
1 { 2 "name": "NetSuite OpenAir connection", 3 "type": "netsuiteopenair", 4 "configuration": { 5 "api_key": "", 6 "api_namespace": "", 7 "client_id": "", 8 "client_secret": "", 9 "company_id": "", 10 "per_day_rate_limit": 0, 11 "per_minute_rate_limit": 0 12 } 13 }
Model Sync
Source
Configuration
| Name | Type | Description | Required |
|---|---|---|---|
object | string | Object Accepted values: contacts, expense_reports, job_codes, projects, project_milestones, project_phases, project_tasks, receipts, time_entries, customers, users, slip, task, uprate, invoice, project_stage, category, customerpo, booking, approval_line, time_type, target_utilization, project_billing_rule, project_billing_transaction, booking_by_day, booking_request, booking_type, resource_request, resource_profile, resource_profile_type, schedule_exception, work_schedule_work_hour, user_work_schedule | true |
Example
1 { 2 ... 3 "configuration": { 4 "object": "contact" 5 } 6 }
