Condividi tramite


Manage orders - Get a list of offer categories by market

Ottiene tutte le categorie di offerte per un cliente.

GET https://api.partnercenter.microsoft.com/v{version}/customers/{customer_id}/offercategories

Parametri dell'URI

Nome In Necessario Tipo Descrizione
customer_id
path True

string

ID cliente.

version
path True

string

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.OfferCategory]

La richiesta ha avuto esito positivo. Restituisce le categorie di offerte nel corpo della risposta.

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

Definizioni

Nome Descrizione
Contracts.V1.Models.OfferCategory
Link
ResourceAttributes
ResourceCollection[Contracts.V1.Models.OfferCategory]
ResourceLinks
System.Collections.Generic.KeyValuePair[System.String,System.String]

Contracts.V1.Models.OfferCategory

Nome Tipo Descrizione
attributes

ResourceAttributes

country

string

id

string

links

ResourceLinks

locale

string

name

string

rank

integer

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.OfferCategory]

Nome Tipo Descrizione
attributes

ResourceAttributes

items

Contracts.V1.Models.OfferCategory[]

links

ResourceLinks

totalCount

integer

Nome Tipo Descrizione
next

Link

previous

Link

self

Link

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

Nome Tipo Descrizione
key

string

value

string