Fxiaoke Open API v2

The Fxiaoke Open API v2 exposes CRM business objects (accounts, contacts, leads, opportunities, products, orders) and common services (approval workflows, directory/contact sync, business-data sync) as a JSON-over-HTTP POST RPC interface. Enterprise apps authenticate with appId + appSecret + permanentCode to obtain a company/app access token, then call object CRUD and query operations. Responses use an errorCode / errorMessage / traceId envelope.

API entry from apis.yml

apis.yml Raw ↑
name: Fxiaoke Open API v2
description: The Fxiaoke Open API v2 exposes CRM business objects (accounts, contacts, leads, opportunities,
  products, orders) and common services (approval workflows, directory/contact sync, business-data sync)
  as a JSON-over-HTTP POST RPC interface. Enterprise apps authenticate with appId + appSecret + permanentCode
  to obtain a company/app access token, then call object CRUD and query operations. Responses use an errorCode
  / errorMessage / traceId envelope.
humanURL: https://developer.fxiaoke.com/openapi_v2/
baseURL: https://open.fxiaoke.com
properties:
- type: Documentation
  url: https://developer.fxiaoke.com/openapi_v2/
- type: APIReference
  url: https://developer.fxiaoke.com/openapi_v2/object/CommoditiesAndProducts/ProductObj/add.html
- type: GettingStarted
  url: https://developer.fxiaoke.com/openapi_v2/start/quickstart/start.html