PartialOdoo
Requirement evaluated: REST API with documented endpoints for custom integrations
For a company needing to connect Odoo with Salesforce and ADP, Odoo's native external API operates over XML-RPC and JSON-RPC protocols with publicly documented endpoints, not standard REST. Developers authenticate via API key (replacing the password in scripted calls) and invoke Odoo model methods through endpoints such as /xmlrpc/2/object or, in Odoo 19, the newer /json/2/<model>/<method> URL pattern using Bearer token auth. All external API access requires the Custom pricing plan; it is not available on One App Free or Standard plans. True REST endpoints with OpenAPI/Swagger documentation are not delivered by Odoo S.A. …
Limitations: The buyer's requirement specifically names REST; Odoo's native documented API is JSON-RPC and XML-RPC, which most modern iPaaS platforms can consume but which differ architecturally from standard REST and lack a native OpenAPI specification from Odoo S.A. …
PartialWorkday Financial Management
Requirement evaluated: REST API with documented endpoints for custom integrations
For a $180M multi-entity professional services company needing to connect Workday Financials to Salesforce and ADP, Workday provides a documented developer portal at developer.workday.com with REST API endpoints authenticated via OAuth 2.0, returning JSON over standard HTTP methods (GET, POST, PUT, DELETE). <cite index="40-22">The Financial Management API provides access to journal entries, supplier invoices, customer accounts, and procurement requisitions</cite>, and <cite index="35-9">you can programmatically manage a wide range of information, including invoices, bills, payments, customers, suppliers, journal entries, ledger accounts, and purchase orders.</cite> However, <cite index="39-1 …
Limitations: <cite index="18-4,18-5,18-6">The REST API has narrower coverage than SOAP: not every Workday business object is exposed via REST yet, and Workday continues to expand coverage incrementally, while the SOAP API remains the most comprehensive.</cite> Additionally, <cite index="39-18,39-19">Workday does not provide first-c …