Contracts
Create Contract
Use this API to create a new contract.
post/api/vendor/v1/contracts/add
Request body
Example request
{
"name": "Microsoft Azure License",
"vendorId": "5ec48d61-1562-43ad-87a3-6fc7073494af",
"orgGroupId": "a41972ae-2050-4126-b314-1a58d08ea116",
"status": "NEW"
}Response
Created
string uuid required
The unique identifier (contractId) of the created contract.
Example response
"123e4567-e89b-12d3-a456-426614174000"