NetSuite OpenAir
Supports:
- ✅ Models
- ✅ Bulk sync source
Connection
Configuration
NAME | TYPE | DESCRIPTION | REQUIRED | READONLY |
---|---|---|---|---|
company_id | string | true | false | |
client_id | string | true | false | |
client_secret | string | true | false | |
api_namespace | string | true | false | |
api_key | string | true | false | |
per_day_rate_limit | integer | true | false | |
per_minute_rate_limit | integer | true | false |
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 | READONLY |
---|---|---|---|---|
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 | true | false |
Example
1 { 2 ... 3 "configuration": { 4 "object": "contact" 5 } 6 }