v2
latestOpenAPI 3.0.12026-07-263104131.9 MBBilling
Retrieves an agreement given its ID.
Retrieves an agreement with a specific ID.
get/v2/billing/agreements/{id}
Path parameters
idinteger required
Agreement ID
Response
Found agreement.
Example response
{
"client": {
"id": 789,
"name": "Acme Corporation"
},
"products": [
{
"productUserRole": {
"allowAllTechnicians": true,
"userRoles": [
{
"id": 1,
"name": "Admin"
}
]
}
}
],
"deviceCountsProducts": [
{
"productUserRole": {
"allowAllTechnicians": true,
"userRoles": [
{
"id": 1,
"name": "Admin"
}
]
}
}
],
"timeEntriesProducts": [
{
"productUserRole": {
"allowAllTechnicians": true,
"userRoles": [
{
"id": 1,
"name": "Admin"
}
]
}
}
],
"endUserCountsProducts": [
{
"productUserRole": {
"allowAllTechnicians": true,
"userRoles": [
{
"id": 1,
"name": "Admin"
}
]
}
}
],
"backupStorageCountsProducts": [
{
"productUserRole": {
"allowAllTechnicians": true,
"userRoles": [
{
"id": 1,
"name": "Admin"
}
]
}
}
],
"softwareLicenseProducts": [
{
"productUserRole": {
"allowAllTechnicians": true,
"userRoles": [
{
"id": 1,
"name": "Admin"
}
]
}
}
]
}