RateCard API to get CSP prices (by using CREST API api.cp.microsoft.com ) doesn't work as described in
MSDN
Code samples provided at this
thread doesn't work as well. :(
With passing valid reseller CID and SA_Token we get an error:
{"code":"HttpStatusCodeForbidden","error_code":"HttpStatusCodeForbidden","message":"The
client certificate is NULL.","object_type":"Error"}
At the same time RateCard API for getting retail Azure prices (by using
Management API management.azure.com ) works perfect with retail Azure Offer IDs.
BUT we cannot get CSP prices by using Management API (management.azure.com).
Could you share working code sample how to get CSP Azure prices by using CREST API (api.cp.microsoft.com ) ?