# productRegistrationOffline
Description: Activate a license file in an offline mode.
Request example:
{ "method" : "productRegistrationOffline", "requestId" : "1", "fileId" : 1805617564 }
Copied!
Parameter description:
fileId
- the identifier of the license file on the built-in HTTP server that was previously uploadedrequestId
- a unique request identifier. You can learn more about it here.
Response example:
{ "method" : "productRegistrationOffline", "requestId" : "1", "result" : true }
Copied!
See also: