Manage orders - Get transfer details by ID
Obtient une entité de transfert spécifique à l’aide d’un ID.
GET https://api.partnercenter.microsoft.com/v{version}/customers/{customer_id}/transfers/{transfer_id}
Paramètres URI
Nom | Dans | Obligatoire | Type | Description |
---|---|---|---|---|
customer_id
|
path | True |
string |
Identificateur du client. |
transfer_id
|
path | True |
string |
Identificateur de transfert. |
version
|
path | True |
string |
En-tête de la demande
Nom | Obligatoire | Type | Description |
---|---|---|---|
Authorization | True |
string |
Jeton du porteur d’autorisation |
ms-correlationid |
string |
Utilisé pour le suivi des demandes en interne. Si aucun ms-correlationid n’est fourni, le serveur en génère un pour chaque demande |
|
ms-cv |
string |
Utilisé pour le suivi des demandes en interne. Si un ms-cv n’est pas fourni, le serveur en génère un pour chaque demande |
|
ms-requestid |
string |
Utilisé pour l’idempotence des requêtes. Si aucun ms-requestid n’est fourni, le serveur en génère un nouveau pour chaque requête |
Réponses
Nom | Type | Description |
---|---|---|
200 OK |
Microsoft. |
La demande a abouti. Le corps de la réponse contient les informations de transfert. Media Types: "application/json", "text/json", "application/xml", "text/xml" |
400 Bad Request |
Il y avait une entrée manquante ou non valide. Le corps de la réponse fournit les détails de l’erreur. Media Types: "application/json", "text/json", "application/xml", "text/xml" |
|
401 Unauthorized |
La demande n’a pas été authentifiée. Le client doit d’abord s’authentifier auprès du service d’API partenaire. Media Types: "application/json", "text/json", "application/xml", "text/xml" |
|
403 Forbidden |
La demande a été authentifiée, mais a été refusée, car l’appelant n’a pas les droits nécessaires pour l’appeler. Media Types: "application/json", "text/json", "application/xml", "text/xml" |
|
404 Not Found |
La ressource est introuvable ou non disponible avec les paramètres d’entrée donnés. Media Types: "application/json", "text/json", "application/xml", "text/xml" |
|
500 Internal Server Error |
Le service d’API partenaire ou l’une de ses dépendances n’a pas pu répondre à la demande. Les appelants peuvent réessayer cette opération. Media Types: "application/json", "text/json", "application/xml", "text/xml" |
Définitions
Microsoft.Partner.Core.Collections.Link
Nom | Type | Description |
---|---|---|
body |
string |
|
headers |
System. |
|
method |
string |
|
uri |
string |
Microsoft.Partner.Core.Collections.ResourceAttributes
Nom | Type | Description |
---|---|---|
etag |
string |
|
objectType |
string |
Microsoft.Partner.Core.Collections.ResourceLinks
Nom | Type | Description |
---|---|---|
next | ||
previous | ||
self |
Microsoft.Partner.Services.Transfer.V2.Models.TransferItemType
Nom | Type | Description |
---|---|---|
AzureReservation |
string |
|
AzureSavingsPlan |
string |
|
AzureSubscription |
string |
|
LegacyAzureSubscription |
string |
Microsoft.Partner.Services.Transfers.V2.Models.LastKnownBillingDetails
Nom | Type | Description |
---|---|---|
billingAmount |
number |
|
billingCycle |
enum:
|
|
billingPeriod |
Microsoft. |
|
billingType |
enum:
|
|
currency |
string |
Microsoft.Partner.Services.Transfers.V2.Models.LastKnownBillingPeriod
Nom | Type | Description |
---|---|---|
endDate |
string |
|
startDate |
string |
Microsoft.Partner.Services.Transfers.V2.Models.TransferEntity
Nom | Type | Description |
---|---|---|
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
Nom | Type | Description |
---|---|---|
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]
Nom | Type | Description |
---|---|---|
key |
string |
|
value |
string |