Saves a new org license contract

Request
Security:
vc-security
Request Body schema: application/json
orgId
string
type
string (LicenseType)
Enum: "ATC" "BDHL" "DCI"
expirationDate
string <date-time>
nbrLicensesPurchased
integer <int64>
createdBy
string
createdAt
string <date-time>
updatedBy
string
updatedAt
string <date-time>
version
integer <int64>
Responses
200

OK

400

Bad Request. The request parameters (or body) were malformed or invalid. Fix the issues with the request and try again.

401

Unauthorized request. Make sure token was included and is valid and try again.

403

Forbidden. You are not permitted to access the requested resource.

404

Not Found. The specified resource (or resource referred to by id) was not found

500

Internal Server Error. An unexpected error has occurred. This may be due to a transient error. Retry the request and if the issue persists, please contact support.

post/endpoint-control-service/v1/org-license-contract
Request samples
application/json
{
  • "orgId": "string",
  • "type": "ATC",
  • "expirationDate": "2019-08-24T14:15:22Z",
  • "nbrLicensesPurchased": 0,
  • "createdBy": "string",
  • "createdAt": "2019-08-24T14:15:22Z",
  • "updatedBy": "string",
  • "updatedAt": "2019-08-24T14:15:22Z",
  • "version": 0
}
Response samples
application/json
{
  • "orgId": "string",
  • "type": "ATC",
  • "expirationDate": "2019-08-24T14:15:22Z",
  • "nbrLicensesPurchased": 0,
  • "createdBy": "string",
  • "createdAt": "2019-08-24T14:15:22Z",
  • "updatedBy": "string",
  • "updatedAt": "2019-08-24T14:15:22Z",
  • "version": 0
}