Microsoft.MarketplaceOrdering (stable:2021-01-01)

2025/10/23 • 7 new, 7 deleted methods

MarketplaceAgreements_Get (new)
Description Get marketplace terms.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.MarketplaceOrdering/offerTypes/{offerType}/publishers/{publisherId}/offers/{offerId}/plans/{planId}/agreements/current
{
api-version: string ,
subscriptionId: string ,
offerType: string ,
publisherId: string ,
offerId: string ,
planId: string ,
}

⚐ Response (200)

{
properties:
{
publisher: string ,
product: string ,
plan: string ,
licenseTextLink: string ,
privacyPolicyLink: string ,
marketplaceTermsLink: string ,
retrieveDatetime: string ,
signature: string ,
accepted: boolean ,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
MarketplaceAgreements_Create (new)
Description Save marketplace terms.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/providers/Microsoft.MarketplaceOrdering/offerTypes/{offerType}/publishers/{publisherId}/offers/{offerId}/plans/{planId}/agreements/current
{
api-version: string ,
offerType: string ,
subscriptionId: string ,
publisherId: string ,
offerId: string ,
planId: string ,
parameters:
{
properties:
{
publisher: string ,
product: string ,
plan: string ,
licenseTextLink: string ,
privacyPolicyLink: string ,
marketplaceTermsLink: string ,
retrieveDatetime: string ,
signature: string ,
accepted: boolean ,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
publisher: string ,
product: string ,
plan: string ,
licenseTextLink: string ,
privacyPolicyLink: string ,
marketplaceTermsLink: string ,
retrieveDatetime: string ,
signature: string ,
accepted: boolean ,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Operations_List (new)
Description Lists all of the available Microsoft.MarketplaceOrdering REST API operations.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.MarketplaceOrdering/operations
{
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
display:
{
provider: string ,
resource: string ,
operation: string ,
description: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
MarketplaceAgreements_Sign (new)
Description Sign marketplace terms.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/providers/Microsoft.MarketplaceOrdering/agreements/{publisherId}/offers/{offerId}/plans/{planId}/sign
{
api-version: string ,
subscriptionId: string ,
publisherId: string ,
offerId: string ,
planId: string ,
}

⚐ Response (200)

{
properties:
{
id: string ,
publisher: string ,
offer: string ,
signDate: string ,
cancelDate: string ,
state: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
MarketplaceAgreements_Cancel (new)
Description Cancel marketplace terms.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/providers/Microsoft.MarketplaceOrdering/agreements/{publisherId}/offers/{offerId}/plans/{planId}/cancel
{
api-version: string ,
subscriptionId: string ,
publisherId: string ,
offerId: string ,
planId: string ,
}

⚐ Response (200)

{
properties:
{
id: string ,
publisher: string ,
offer: string ,
signDate: string ,
cancelDate: string ,
state: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
MarketplaceAgreements_GetAgreement (new)
Description Get marketplace agreement.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.MarketplaceOrdering/agreements/{publisherId}/offers/{offerId}/plans/{planId}
{
api-version: string ,
subscriptionId: string ,
publisherId: string ,
offerId: string ,
planId: string ,
}

⚐ Response (200)

{
properties:
{
id: string ,
publisher: string ,
offer: string ,
signDate: string ,
cancelDate: string ,
state: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
MarketplaceAgreements_List (new)
Description List marketplace agreements in the subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.MarketplaceOrdering/agreements
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
id: string ,
publisher: string ,
offer: string ,
signDate: string ,
cancelDate: string ,
state: enum ,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
MarketplaceAgreements_Get (removed)
Description Get marketplace terms.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.MarketplaceOrdering/offerTypes/{offerType}/publishers/{publisherId}/offers/{offerId}/plans/{planId}/agreements/current
{
api-version: string ,
subscriptionId: string ,
offerType: string ,
publisherId: string ,
offerId: string ,
planId: string ,
}

⚐ Response (200)

{
properties:
{
publisher: string ,
product: string ,
plan: string ,
licenseTextLink: string ,
privacyPolicyLink: string ,
marketplaceTermsLink: string ,
retrieveDatetime: string ,
signature: string ,
accepted: boolean ,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
MarketplaceAgreements_Create (removed)
Description Save marketplace terms.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/providers/Microsoft.MarketplaceOrdering/offerTypes/{offerType}/publishers/{publisherId}/offers/{offerId}/plans/{planId}/agreements/current
{
api-version: string ,
offerType: string ,
subscriptionId: string ,
publisherId: string ,
offerId: string ,
planId: string ,
parameters:
{
properties:
{
publisher: string ,
product: string ,
plan: string ,
licenseTextLink: string ,
privacyPolicyLink: string ,
marketplaceTermsLink: string ,
retrieveDatetime: string ,
signature: string ,
accepted: boolean ,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
publisher: string ,
product: string ,
plan: string ,
licenseTextLink: string ,
privacyPolicyLink: string ,
marketplaceTermsLink: string ,
retrieveDatetime: string ,
signature: string ,
accepted: boolean ,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Operations_List (removed)
Description Lists all of the available Microsoft.MarketplaceOrdering REST API operations.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.MarketplaceOrdering/operations
{
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
display:
{
provider: string ,
resource: string ,
operation: string ,
description: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
MarketplaceAgreements_Sign (removed)
Description Sign marketplace terms.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/providers/Microsoft.MarketplaceOrdering/agreements/{publisherId}/offers/{offerId}/plans/{planId}/sign
{
api-version: string ,
subscriptionId: string ,
publisherId: string ,
offerId: string ,
planId: string ,
}

⚐ Response (200)

{
properties:
{
id: string ,
publisher: string ,
offer: string ,
signDate: string ,
cancelDate: string ,
state: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
MarketplaceAgreements_Cancel (removed)
Description Cancel marketplace terms.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/providers/Microsoft.MarketplaceOrdering/agreements/{publisherId}/offers/{offerId}/plans/{planId}/cancel
{
api-version: string ,
subscriptionId: string ,
publisherId: string ,
offerId: string ,
planId: string ,
}

⚐ Response (200)

{
properties:
{
id: string ,
publisher: string ,
offer: string ,
signDate: string ,
cancelDate: string ,
state: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
MarketplaceAgreements_GetAgreement (removed)
Description Get marketplace agreement.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.MarketplaceOrdering/agreements/{publisherId}/offers/{offerId}/plans/{planId}
{
api-version: string ,
subscriptionId: string ,
publisherId: string ,
offerId: string ,
planId: string ,
}

⚐ Response (200)

{
properties:
{
id: string ,
publisher: string ,
offer: string ,
signDate: string ,
cancelDate: string ,
state: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
MarketplaceAgreements_List (removed)
Description List marketplace agreements in the subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.MarketplaceOrdering/agreements
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
id: string ,
publisher: string ,
offer: string ,
signDate: string ,
cancelDate: string ,
state: enum ,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}