製品添付RESTエンドポイント
製品/製品添付
添付リソースは、製品の添付の表示、作成および更新に使用されます。 添付には、製品に関する追加情報が含まれます。
- 製品の添付の作成
- メソッド: postパス:
/crmRestApi/resources/11.13.18.05/products/{InventoryItemId}/child/ProductAttachments
- 製品の添付の削除
- メソッド: deleteパス:
/crmRestApi/resources/11.13.18.05/products/{InventoryItemId}/child/ProductAttachments/{ProductAttachmentsUniqID}
- 製品のすべての添付の取得
- メソッド: getパス:
/crmRestApi/resources/11.13.18.05/products/{InventoryItemId}/child/ProductAttachments
- 製品の添付の取得
- メソッド: getパス:
/crmRestApi/resources/11.13.18.05/products/{InventoryItemId}/child/ProductAttachments/{ProductAttachmentsUniqID}
- 製品の添付の更新
- メソッド: patchパス:
/crmRestApi/resources/11.13.18.05/products/{InventoryItemId}/child/ProductAttachments/{ProductAttachmentsUniqID}