合作伙伴查询按需产品价格
引导式阅读
Go
合作伙伴查询按需产品价格
作者
C***
上架时间
2023-11-10 08:23:28

版本说明

本示例包含SDK代码,内置了4种常见场景的请求示例。

功能介绍

伙伴在销售平台按照条件查询按需产品的价格。

如果购买该产品的租户享受折扣,可以在查询结果中返回折扣金额以及扣除折扣后的最后成交价。

如果该租户享受多种折扣,系统会优先返回客户享受的商务折扣的折扣金额和最终成交价。

注意事项

该接口可以使用伙伴置换子客户的Token调用。

华为云根据云服务类型、资源类型、云服务区和资源规格四个条件来查询产品,查询时请确认这4个查询条件均输入正确,否则该接口会返回无法找到产品的错误

查询按需产品价格接口文档链接(https://support.huaweicloud.com/api-bpconsole/bcloud_01001.html)

合作伙伴客户调用查询按需产品价格接口

  • a. 按需查询云服务器产品价格的示例
{ "project_id": "f82bcf7345e24707b263c1e74254bd1a", "inquiry_precision": 0, "product_infos": [{ "id": "1", "cloud_service_type": "hws.service.type.ec2", "resource_type": "hws.resource.type.vm", "resource_spec": "c3.large.2.linux", "region": "cn-north-1", "usage_factor": "Duration", "usage_value": 1.0, "usage_measure_id":4, "subscription_num": 1 }] }
  • b. 按需查询硬盘产品价格的示例
{ "project_id": "f82bcf7345e24707b263c1e74254bd1a", "inquiry_precision": 0, "product_infos": [{ "id": "1", "cloud_service_type": "hws.service.type.ebs", "resource_type": "hws.resource.type.volume", "resource_spec": "SAS", "region": "cn-north-1", "resource_size": 500, "size_measure_id": 17, "usage_factor": "Duration", "usage_value": 1.0, "usage_measure_id": 4, "subscription_num": 1 }] }
  • c. 按需查询弹性IP产品价格的示例
{ "project_id": "f82bcf7345e24707b263c1e74254bd1a", "inquiry_precision": 0, "product_infos": [{ "id": "1", "cloud_service_type": "hws.service.type.vpc", "resource_type": "hws.resource.type.ip", "resource_spec": "5_bgp", "region": "cn-east-3", "available_zone": null, "resource_size": null, "usage_factor": "Duration", "usage_value": 1, "usage_measure_id": 4, "subscription_num": 1 }] }
  • d. 按需查询带宽产品价格的示例
{ "project_id": "f82bcf7345e24707b263c1e74254bd1a", "inquiry_precision": 0, "product_infos": [{ "id": "1", "cloud_service_type": "hws.service.type.vpc", "resource_type": "hws.resource.type.bandwidth", "resource_spec": "12_sbgp", "region": "cn-north-1", "available_zone": "cn-north-1a", "resource_size": 1, "size_measure_id": 15, "usage_factor": "upflow", "usage_value": 1, "usage_measure_id": 15, "subscription_num": 1 }] }

参考

更多信息请参考合作伙伴中心

修订记录

发布日期 文档版本 修订说明
2022-02-25 1.0.1 查询按需产品的价格demo第一个版本发布