共用方式為


建立或修改供應專案

注意

Cloud Partner 入口網站 API 已與整合,並將繼續在合作夥伴中心運作。 轉換引進了小型變更。 檢閱 Cloud Partner 入口網站 API 參考所列的變更,以確保您的程式代碼在轉換至合作夥伴中心後繼續運作。 CPP API 應該只用於轉換至合作夥伴中心之前已整合的現有產品:新產品應使用合作夥伴中心提交 API。

此呼叫會更新發行者命名空間內的特定供應專案,或建立新的供應專案。

PUT https://cloudpartner.azure.com/api/publishers/<publisherId>/offers/<offerId>?api-version=2017-10-31

URI 參數

名稱 說明 資料類型
publisherId 發行者標識碼,例如 contoso String
offerId 供應項目標識碼 String
api-version 最新版的 API Date
名稱
Content-Type application/json
授權 Bearer YOUR_TOKEN

本文範例

下列範例會使用 的 offerID 建立供應專案 contosovirtualmachine

要求

  {
      "publisherId": "contoso",
      "offerTypeId": "microsoft-azure-virtualmachines",
      "id": "contosovirtualmachine",
      "offerTypeVersions": {
          "microsoft-azure-virtualmachines": 87,
          "microsoft-azure-marketplace": 39
      },
      "definition": {
          "displayText": "Contoso Virtual Machine Offer",
          "offer": {
          "microsoft-azure-marketplace.title": "Contoso App",
          "microsoft-azure-marketplace.summary": "Contoso App makes dev ops a breeze",
          "microsoft-azure-marketplace.longSummary": "Contoso App makes dev ops a breeze",
          "microsoft-azure-marketplace.description": "Contoso App makes dev ops a breeze",
          "microsoft-azure-marketplace.offerMarketingUrlIdentifier": "contosoapp",
          "microsoft-azure-marketplace.allowedSubscriptions": ["59160c40-2e25-4dcf-a2fd-6514cb08bf08"],
          "microsoft-azure-marketplace.usefulLinks": [{
              "linkTitle": "Contoso App for Azure",
              "linkUrl": "https://azuremarketplace.microsoft.com"
          }],
          "microsoft-azure-marketplace.categoryMap": [
                {
                    "categoryL1": "analytics",
                    "categoryL2-analytics": [
                        "visualization-and-reporting"
                    ]
                },
                {
                    "categoryL1": "ai-plus-machine-learning",
                    "categoryL2-ai-plus-machine-learning":[
                        "bot-services",
                        "cognitive-services",
                        "other"
                    ]
                }
            ],
          "microsoft-azure-marketplace.smallLogo": "https://publishingapistore.blob.core.windows.net/testcontent/D6191_publishers_contoso/contosovirtualmachine/6218c455-9cbc-450c-9920-f2e7a69ee132.png?sv=2014-02-14&sr=b&sig=abcDEF123456GHI...%3D&se=2019-03-28T19%3A46%3A50Z&sp=r",
          "microsoft-azure-marketplace.mediumLogo": "https://publishingapistore.blob.core.windows.net/testcontent/D6191_publishers_contoso/contosovirtualmachine/557e714b-2f31-4e12-b0cc-e48dd840edf4.png?sv=2014-02-14&sr=b&sig=abcDEF123456GHI...%3D&se=2019-03-28T19%3A46%3A49Z&sp=r",
          "microsoft-azure-marketplace.largeLogo": "https://publishingapistore.blob.core.windows.net/testcontent/D6191_publishers_contoso/contosovirtualmachine/142485da-784c-44cb-9523-d4f396446258.png?sv=2014-02-14&sr=b&sig=abcDEF123456GHI...%3D&se=2019-03-28T19%3A46%3A49Z&sp=r",
          "microsoft-azure-marketplace.wideLogo": "https://publishingapistore.blob.core.windows.net/testcontent/D6191_publishers_contoso/contosovirtualmachine/48af9013-1df7-4c94-8da8-4626e5039ce0.png?sv=2014-02-14&sr=b&sig=abcDEF123456GHI...3D&se=2019-03-28T19%3A46%3A49Z&sp=r",
          "microsoft-azure-marketplace.heroLogo": "https://publishingapistore.blob.core.windows.net/testcontent/D6191_publishers_contoso/contosovirtualmachine/c46ec74d-d214-4fb5-9082-3cee55200eba.png?sv=2014-02-14&sr=b&sig=abcDEF123456GHI...%3D&se=2019-03-28T19%3A46%3A49Z&sp=r",
          "microsoft-azure-marketplace.screenshots": [],
          "microsoft-azure-marketplace.videos": [],
          "microsoft-azure-marketplace.leadDestination": "None",
          "microsoft-azure-marketplace.privacyURL": "https://azuremarketplace.microsoft.com",
          "microsoft-azure-marketplace.termsOfUse": "Terms of use",
          "microsoft-azure-marketplace.engineeringContactName": "Jon Doe",
          "microsoft-azure-marketplace.engineeringContactEmail": "jondoe@outlook.com",
          "microsoft-azure-marketplace.engineeringContactPhone": "555-555-5555",
          "microsoft-azure-marketplace.supportContactName": "Jon Doe",
          "microsoft-azure-marketplace.supportContactEmail": "jondoe@outlook.com",
          "microsoft-azure-marketplace.supportContactPhone": "555-555-5555",
          "microsoft-azure-marketplace.publicAzureSupportUrl": "",
          "microsoft-azure-marketplace.fairfaxSupportUrl": ""
      },
      "plans": 
      [
          {
              "planId": "contososkuidentifier",
              "microsoft-azure-virtualmachines.skuTitle": "Contoso App",
              "microsoft-azure-virtualmachines.skuSummary": "Contoso App makes dev ops a breeze.",
              "microsoft-azure-virtualmachines.skuDescription": "This is a description for the Contoso App that makes dev ops a breeze.",
              "microsoft-azure-virtualmachines.hideSKUForSolutionTemplate": false,
              "microsoft-azure-virtualmachines.cloudAvailability": ["PublicAzure"],
              "virtualMachinePricing": {
                  "isByol": true,
                  "freeTrialDurationInMonths": 0
              },
              "microsoft-azure-virtualmachines.operatingSystemFamily": "Windows",
              "microsoft-azure-virtualmachines.windowsOSType": "Other",
              "microsoft-azure-virtualmachines.operationSystem": "Contoso App",
              "microsoft-azure-virtualmachines.recommendedVMSizes": ["a0-basic", "a0-standard", "a1-basic", "a1-standard", "a2-basic", "a2-standard"],
              "microsoft-azure-virtualmachines.openPorts": [],
              "microsoft-azure-virtualmachines.vmImages": 
              {
                  "1.0.1": 
                  {
                      "osVhdUrl": "http://contosoteststorage.blob.core.windows.net/test/contosoVM.vhd?sv=2014-02-14&sr=c&sig=abcDEF123456GHI...%3D&st=2016-06-25T18%3A30%3A00Z&se=2017-06-25T18%3A30%3A00Z&sp=rl",
                      "lunVhdDetails": []
                  }
              },
              "regions": ["AZ"]
          }
          ]
      },
      "eTag": "W/\"datetime'2017-06-07T06%3A15%3A40.4771399Z'\"",
      "version": 5
  }

回應

 {
         "offerTypeId": "microsoft-azure-virtualmachines",
         "publisherId": "contoso",
         "status": "neverPublished",
         "id": "contosovirtualmachine",
         "version": 1,
         "definition": {
         "displayText": "Contoso Virtual Machine Offer",
         "offer": 
         {
             "microsoft-azure-marketplace-testdrive.videos": [],
             "microsoft-azure-marketplace.title": "Contoso App",
             "microsoft-azure-marketplace.summary": "Contoso App makes dev ops a breeze",
             "microsoft-azure-marketplace.longSummary": "Contoso App makes dev ops a breeze",
             "microsoft-azure-marketplace.description": "Contoso App makes dev ops a breeze",
             "microsoft-azure-marketplace.offerMarketingUrlIdentifier": "contosoapp",
             "microsoft-azure-marketplace.allowedSubscriptions": 
             [
                 "59160c40-2e25-4dcf-a2fd-6514cb08bf08"
             ],
             "microsoft-azure-marketplace.usefulLinks": 
             [
                 {
                     "linkTitle": "Contoso App for Azure",
                     "linkUrl": "https://azuremarketplace.microsoft.com"
                 }
             ],
             "microsoft-azure-marketplace.categoryMap":
             [
                 {
                    "categoryL1": "analytics",
                    "categoryL2-analytics": [
                    "visualization-and-reporting"
                    ]
                 },
                 {
                    "categoryL1": "ai-plus-machine-learning",
                    "categoryL2-ai-plus-machine-learning": [
                    "bot-services",
                    "cognitive-services",
                    "other"
                    ]
                 }
             ],
             "microsoft-azure-marketplace.smallLogo": "https://publishingstoredm.blob.core.windows.net/prodcontent/D6191_publishers_marketplace:2Dtest/testaoffer/8affcd28-60a5-4839-adf8-c560e069fd61.png?sv=2014-02-14&sr=b&sig=abcDEF123456GHI...%2Fuew%3D&se=2020-03-28T22%3A27%3A13Z&sp=r",
             "microsoft-azure-marketplace.mediumLogo": "https://publishingstoredm.blob.core.windows.net/prodcontent/D6191_publishers_marketplace:2Dtest/testaoffer/39550bca-1110-432c-9ea9-e12b3a2288cd.png?sv=2014-02-14&sr=b&sig=abcDEF123456GHI...%3D&se=2020-03-28T22%3A27%3A13Z&sp=r",
             "microsoft-azure-marketplace.largeLogo": "https://publishingstoredm.blob.core.windows.net/prodcontent/D6191_publishers_marketplace:2Dtest/testaoffer/ce3576e3-df12-4074-b0a3-0b8d3f329df1.png?sv=2014-02-14&sr=b&sig=abcDEF123456GHI...%3D&se=2020-03-28T22%3A27%3A13Z&sp=r",
             "microsoft-azure-marketplace.wideLogo": "https://publishingstoredm.blob.core.windows.net/prodcontent/D6191_publishers_marketplace:2Dtest/testaoffer/476d6edd-12d3-4414-9def-d2970c4a9de4.png?sv=2014-02-14&sr=b&sig=abcDEF123456GHI...%2BodpynSy%2FlYOvpx0yeam2Bw%3D&se=2020-03-28T22%3A27%3A13Z&sp=r",
             "microsoft-azure-marketplace.heroLogo": "https://publishingstoredm.blob.core.windows.net/prodcontent/D6191_publishers_marketplace:2Dtest/testaoffer/46c85b7b-4438-4e0d-8218-24fb5651727a.png?sv=2014-02-14&sr=b&sig=abcDEF123456GHI...%3D&se=2020-03-28T22%3A27%3A13Z&sp=r",
             "microsoft-azure-marketplace.screenshots": [],
             "microsoft-azure-marketplace.videos": [],
             "microsoft-azure-marketplace.leadDestination": "None",
             "microsoft-azure-marketplace.tableLeadConfiguration": {},
             "microsoft-azure-marketplace.blobLeadConfiguration": {},
             "microsoft-azure-marketplace.salesForceLeadConfiguration": {},
             "microsoft-azure-marketplace.crmLeadConfiguration": {},
             "microsoft-azure-marketplace.httpsEndpointLeadConfiguration": {},
             "microsoft-azure-marketplace.marketoLeadConfiguration": {},
             "microsoft-azure-marketplace.privacyURL": "https://azuremarketplace.microsoft.com",
             "microsoft-azure-marketplace.termsOfUse": "Terms of use",
             "microsoft-azure-marketplace.engineeringContactName": "Jon Doe",
             "microsoft-azure-marketplace.engineeringContactEmail": "jondoe@outlook.com",
             "microsoft-azure-marketplace.engineeringContactPhone": "555-555-5555",
             "microsoft-azure-marketplace.supportContactName": "Jon Doe",
             "microsoft-azure-marketplace.supportContactEmail": "jondoe@outlook.com",
             "microsoft-azure-marketplace.supportContactPhone": "555-555-5555",
             "microsoft-azure-marketplace.publicAzureSupportUrl": "",
             "microsoft-azure-marketplace.fairfaxSupportUrl": ""
         },
         "plans": 
         [
             {
                 "planId": "contososkuidentifier",
                 "microsoft-azure-virtualmachines.skuTitle": "Contoso App (Old Title)",
                 "microsoft-azure-virtualmachines.skuSummary": "Contoso App makes dev ops a breeze.",
                 "microsoft-azure-virtualmachines.skuDescription": "This is a description for the Contoso App that makes dev ops a breeze.",
                 "microsoft-azure-virtualmachines.hideSKUForSolutionTemplate": false,
                 "microsoft-azure-virtualmachines.cloudAvailability": 
                 [
                     "PublicAzure"
                 ],
                 "microsoft-azure-virtualmachines.certificationsFairfax": [],
                 "virtualMachinePricing": {
                     "isByol": true,
                     "freeTrialDurationInMonths": 0
                 },
                 "microsoft-azure-virtualmachines.operatingSystemFamily": "Windows",
                 "microsoft-azure-virtualmachines.operationSystem": "Contoso App",
                 "microsoft-azure-virtualmachines.recommendedVMSizes": 
                 [
                     "a0-basic",
                     "a0-standard",
                     "a1-basic",
                     "a1-standard",
                     "a2-basic",
                     "a2-standard"
                 ],
                 "microsoft-azure-virtualmachines.openPorts": [],
                 "microsoft-azure-virtualmachines.vmImages": 
                 {
                     "1.0.1": 
                     {
                         "osVhdUrl": "http://contosoteststorage.blob.core.windows.net/test/contosoVM.vhd?sv=2014-02-14&sr=c&sig=abcDEF123456GHI...%3D&st=2016-06-25T18%3A30%3A00Z&se=2017-06-25T18%3A30%3A00Z&sp=rl",
                         "lunVhdDetails": []
                     }
                 },
                 "regions":
                 [
                     "AZ"
                 ]
             } 
         ]
     },
     "changedTime": "2018-03-28T22:27:13.8363879Z"
 }

注意

若要修改此供應專案,請將 If-Match 標頭設定為 * 新增至上述要求。 使用與上述相同的要求主體,但視需要修改值。

回應狀態代碼

程式碼 說明
200 OK. 要求已成功處理,並已成功修改供應專案。
201 Created. 要求已成功處理,且已成功建立供應專案。
400 Bad/Malformed request. 錯誤回應本文可以提供詳細資訊。
403 Forbidden. 用戶端無法存取要求的命名空間。
404 Not found. 用戶端所參考的實體不存在。
412 伺服器不符合要求中指定的要求者所指定的其中一個先決條件。 客戶端應該檢查隨要求一起傳送的ETAG。

上傳成品

影像和標誌等成品應該藉由將影像和標誌上傳至網路上的可存取位置來共用,然後在 PUT 要求中包含每個成品作為 URI,如上述範例所示。 系統會偵測到這些檔案不存在於 Azure Marketplace 記憶體中,並加以下載。 因此,您會發現未來的 GET 要求會傳回這些檔案的 Azure Marketplace 服務 URL。

類別和產業

建立新的供應專案時,您必須在市集中指定供應項目的類別。 或者,針對某些供應項目類型,您也可以指定產業。 根據供應項目類型,使用下表中的特定索引鍵值,提供適用於供應專案的類別/產業。

Azure Marketplace 類別

這些類別及其各自的金鑰適用於 Azure 應用程式、虛擬機器、核心 虛擬機器、容器、容器應用程式、IoT Edge 模組和 SaaS 供應項目類型。 粗體斜體(例如 分析)中的專案是類別,標準文字專案(例如數據深入解析)是其下方的子類別。 使用確切的索引鍵值,而不需變更間距或大寫。

類別 SaaS 金鑰 Azure 應用程式金鑰 虛擬機、容器、容器應用程式、IoT Edge 模組、核心虛擬機密鑰
分析 分析學 analytics-azure-apps analytics-amp
資料深入解析 data-insights data-insights data-insights
資料分析 數據分析 數據分析 數據分析
巨量資料 巨量數據 bigData 巨量數據
預測性分析 預測性分析 預測性分析 預測性分析
即時/串流分析 即時串流分析 即時串流分析 即時串流分析
其他 其他 other-analytics 其他
AI + 機器學習 ArtificialIntelligence ai-plus-machine-learning ai-plus-machine-learning
Bot Services 機器人服務 機器人服務 機器人服務
認知服務 cognitive-services cognitive-services cognitive-services
ML 服務 ml-service ml-service ml-service
自動化 ML automated-ml automated-ml automated-ml
商務/機器人程序自動化 business-robotic-process-automation business-robotic-process-automation business-robotic-process-automation
資料標記 數據標籤 數據標籤 數據標籤
資料準備 數據準備 數據準備 數據準備
知識採礦 knowledge-mining knowledge-mining knowledge-mining
ML 作業 ml-operations ml-operations ml-operations
其他 other-AI-plus-machine-learning 其他 其他
區塊鏈 blockchain blockchain blockchain
應用程式加速器 app-accelerators app-accelerators app-accelerators
單一節點總帳 單一節點總帳 單一節點總帳 單一節點總帳
多節點總帳 多節點總帳 多節點總帳 多節點總帳
工具 tools tools tools
其他 其他 其他 其他
計算 compute-saas compute-azure-apps 計算
應用程式基礎結構 appInfra appInfrastructure application-infrastructure
作業系統 clientOS clientOS operating-systems
Cache 快取 快取 快取
其他 other-compute other-compute 其他
容器 器皿 器皿 器皿
Azure 容器應用程式 container-apps container-apps container-apps
容器映像 container-images container-images container-images
開始使用容器 get-started-with-containers get-started-with-containers get-started-with-containers
其他 其他 其他 其他
資料庫 databases-saas database 資料庫
否 SQL 資料庫 nosql-databases nosql-databases nosql-databases
關聯式資料庫 relational-databases relational-databases relational-databases
總賬/區塊鏈資料庫 ledger-blockchain-databases ledger-blockchain-databases ledger-blockchain-databases
Data Lake data-lake data-lake data-lake
資料倉儲 數據倉儲 數據倉儲 數據倉儲
其他 other-databases other-databases 其他
開發人員工具 developer-tools-saas developer-tools-azure-apps developer-tools
工具 tools-developer-tools tools-developer-tools tools-developer-tools
指令碼 指令碼 指令碼 指令碼
開發人員服務 devService devService developer-service
其他 other-developer-tools other-developer-tools 其他
DevOps devops devops devops
其他 其他 其他 其他
身分識別 identity identity identity
存取管理 access-management access-management access-management
其他 其他 其他 其他
整合 集成 集成 集成
傳訊 傳訊 傳訊 傳訊
其他 其他 其他 其他
物聯網 IoT internet-of-things-azure-apps 物聯網
IoT 核心服務 N/A iot-core-services iot-core-services
IoT Edge 模組 N/A iot-edge-modules iot-edge-modules
IoT 解決方案 iot-solutions iot-solutions iot-solutions
數據分析與視覺效果 data-analytics-and-visualization data-analytics-and-visualization data-analytics-and-visualization
IoT 連線能力 iot-connectivity iot-connectivity iot-connectivity
其他 其他物聯網 其他物聯網 其他
IT 和管理工具 ITandAdministration it-and-management-tools-azure-apps it-and-management-tools
管理 解決方案 management-solutions management-solutions management-solutions
商務應用程式 businessApplication businessApplication business-applications
其他 other-it-management-tools other-it-management-tools 其他
監視和診斷 monitoring-and-diagnostics monitoring-and-diagnostics monitoring-and-diagnostics
其他 其他 其他 其他
媒體 media media media
媒體服務 media-services media-services media-services
內容保護 content-protection content-protection content-protection
即時和隨選串流 live-and-on-demand-streaming live-and-on-demand-streaming live-and-on-demand-streaming
其他 其他 其他 其他
移轉 遷移 遷移 遷移
資料移轉 data-migration data-migration data-migration
其他 其他 其他 其他
混合實境 混合實境 混合實境 混合實境
其他 其他 其他 其他
網路功能 聯網 聯網 聯網
設備管理員 appliance-managers appliance-managers appliance-managers
連線性 連線能力 連線能力 連線能力
防火牆 防火墻 防火墻 防火墻
負載平衡器 load-balancers load-balancers load-balancers
其他 其他 其他 其他
安全性 安全性 安全性 安全性
身分識別與存取管理 identity-and-access-management identity-and-access-management identity-and-access-management
威脅防護 threat-protection threat-protection threat-protection
資訊保護 information-protection information-protection information-protection
其他 其他 其他 其他
Storage storage-saas storage-azure-apps 存儲
備份與還原 備份 (backup) 備份 (backup) backup-and-recovery
企業混合式記憶體 enterprise-hybrid-storage enterprise-hybrid-storage enterprise-hybrid-storage
檔案共用 檔案共用 檔案共用 檔案共用
資料生命週期管理 data-lifecycle-management data-lifecycle-management data-lifecycle-management
其他 other-storage other-storage 其他
Web web web web
部落格和 CMS blogs-and-cmss blogs-and-cmss blogs-and-cmss
入門 Web Apps starter-web-apps starter-web-apps starter-web-apps
電子商務 電子商務 電子商務 電子商務
Web Apps 架構 web-apps-frameworks web-apps-frameworks web-apps-frameworks
Web Apps web-apps web-apps web-apps
其他 其他 其他 其他

Microsoft AppSource 類別

這些類別及其各自的密鑰適用於 SaaS、Power BI 應用程式、Dynamics 365 Business Central、Dataverse 和 Power Apps 上的 Dynamics 365 應用程式,以及 Dynamics 365 Operations Apps 供應項目類型。 粗體斜體(例如 分析)中的專案是類別,標準文字專案(例如進階分析)是其下方的子類別。 使用確切的索引鍵值,而不需變更間距或大寫。

類別 SaaS 金鑰 Dynamics 365 Business Central、Dataverse 和 Power Apps 上的 Dynamics 365 應用程式、Dynamics 365 Operations Apps 密鑰 Power BI 應用程式金鑰
分析 分析學 分析 分析
進階分析 advanced-analytics advanced-analytics advanced-analytics
視覺效果和報告 visualization-reporting visualization-reporting visualization-reporting
其他 其他 other-analytics other-analytics
AI + 機器學習 ArtificialIntelligence ai-plus-machine-learning-dynamics ai-plus-machine-learning-appsource
商務用 AI ai-for-business ai-for-business ai-for-business
Bot 應用程式 bot-apps bot-apps bot-apps
其他 other-ai-plus-machine-learning other-ai-plus-machine-learning other-ai-plus-machine-learning
共同作業 共同作業 共同作業 協作
聯繫人和人員 contact-people contact-people contact-and-people
會議管理 會議管理 會議管理 會議管理
網站設計與管理 site-design-management site-design-management site-design-and-management
工作與專案管理 task-project-management task-project-management task-and-project-management
語音和視訊會議 voice-video-conferencing voice-video-conferencing 語音和視訊會議
其他 other-collaboration other-collaboration 其他
合規性與法律 合規 合規 合規性與法律
稅務和稽核 tax-audit tax-audit tax-and-audit
法務 法務 法務 legal
數據、治理和隱私權 data-governance-privacy data-governance-privacy data-governance-and-privacy
健康與安全 health-safety health-safety 健康與安全
其他 other-compliance-legal other-compliance-legal 其他
Customer Service CustomerService CustomerService customer-service
聯繫人中心 contact-center contact-center contact-center
面對面服務 面對面服務 面對面服務 面對面服務
Back Office & Employee Service back-office-employee-service back-office-employee-service back-office-and-employee-service
知識與案例管理 knowledge-case-management knowledge-case-management knowledge-and-case-management
社交媒體和全通路參與 social-media-omnichannel-engagement social-media-omnichannel-engagement social-media-and-omnichannel-engagement
其他 other-customer-service other-customer-service 其他
Finance Finance Finance 金融
會計 會計 會計 會計
資產管理 資產管理 資產管理 資產管理
分析、匯總和報告 analytics-consolidation-reporting analytics-consolidation-reporting analytics-consolidation-and-reporting
點數和集合 credit-collections credit-collections credit-and-collections
合規性與風險管理 compliance-risk-management compliance-risk-management 合規性與風險管理
其他 other-finance other-finance 其他
Human Resources HumanResources HumanResources 人力資源
人才收購 talent-acquisition talent-acquisition talent-acquisition
人才管理 talent-management talent-management talent-management
HR 作業 hr-operations hr-operations hr-operations
員工規劃與分析 workforce-planning-analytics workforce-planning-analytics workforce-planning-and-analytics
其他 other-human-resources other-human-resources 其他
物聯網 IoT 物聯網-dynamics internet-of-things-appsource
資產管理與作業 asset-management-operations asset-management-operations asset-management-and-operations
線上產品 connected-products connected-products connected-products
智慧型供應鏈 intelligent-supply-chain intelligent-supply-chain intelligent-supply-chain
Predictive Maintenance predictive-maintenance predictive-maintenance predictive-maintenance
遠端監視 remote-monitoring remote-monitoring remote-monitoring
安全與安全性 safety-security safety-security safety-and-security
智慧基礎結構與資源 smart-infrastructure-resources smart-infrastructure-resources smart-infrastructure-and-resources
車輛和行動性 vehicles-mobility vehicles-mobility vehicles-and-mobility
其他 其他物聯網 其他物聯網 其他
IT 和管理工具 ITandAdministration ITandAdministration it-and-management-tools
管理 解決方案 management-solutions management-solutions management-solutions
商務應用程式 businessApplication businessApplication business-applications
其他 other-it-management-tools other-it-management-tools 其他
行銷 行銷 行銷 行銷
廣告 廣告 廣告 廣告
分析 analytics-marketing analytics-marketing analytics-marketing
營銷活動管理與自動化 campaign-management-automation campaign-management-automation campaign-management-and-automation
電子郵件行銷 email-marketing email-marketing email-marketing
L2 -Events & Resource Management events-resource-management events-resource-management events-and-resource-management
研究與分析 research-analytics research-analytics 研究與分析
社交媒體 社交媒體 社交媒體 社交媒體
其他 other-marketing other-marketing 其他
作業和供應鏈 OperationsSupplyChain OperationsSupplyChain operations-and-supply-chain
資產與生產管理 asset-production-management asset-production-management asset-and-production-management
需求預測 需求預測 需求預測 需求預測
資訊管理與連線能力 information-management-connectivity information-management-connectivity information-management-and-connectivity
規劃、購買和報告 planning-purchasing-reporting planning-purchasing-reporting planning-purchasing-and-reporting
品質與服務管理 quality-service-management quality-service-management quality-and-service-management
銷售與訂單管理 sales-order-management sales-order-management sales-and-order-management
運輸和倉儲管理 運輸倉儲管理 運輸倉儲管理 運輸和倉儲管理
其他 other-operations-supply-chain other-operations-supply-chain 其他
生產力 生產力 生產力 生產力
內容建立和管理 content-creation-management content-creation-management content-creation-and-management
語言與翻譯 language-translation language-translation language-and-translation
文件管理 document-management document-management document-management
電子郵件管理 email-management email-management email-management
搜尋與參考 search-reference search-reference search-and-reference
其他 other-productivity other-productivity 其他
Gamification Gamification Gamification gamification
Sales Sales Sales Sales
Telesales telesales telesales telesales
Configure, Price, Quote (CPQ) configure-price-quote configure-price-quote configure-price-quote
合約管理 合約管理 合約管理 合約管理
CRM crm crm crm
電子商務 電子商務 電子商務 電子商務
商務數據擴充 business-data-enrichment business-data-enrichment business-data-enrichment
銷售啟用 sales-enablement sales-enablement sales-enablement
其他 other-sales other-sales other-sales
地理位置 地理位置 地理位置 地理位置
地圖 maps maps maps
新聞和天氣 新聞與天氣 新聞與天氣 新聞與天氣
其他 other-geolocation other-geolocation other-geolocation

Microsoft AppSource 產業

這些產業及其各自的密鑰適用於 SaaS、Power BI 應用程式、Dynamics 365 Business Central、Dataverse 和 Power Apps 上的 Dynamics 365 應用程式,以及 Dynamics 365 Operations Apps 供應項目類型。 粗體斜體(如 汽車)的專案是類別,標準文字專案(如 AutomotiveL2)是其下方的子類別。 使用確切的索引鍵值,而不需變更間距或大寫。

產業 SaaS、Dynamics 365 Business Central、Dataverse 和 Power Apps 上的 Dynamics 365 應用程式、Dynamics 365 Operations Apps 密鑰 Power BI 應用程式金鑰
汽車 汽車 汽車
汽車 AutomotiveL2 AutomotiveL2
農業 農業 農業
其他 - 未分批 Agriculture_OtherUnsegmented other-unsegmented
Distribution Distribution 分配
批發 批發 批發
包裹和包裹出貨 ParcelAndPackageShipping parcel-and-package-shipping
教育程度 教育程度 教育
高等教育 HigherEducation higher-education
小學和中學教育 / K-12 PrimaryAndSecondaryEducationK12 中小學教育
圖書館和博物館 LibrariesAndMuseums 連結庫和博物館
金融服務 FinancialServices 金融服務
銀行和資本市場 BankingAndCapitalMarkets 銀行和資本市場
保險 保險 保險業
政府機關 政府機關 政府
防禦與情報 DefenseAndIntelligence defense-and-intelligence
公共安全與正義 PublicSafetyAndJustice public-safety-and-justice
文職政府 平民政府 文政
醫療保健 HealthCareandLifeSciences 醫療
醫療給付 HealthPayor health-payor
醫療供應 HealthProvider health-provider
Pharmaceuticals Pharmaceuticals pharmaceuticals
製造與資源 製造業 manufacturing-and-resources
化學與農用化學 ChemicalAndAgro chemical 化學和農業化學
離散製造 DiscreteManufacturing 離散製造
能源 能源 能源
零售和消費品 RetailandConsumerGoods 零售和消費品
消費性商品 ConsumerGoods consumer-goods
零售 零售 零售商
媒體與通訊 MediaAndCommunications media-and-communications
媒體與娛樂 MediaandEntertainment 媒體和娛樂
電信業 電信業 電信
專業服務 ProfessionalServices 專業服務
法務 法務 legal
合作夥伴專業服務 PartnerProfessionalServices partner-professional-services
架構與建構 ArchitectureAndConstruction architecture-and-construction
其他 - 未分批 ArchitectureAndConstruction_OtherUnsegmented other-unsegmented
酒店和旅行 HospitalityandTravel 酒店和旅行
酒店和休閒 HotelsAndLeisure hotels-and-leisure
旅遊和運輸 TravelAndTransportation 旅行和運輸
餐廳與食品服務 RestaurantsAndFoodServices 餐廳與食品服務
其他公共部門產業 OtherPublicSectorIndustries other-public-sector-industries
林業和漁業 ForestryAndFishing 林業和漁業
非營利組織 非營利組織 非營利組織
房地產 房地產 房地產
其他 - 未分批 RealEstate_OtherUnsegmented other-unsegmented

API 版本和更新

更新 什麼資料已變更?
12-2022 CPP 公用 API(版本 2017-10-31)現已更新,以擷取 marketo 連接器的 clientId 和 clientSecret,同時設定潛在客戶。 在潛在客戶設定期間,您不需要提供接下來的 serverId 欄位。 API 的此更新並不牽涉到任何版本更新或重大變更。