Manage orders - Get an availability for a SKU (by customer)

Ruft eine Verfügbarkeit für den angeforderten Kundenkontext ab.

GET https://api.partnercenter.microsoft.com/v{version}/customers/{customerId}/products/{productId}/skus/{skuId}/availabilities/{availabilityId}

URI-Parameter

Name In Erforderlich Typ Beschreibung
availabilityId
path True

string

Die Verfügbarkeits-ID.

customerId
path True

string

Die Kunden-ID.

productId
path True

string

Die Produkt-ID.

skuId
path True

string

Die Sku-ID.

version
path True

string

Anforderungsheader

Name Erforderlich Typ Beschreibung
Authorization True

string

Autorisierungs-Bearertoken

ms-correlationid

string

Wird intern zum Nachverfolgen von Anforderungen verwendet. Wenn keine ms-correlationid angegeben wird, generiert der Server für jede Anforderung eine neue.

MS-CV

string

Wird intern zum Nachverfolgen von Anforderungen verwendet. Wenn kein MS-CV bereitgestellt wird, generiert der Server für jede Anforderung eine neue.

ms-requestid

string

Wird für die Idempotenz von Anforderungen verwendet. Wenn keine ms-requestid angegeben wird, generiert der Server für jede Anforderung eine neue anforderung.

Antworten

Name Typ Beschreibung
200 OK

Contracts.V1.Models.Availability

Die Anforderung war erfolgreich. Die Verfügbarkeit wird im Antworttext zurückgegeben.

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

Definitionen

Name Beschreibung
Contracts.V1.Models.Availability
Contracts.V1.Models.AvailabilityIncludedQuantity
Contracts.V1.Models.AvailabilityLinks
Contracts.V1.Models.AvailabilityTerm
Contracts.V1.Models.CancellationPolicy
Contracts.V1.Models.CancellationRefundOption
Contracts.V1.Models.CurrencyInfo
Contracts.V1.Models.ItemType
Contracts.V1.Models.Product
Contracts.V1.Models.ProductLinks
Contracts.V1.Models.RenewalInstruction
Contracts.V1.Models.RenewalInstructionOption
Contracts.V1.Models.RenewalOption
Contracts.V1.Models.Sku
Contracts.V1.Models.SkuAttestationProperties
Link
ResourceLinks
SupportedBillingCycles
System.Collections.Generic.KeyValuePair[System.String,System.String]

Contracts.V1.Models.Availability

Name Typ Beschreibung
catalogItemId

string

country

string

defaultCurrency

Contracts.V1.Models.CurrencyInfo

id

string

includedQuantityOptions

Contracts.V1.Models.AvailabilityIncludedQuantity[]

isPurchasable

boolean

isRenewable

boolean

links

Contracts.V1.Models.AvailabilityLinks

product

Contracts.V1.Models.Product

productId

string

renewalInstructions

Contracts.V1.Models.RenewalInstruction[]

segment

string

sku

Contracts.V1.Models.Sku

skuId

string

terms

Contracts.V1.Models.AvailabilityTerm[]

Contracts.V1.Models.AvailabilityIncludedQuantity

Name Typ Beschreibung
description

string

units

string

Name Typ Beschreibung
next

Link

previous

Link

pricing

Link

self

Link

Contracts.V1.Models.AvailabilityTerm

Name Typ Beschreibung
billingCycle

string

cancellationPolicies

Contracts.V1.Models.CancellationPolicy[]

description

string

duration

string

id

string

renewalOptions

Contracts.V1.Models.RenewalOption[]

Contracts.V1.Models.CancellationPolicy

Name Typ Beschreibung
refundOptions

Contracts.V1.Models.CancellationRefundOption[]

Contracts.V1.Models.CancellationRefundOption

Name Typ Beschreibung
expiresAfter

string

sequenceId

integer

type

string

Contracts.V1.Models.CurrencyInfo

Name Typ Beschreibung
code

string

symbol

string

Contracts.V1.Models.ItemType

Name Typ Beschreibung
displayName

string

id

string

subType

Contracts.V1.Models.ItemType

Contracts.V1.Models.Product

Name Typ Beschreibung
description

string

id

string

isMicrosoftProduct

boolean

links

Contracts.V1.Models.ProductLinks

localizedAttributes

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

productType

Contracts.V1.Models.ItemType

publisherName

string

title

string

Name Typ Beschreibung
next

Link

previous

Link

self

Link

skus

Link

Contracts.V1.Models.RenewalInstruction

Name Typ Beschreibung
applicableTermIds

string[]

renewalOptions

Contracts.V1.Models.RenewalInstructionOption[]

Contracts.V1.Models.RenewalInstructionOption

Name Typ Beschreibung
isAutoRenewable

boolean

renewToId

string

Contracts.V1.Models.RenewalOption

Name Typ Beschreibung
description

string

termDuration

string

Contracts.V1.Models.Sku

Name Typ Beschreibung
actions

string[]

attestationProperties

Contracts.V1.Models.SkuAttestationProperties

consumptionType

string

description

string

dynamicAttributes

object

id

string

inventoryVariables

string[]

isTrial

boolean

links

ResourceLinks

maximumQuantity

integer

minimumQuantity

integer

productId

string

provisioningVariables

string[]

purchasePrerequisites

string[]

supportedBillingCycles

SupportedBillingCycles[]

termsOfUseUri

string

title

string

Contracts.V1.Models.SkuAttestationProperties

Name Typ Beschreibung
attestationType

string

enforceAttestation

boolean

Name Typ Beschreibung
body

string

headers

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

method

string

uri

string

Name Typ Beschreibung
next

Link

previous

Link

self

Link

SupportedBillingCycles

Name Typ Beschreibung
annual

string

monthly

string

none

string

one_time

string

triennial

string

unknown

string

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

Name Typ Beschreibung
key

string

value

string