다음을 통해 공유


Manage orders - Get add-ons for an offer ID (by customer)

고객이 구매할 수 있는 제공된 제품에서 추가 기능을 검색합니다.

GET https://api.partnercenter.microsoft.com/v{version}/customers/{customerId}/offers/{offer_id}/addons

URI 매개 변수

Name In(다음 안에) 필수 형식 Description
customerId
path True

string

고객 ID

offer_id
path True

string

제품 ID

version
path True

string

요청 헤더

Name 필수 형식 Description
Authorization True

string

권한 부여 전달자 토큰

ms-correlationid

string

내부적으로 요청을 추적하는 데 사용됩니다. ms-correlationid가 제공되지 않으면 서버는 각 요청에 대해 새 를 생성합니다.

MS-CV

string

내부적으로 요청을 추적하는 데 사용됩니다. MS-CV가 제공되지 않으면 서버는 각 요청에 대해 새 를 생성합니다.

ms-requestid

string

요청의 멱등성에 사용됩니다. ms-requestid가 제공되지 않으면 서버는 각 요청에 대해 새 를 생성합니다.

응답

Name 형식 Description
200 OK

ResourceCollection[Contracts.V1.Models.Offer]

요청이 성공했습니다. 요청된 파트너의 제품 정보는 응답 본문에 반환됩니다.

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

정의

Name Description
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

Name 형식 Description
id

string

name

string

type

string

unit

string

Contracts.V1.Models.Offer

Name 형식 Description
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

Name 형식 Description
attestationType

string

enforceAttestation

boolean

Contracts.V1.Models.OfferCategory

Name 형식 Description
attributes

ResourceAttributes

country

string

id

string

links

ResourceLinks

locale

string

name

string

rank

integer

Name 형식 Description
learnMore

Link

next

Link

previous

Link

self

Link

Name 형식 Description
body

string

headers

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

method

string

uri

string

ResourceAttributes

Name 형식 Description
etag

string

objectType

string

ResourceCollection[Contracts.V1.Models.Offer]

Name 형식 Description
attributes

ResourceAttributes

items

Contracts.V1.Models.Offer[]

links

ResourceLinks

totalCount

integer

Name 형식 Description
next

Link

previous

Link

self

Link

SupportedBillingCycles

Name 형식 Description
annual

string

monthly

string

none

string

one_time

string

triennial

string

unknown

string

SupportedCatalogTypes

Name 형식 Description
live

string

sandbox

string

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

Name 형식 Description
key

string

value

string