Manage orders - Get a customer's transfers
Ottiene tutte le entità di trasferimento per un determinato cliente.
GET https://api.partnercenter.microsoft.com/v{version}/customers/{customer_id}/transfers
Parametri dell'URI
Nome | In | Necessario | Tipo | Descrizione |
---|---|---|---|---|
customer_id
|
path | True |
string |
Identificatore del 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 |
Microsoft. |
La richiesta ha avuto esito positivo. Il corpo della risposta contiene le informazioni di trasferimento. Media Types: "application/json", "text/json", "application/xml", "text/xml" |
400 Bad Request |
Non è presente un input mancante o non valido. Il corpo della risposta fornirà i dettagli dell'errore. Media Types: "application/json", "text/json", "application/xml", "text/xml" |
|
401 Unauthorized |
La richiesta non è stata autenticata. Il client deve prima eseguire l'autenticazione con il servizio API partner. Media Types: "application/json", "text/json", "application/xml", "text/xml" |
|
403 Forbidden |
La richiesta è stata autenticata ma è stata rifiutata perché il chiamante non dispone dei diritti per richiamarlo. Media Types: "application/json", "text/json", "application/xml", "text/xml" |
|
404 Not Found |
La risorsa non viene trovata o non è disponibile con i parametri di input specificati. Media Types: "application/json", "text/json", "application/xml", "text/xml" |
|
500 Internal Server Error |
Il servizio API partner o una delle relative dipendenze non è riuscito a soddisfare la richiesta. I chiamanti possono riprovare. Media Types: "application/json", "text/json", "application/xml", "text/xml" |
Definizioni
Microsoft.Partner.Core.Collections.Link
Nome | Tipo | Descrizione |
---|---|---|
body |
string |
|
headers |
System. |
|
method |
string |
|
uri |
string |
Microsoft.Partner.Core.Collections.ResourceAttributes
Nome | Tipo | Descrizione |
---|---|---|
etag |
string |
|
objectType |
string |
Microsoft.Partner.Core.Collections.ResourceLinks
Nome | Tipo | Descrizione |
---|---|---|
next | ||
previous | ||
self |
Microsoft.Partner.Services.Transfer.V2.Models.TransferItemType
Nome | Tipo | Descrizione |
---|---|---|
AzureReservation |
string |
|
AzureSavingsPlan |
string |
|
AzureSubscription |
string |
|
LegacyAzureSubscription |
string |
Microsoft.Partner.Services.Transfers.V2.Models.LastKnownBillingDetails
Nome | Tipo | Descrizione |
---|---|---|
billingAmount |
number |
|
billingCycle |
enum:
|
|
billingPeriod |
Microsoft. |
|
billingType |
enum:
|
|
currency |
string |
Microsoft.Partner.Services.Transfers.V2.Models.LastKnownBillingPeriod
Nome | Tipo | Descrizione |
---|---|---|
endDate |
string |
|
startDate |
string |
Microsoft.Partner.Services.Transfers.V2.Models.TransferEntity
Nome | Tipo | Descrizione |
---|---|---|
attributes | ||
completedTime |
string |
|
createdTime |
string |
|
customerEmailId |
string |
|
customerName |
string |
|
customerTenantId |
string |
|
id |
string |
|
ignoreEligibilityCheck |
boolean |
|
lastModifiedTime |
string |
|
lastModifiedUser |
string |
|
lineItems |
Microsoft. |
|
links | ||
partnerOnRecord |
string |
|
partnertenantid |
string |
|
sourcePartnerEmailId |
string |
|
sourcePartnerName |
string |
|
sourcePartnerTenantId |
string |
|
status |
string |
|
targetPartnerEmailId |
string |
|
targetPartnerName |
string |
|
targetPartnerProjectId |
string |
|
targetPartnerTenantId |
string |
|
transferDirection |
enum:
|
|
transferType |
enum:
|
Microsoft.Partner.Services.Transfers.V2.Models.TransferLineItem
Nome | Tipo | Descrizione |
---|---|---|
addonItems |
Microsoft. |
|
billingCycle |
enum:
|
|
billingDetails |
Microsoft. |
|
currencyCode |
string |
|
friendlyName |
string |
|
id |
integer |
|
offerId |
string |
|
orderId |
string |
|
partnerIdOnRecord |
string |
|
productType |
Microsoft. |
|
quantity |
integer |
|
status |
string |
|
subscriptionId |
string |
|
transferError |
string |
|
transferGroupId |
string |
System.Collections.Generic.KeyValuePair[System.String,System.String]
Nome | Tipo | Descrizione |
---|---|---|
key |
string |
|
value |
string |