Manage orders - Get a list of offer categories by market
Pobiera wszystkie kategorie ofert dla klienta.
GET https://api.partnercenter.microsoft.com/v{version}/customers/{customer_id}/offercategories
Parametry identyfikatora URI
Nazwa | W | Wymagane | Typ | Opis |
---|---|---|---|---|
customer_id
|
path | True |
string |
Identyfikator klienta. |
version
|
path | True |
string |
Nagłówek żądania
Nazwa | Wymagane | Typ | Opis |
---|---|---|---|
Authorization | True |
string |
Token elementu nośnego autoryzacji |
ms-correlationid |
string |
Służy do śledzenia żądań wewnętrznie. Jeśli nie podano identyfikatora ms-correlationid, serwer wygeneruje nowy dla każdego żądania |
|
MS-CV |
string |
Służy do śledzenia żądań wewnętrznie. Jeśli nie podano MS-CV, serwer wygeneruje nowy dla każdego żądania |
|
ms-requestid |
string |
Służy do idempotentności żądań. Jeśli nie podano identyfikatora ms-requestid, serwer wygeneruje nowy dla każdego żądania |
Odpowiedzi
Nazwa | Typ | Opis |
---|---|---|
200 OK |
Żądanie zakończyło się pomyślnie. Zwraca kategorie ofert w treści odpowiedzi. Media Types: "application/json", "text/json", "application/xml", "text/xml" |
Definicje
Contracts.V1.Models.OfferCategory
Nazwa | Typ | Opis |
---|---|---|
attributes | ||
country |
string |
|
id |
string |
|
links | ||
locale |
string |
|
name |
string |
|
rank |
integer |
Link
Nazwa | Typ | Opis |
---|---|---|
body |
string |
|
headers |
System. |
|
method |
string |
|
uri |
string |
ResourceAttributes
Nazwa | Typ | Opis |
---|---|---|
etag |
string |
|
objectType |
string |
ResourceCollection[Contracts.V1.Models.OfferCategory]
Nazwa | Typ | Opis |
---|---|---|
attributes | ||
items | ||
links | ||
totalCount |
integer |
ResourceLinks
Nazwa | Typ | Opis |
---|---|---|
next | ||
previous | ||
self |
System.Collections.Generic.KeyValuePair[System.String,System.String]
Nazwa | Typ | Opis |
---|---|---|
key |
string |
|
value |
string |