Authorization
Field Name
Data Type
Description
Example response
{
"id": "AUT-1234-4678",
"name": "Salesforce Enterprise License",
"externalId": "WW-1001111",
"currency": "EUR",
"notes": "Notes about given authorization",
"partnerProgram": true,
"tier1": true,
"tier2": false,
"product": {
"id": "PRD-1111-1111",
"name": "Microsoft Office 365 NCE",
"icon": "/static/PRD-1111-1111/logo.png"
},
"vendor": {
"id": "ACC-1234-1234",
"name": "Microsoft",
"icon": "/static/ACC-1234-1234/account.png"
},
"owner": {
"id": "SEL-1234-4567",
"name": "SoftwareOne, Inc."
},
"statistics": {
"subscriptions" : 5,
"agreements": 10,
"listings": 4,
"sellers": 1
},
"audit": {
"created": {
"at": "2023-12-14T17:28:57Z",
"by": {
"id": "UR-1234-1234-1234",
"name": "John Smith",
"icon": "/static/users/UR-1234-1234-1234.icon.svg"
}
},
"updated": {
"at": "2023-12-14T17:28:57Z",
"by": {
"id": "UR-1234-1234-1234",
"name": "John Smith",
"icon": "/static/users/UR-1234-1234-1234.icon.svg"
}
}
}
}Last updated
Was this helpful?