Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Dolibarr には、安らかな API 用のモジュールがあります。
API エクスプローラーは、注文、在庫、顧客などの各モジュールのすべての CRUD タスクを表示しているようです。
ただし、レコードを作成するために、POST メソッドのサンプル VALUE は次のように表示されます。
{ "request_data": [ "文字列" ] }
ここに入れる必要がある特定のフィールド属性は何ですか? フィールド要件はどこで確認できますか?