Manage orders - Get promotion eligibilities
根據傳遞的促銷資格要求專案,取得升級資格。
POST https://api.partnercenter.microsoft.com/v{version}/customers/{customer_id}/promotionEligibilities
URI 參數
名稱 | 位於 | 必要 | 類型 | Description |
---|---|---|---|---|
customer_id
|
path | True |
string |
|
version
|
path | True |
string |
要求標頭
Media Types: "application/json", "text/json", "application/xml", "text/xml", "application/x-www-form-urlencoded"
名稱 | 必要 | 類型 | Description |
---|---|---|---|
Authorization | True |
string |
授權持有人令牌 |
MS-CorrelationId |
string |
用於在內部追蹤要求。 如果未提供 MS-CorrelationId,伺服器將會為每個要求產生新的要求 |
|
MS-CV |
string |
用於在內部追蹤要求。 如果未提供 MS-CV,伺服器將會為每個要求產生新的要求 |
|
MS-RequestId |
string |
用於要求等冪性。 如果未提供 MS-RequestId,伺服器將會為每個要求產生新的要求 |
要求本文
Media Types: "application/json", "text/json", "application/xml", "text/xml", "application/x-www-form-urlencoded"
名稱 | 類型 | Description |
---|---|---|
attributes | ||
items |
Microsoft. |
回應
名稱 | 類型 | Description |
---|---|---|
200 OK |
要求成功。 回應本文包含促銷資格資訊。 Media Types: "application/json", "text/json", "application/xml", "text/xml" |
定義
Microsoft.Partner.Core.Collections.Link
名稱 | 類型 | Description |
---|---|---|
body |
string |
|
headers |
System. |
|
method |
string |
|
uri |
string |
Microsoft.Partner.Core.Collections.ResourceAttributes
名稱 | 類型 | Description |
---|---|---|
etag |
string |
|
objectType |
string |
Microsoft.Partner.Core.Collections.ResourceCollection`1[Microsoft.Partner.Services.RuleEngine.Models.PromotionEligibility]
名稱 | 類型 | Description |
---|---|---|
attributes | ||
items |
Microsoft. |
|
links | ||
totalCount |
integer |
Microsoft.Partner.Core.Collections.ResourceLinks
名稱 | 類型 | Description |
---|---|---|
next | ||
previous | ||
self |
Microsoft.Partner.Services.RuleEngine.Models.Enums.BillingCycleType
名稱 | 類型 | Description |
---|---|---|
0 |
Integer |
|
1 |
Integer |
|
2 |
Integer |
|
3 |
Integer |
|
4 |
Integer |
|
5 |
Integer |
Microsoft.Partner.Services.RuleEngine.Models.PromotionEligibilitiesRequest
名稱 | 類型 | Description |
---|---|---|
attributes | ||
items |
Microsoft. |
Microsoft.Partner.Services.RuleEngine.Models.PromotionEligibilitiesRequestItem
名稱 | 類型 | Description |
---|---|---|
billingCycle |
Microsoft. |
|
catalogItemId |
string |
|
id |
integer |
|
promotionId |
string |
|
quantity |
integer |
|
termDuration |
string |
Microsoft.Partner.Services.RuleEngine.Models.PromotionEligibility
名稱 | 類型 | Description |
---|---|---|
errors |
Microsoft. |
|
isEligible |
boolean |
|
promotionId |
string |
Microsoft.Partner.Services.RuleEngine.Models.PromotionEligibilityError
名稱 | 類型 | Description |
---|---|---|
description |
string |
|
type |
string |
System.Collections.Generic.KeyValuePair[System.String,System.String]
名稱 | 類型 | Description |
---|---|---|
key |
string |
|
value |
string |