Details for the "segment" parameter in Cloudmore GET price list and billing API endpoints, used for retrieving segment-specific price lists and billing details.
This is an overview of the changes to the Cloudmore API regarding the management of NCE public sector offers effective starting June 3, 2024.
-
Managing Non-Commercial Prices
-
Endpoints:
-
PUT /api/resellers/{resellerId}/organizations/{organizationId}/services/{serviceId}/pricelist
-
PUT /api/resellers/{resellerId}/services/{serviceId}/pricelist
-
-
Changes:
-
An optional "segment": "string" response parameter is added, applicable only to the Microsoft 365 CSP Direct service. This parameter will specify the public sector segment (as "education", "charity", "government", “commercial”) or return an error if the segment is ineligible. If not specified, will default to "commercial".
-
-
-
Viewing the Segment of a CSP NCE Subscription
-
Endpoints:
-
GET /api/resellers/{resellerId}/organizations/{organizationId}/services/Csp/nce/subscriptions
-
GET /api/resellers/{resellerId}/organizations/{organizationId}/services/csp/nce/subscriptions/{id}
-
-
Changes:
-
A "segment": "string" response parameter will be added to indicate the segment of the specified subscription.
-
-
Please review these changes to ensure that your workflows remain unaffected.
Additional details and documentation will be available post-release on the Cloudmore developer portal: Cloudmore Developer Portal.