| Description | : Gets an agreement by ID. |
| Reference | : Link ¶ |
⚼ Request
GET:
/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/agreements/{agreementName}
{
billingAccountName:
string
,
agreementName:
string
,
api-version:
string
,
}
⚐ Response (200)
{
properties:
}
{
,
acceptanceMode:
enum
,
agreementLink:
string
,
billingProfileInfo:
[
]
,
{
,
billingAccountId:
string
,
billingProfileDisplayName:
string
,
billingProfileId:
string
,
billingProfileSystemId:
string
,
indirectRelationshipOrganizationName:
string
,
}
category:
enum
,
displayName:
string
,
effectiveDate:
string
,
expirationDate:
string
,
participants:
[
]
,
{
,
email:
string
,
status:
string
,
statusDate:
string
,
}
status:
string
,
leadBillingAccountName:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
]
,
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}