Send application specific usages to UTS backend.

POST {{baseUrl}}/usages

This method can be used by operators and applications to send application specific usages (e.g. number of created report pages, CPU times per user, assets configured, etc.) to the UTS.
Use this endpoint to send USAGES of a SINGLE TENANT and USER to UTS.
Caller can use the GET /usagesJobs API to get the status of the sent data.

Request Body

{"CustomerTenantID"=>"<string>", "CustomerUserID"=>"<string>", "UTSUsageData"=>[{"resourceAlias"=>"<string>", "resourceName"=>"<string>", "UsageData"=>[{"usage"=>"<integer>", "usageUnit"=>"<string>", "usageDate"=>"<string>"}, {"usage"=>"<integer>", "usageUnit"=>"<string>", "usageDate"=>"<string>"}]}, {"resourceAlias"=>"<string>", "resourceName"=>"<string>", "UsageData"=>[{"usage"=>"<integer>", "usageUnit"=>"<string>", "usageDate"=>"<string>"}, {"usage"=>"<integer>", "usageUnit"=>"<string>", "usageDate"=>"<string>"}]}]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

&quot;&quot;