Update Tenant User License Impl

Update Tenant User License Impl
Request
URI
PUT
https://{api_host}/dt-rest/v100/quota/manager/settenantuserlicense
COPY
Query Parameters
integer
orgId
Required

orgId


Request Body
DtTenantUserLicenseImpl of type(s) application/json
Optional
{
    "id": "string",
    "organizationId": "string",
    "tenantUserLicenseType": "string",
    "userLicensesAllocated": 0,
    "location": "string",
    "DtLink": [
        {
            "href": "string",
            "rel": "string",
            "deprecated": false,
            "name": "string",
            "method": "string"
        }
    ]
}
string
id
Optional

id

string
organizationId
Optional

organizationId

string
tenantUserLicenseType
Optional

tenantUserLicenseType

integer As int64 As int64
userLicensesAllocated
Optional

userLicensesAllocated

string
location
Optional

location

array of object
DtLink
Optional

DtLink

Responses
200

successful operation

Returns DtTenantUserLicense of type(s) */*
"DtTenantUserLicense Object"
string
organizationId
Optional

organizationId

string
tenantUserLicenseType
Optional

tenantUserLicenseType

integer As int64 As int64
userLicensesAllocated
Optional

userLicensesAllocated

string
id
Optional

id

array of object
links
Optional

links


Code Samples
COPY
                    curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/dt-rest/v100/quota/manager/settenantuserlicense