Condividi tramite


Manage orders - Get add-ons for an offer ID

Recupera tutte le offerte di componenti aggiuntivi di un'offerta usando le informazioni relative al paese e alle impostazioni locali.

GET https://api.partnercenter.microsoft.com/v{version}/offers/{offer_id}/addons
GET https://api.partnercenter.microsoft.com/v{version}/offers/{offer_id}/addons?country={country}

Parametri dell'URI

Nome In Necessario Tipo Descrizione
offer_id
path True

string

Identificatore dell'offerta.

version
path True

string

country
query

string

Informazioni sul paese. Rappresentazione di due lettere del paese

Intestazione della richiesta

Nome Necessario Tipo Descrizione
Authorization True

string

Token di connessione dell'autorizzazione

ms-correlationid

string

Usato per tenere traccia delle richieste internamente. Se non viene specificato un ms-correlationid, il server genererà un nuovo elemento per ogni richiesta

MS-CV

string

Usato per tenere traccia delle richieste internamente. Se non viene specificata una MS-CV, il server genererà un nuovo per ogni richiesta

ms-requestid

string

Usato per l'idempotenza delle richieste. Se non viene specificato un ms-requestid, il server genererà un nuovo per ogni richiesta

Risposte

Nome Tipo Descrizione
200 OK

ResourceCollection[Contracts.V1.Models.Offer]

La richiesta ha avuto esito positivo. Le informazioni sulle offerte del partner richiesto vengono restituite nel corpo della risposta.

Media Types: "application/json", "text/json", "application/xml", "text/xml"

Definizioni

Nome Descrizione
Contracts.V1.Models.Enums.OfferProduct
Contracts.V1.Models.Offer
Contracts.V1.Models.OfferAttestationProperties
Contracts.V1.Models.OfferCategory
Contracts.V1.Models.OfferLinks
Link
ResourceAttributes
ResourceCollection[Contracts.V1.Models.Offer]
ResourceLinks
SupportedBillingCycles
SupportedCatalogTypes
System.Collections.Generic.KeyValuePair[System.String,System.String]

Contracts.V1.Models.Enums.OfferProduct

Nome Tipo Descrizione
id

string

name

string

type

string

unit

string

Contracts.V1.Models.Offer

Nome Tipo Descrizione
acquisitionType enum:
  • purchase
  • referral
actions

string[]

additionalProperties

object

attestationProperties

Contracts.V1.Models.OfferAttestationProperties

attributes

ResourceAttributes

billing enum:
  • license
  • none
  • usage
category

Contracts.V1.Models.OfferCategory

conversionTargetOffers

string[]

country

string

description

string

hasAddOns

boolean

id

string

isAddOn

boolean

isAutoRenewable

boolean

isAvailableForPurchase

boolean

isInternal

boolean

isMicrosoftProduct

boolean

isTrial

boolean

limit

integer

limitUnitOfMeasure

string

links

Contracts.V1.Models.OfferLinks

locale

string

maximumQuantity

integer

minimumQuantity

integer

name

string

orderService

string

prerequisiteOffers

string[]

product

Contracts.V1.Models.Enums.OfferProduct

providerId

string

providerLocationId

string

providerName

string

rank

integer

reselleeQualifications

string[]

resellerQualifications

string[]

salesGroupId

string

supportedBillingCycles

SupportedBillingCycles[]

supportedCatalogTypes

SupportedCatalogTypes[]

term

integer

termUnitOfMeasure

string

unitType

string

upgradeTargetOffers

string[]

uri

string

Contracts.V1.Models.OfferAttestationProperties

Nome Tipo Descrizione
attestationType

string

enforceAttestation

boolean

Contracts.V1.Models.OfferCategory

Nome Tipo Descrizione
attributes

ResourceAttributes

country

string

id

string

links

ResourceLinks

locale

string

name

string

rank

integer

Nome Tipo Descrizione
learnMore

Link

next

Link

previous

Link

self

Link

Nome Tipo Descrizione
body

string

headers

System.Collections.Generic.KeyValuePair[System.String,System.String][]

method

string

uri

string

ResourceAttributes

Nome Tipo Descrizione
etag

string

objectType

string

ResourceCollection[Contracts.V1.Models.Offer]

Nome Tipo Descrizione
attributes

ResourceAttributes

items

Contracts.V1.Models.Offer[]

links

ResourceLinks

totalCount

integer

Nome Tipo Descrizione
next

Link

previous

Link

self

Link

SupportedBillingCycles

Nome Tipo Descrizione
annual

string

monthly

string

none

string

one_time

string

triennial

string

unknown

string

SupportedCatalogTypes

Nome Tipo Descrizione
live

string

sandbox

string

System.Collections.Generic.KeyValuePair[System.String,System.String]

Nome Tipo Descrizione
key

string

value

string