機械翻訳について

フィールド・グループ・フィールドのRESTエンドポイント

フィールド・グループ/フィールド・グループ・フィールド
フィールド・グループ・フィールド・リソースは、フィールド・グループからのフィールドの表示、作成、更新および削除に使用されます。 フィールド・グループには、フィールド・グループの一部であるフィールドが含まれます。
フィールド・グループ・フィールドの作成
メソッド: post
パス: /crmRestApi/resources/11.13.18.05/fieldGroups/{FieldGroupNumber}/child/fields
フィールド・グループ・フィールドの削除
メソッド: delete
パス: /crmRestApi/resources/11.13.18.05/fieldGroups/{FieldGroupNumber}/child/fields/{FieldNumber}
フィールド・グループ・フィールドの取得
メソッド: get
パス: /crmRestApi/resources/11.13.18.05/fieldGroups/{FieldGroupNumber}/child/fields/{FieldNumber}
すべてのフィールド・グループ・フィールドの取得
メソッド: get
パス: /crmRestApi/resources/11.13.18.05/fieldGroups/{FieldGroupNumber}/child/fields
フィールド・グループ・フィールドの更新
メソッド: patch
パス: /crmRestApi/resources/11.13.18.05/fieldGroups/{FieldGroupNumber}/child/fields/{FieldNumber}