v1
latestOpenAPI 3.1.02026-07-2489171167.4 KBLicense Manager Public
Create a Contract
Create a new contract in your SysAid account.
post/license-manager/contracts
Request body
Example request
{
"name": "Slack Enterprise Annual",
"applicationId": "cm9z8y7x6w5v4u3t2s1r0q9p",
"status": "active",
"type": "saas",
"category": "developer-tools",
"startDate": "2025-01-01",
"endDate": "2026-01-01",
"paymentTerm": "annual",
"contractValue": 12000,
"currency": "USD",
"licensesCount": 50,
"autoRenewal": true,
"cancellationNotice": 30,
"notes": "Renewed with 10% discount"
}Response
Contract is successfully created.
Example response
{
"id": "cm1a2b3c4d5e6f7g8h9i0j1k"
}