Skip to Content
New release 11.5 available 🎉

Licensing.ActivateLicenseRequest

{ "userKey": "string", "machineId": "string", "clientId": "string", "clientName": "string" }

Properties

NameTypeRequiredRestrictionsDescription
userKeystring¦nullfalsenonenone
machineIdstring¦nullfalsenonenone
clientIdstring¦nullfalsenonenone
clientNamestring¦nullfalsenonenone

Licensing.ActivateLicenseResponse

{ "success": true, "licenseToken": "string", "tokenExpireAt": { "seconds": 0, "nanos": 0 }, "activeClientCount": 0, "maxClientCount": 0, "license": { "licenseId": "string", "licensingMode": 0, "expireAt": { "seconds": 0, "nanos": 0 }, "supportExpireAt": { "seconds": 0, "nanos": 0 }, "licenseKey": [ 0 ] } }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
licenseTokenstring¦nullfalsenonenone
tokenExpireAtLicensing.Timestampfalsenonenone
activeClientCountinteger(int32)falsenonenone
maxClientCountinteger(int32)falsenonenone
licenseLicensing.Licensefalsenonenone

Licensing.DeactivateLicenseRequest

{ "userKey": "string", "machineId": "string", "clientId": "string", "clientName": "string" }

Properties

NameTypeRequiredRestrictionsDescription
userKeystring¦nullfalsenonenone
machineIdstring¦nullfalsenonenone
clientIdstring¦nullfalsenonenone
clientNamestring¦nullfalsenonenone

Licensing.DeactivateLicenseResponse

{ "licenseId": "string", "activeClientCount": 0, "maxClientCount": 0 }

Properties

NameTypeRequiredRestrictionsDescription
licenseIdstring¦nullfalsenonenone
activeClientCountinteger(int32)falsenonenone
maxClientCountinteger(int32)falsenonenone

Licensing.Duration

{ "seconds": 0, "nanos": 0 }

Properties

NameTypeRequiredRestrictionsDescription
secondsinteger(int64)falsenonenone
nanosinteger(int32)falsenonenone

Licensing.HeartbeatRequest

{ "licenseToken": "string", "machineId": "string", "clientId": "string", "clientName": "string" }

Properties

NameTypeRequiredRestrictionsDescription
licenseTokenstring¦nullfalsenonenone
machineIdstring¦nullfalsenonenone
clientIdstring¦nullfalsenonenone
clientNamestring¦nullfalsenonenone

Licensing.HeartbeatResponse

{ "active": true, "activeClientCount": 0, "maxClientCount": 0, "tokenExpireAt": { "seconds": 0, "nanos": 0 }, "heartbeatInterval": { "seconds": 0, "nanos": 0 } }

Properties

NameTypeRequiredRestrictionsDescription
activebooleanfalsenonenone
activeClientCountinteger(int32)falsenonenone
maxClientCountinteger(int32)falsenonenone
tokenExpireAtLicensing.Timestampfalsenonenone
heartbeatIntervalLicensing.Durationfalsenonenone

Licensing.License

{ "licenseId": "string", "licensingMode": 0, "expireAt": { "seconds": 0, "nanos": 0 }, "supportExpireAt": { "seconds": 0, "nanos": 0 }, "licenseKey": [ 0 ] }

Properties

NameTypeRequiredRestrictionsDescription
licenseIdstring¦nullfalsenonenone
licensingModeLicensing.LicensingModefalsenonenone
expireAtLicensing.Timestampfalsenonenone
supportExpireAtLicensing.Timestampfalsenonenone
licenseKey[integer]¦nullfalsenonenone

Licensing.LicenseFormat

0

Properties

NameTypeRequiredRestrictionsDescription
anonymousinteger(int32)falsenonenone

Enumerated Values

PropertyValue
anonymous0
anonymous1
anonymous2
anonymous3

Licensing.LicenseInfoRequest

{ "userKey": "string", "machineId": "string", "clientId": "string", "clientName": "string" }

Properties

NameTypeRequiredRestrictionsDescription
userKeystring¦nullfalsenonenone
machineIdstring¦nullfalsenonenone
clientIdstring¦nullfalsenonenone
clientNamestring¦nullfalsenonenone

Licensing.LicenseInfoResponse

{ "licenseTokens": [ { "token": "string", "licenseId": "string", "revoked": true, "clientId": "string", "clientAddr": "string", "clientName": "string", "machineId": "string", "issuedAt": { "seconds": 0, "nanos": 0 }, "expireAt": { "seconds": 0, "nanos": 0 }, "lastHearbeat": { "seconds": 0, "nanos": 0 } } ], "licenseId": "string", "maxClientCount": 0, "activeClientCount": 0, "licensingMode": 0, "revoked": true, "issuedAt": { "seconds": 0, "nanos": 0 }, "expireAt": { "seconds": 0, "nanos": 0 }, "supportExpireAt": { "seconds": 0, "nanos": 0 } }

Properties

NameTypeRequiredRestrictionsDescription
licenseTokens[Licensing.LicenseToken]¦nullfalseread-onlynone
licenseIdstring¦nullfalsenonenone
maxClientCountinteger(int32)falsenonenone
activeClientCountinteger(int32)falsenonenone
licensingModeLicensing.LicensingModefalsenonenone
revokedbooleanfalsenonenone
issuedAtLicensing.Timestampfalsenonenone
expireAtLicensing.Timestampfalsenonenone
supportExpireAtLicensing.Timestampfalsenonenone

Licensing.LicenseToken

{ "token": "string", "licenseId": "string", "revoked": true, "clientId": "string", "clientAddr": "string", "clientName": "string", "machineId": "string", "issuedAt": { "seconds": 0, "nanos": 0 }, "expireAt": { "seconds": 0, "nanos": 0 }, "lastHearbeat": { "seconds": 0, "nanos": 0 } }

Properties

NameTypeRequiredRestrictionsDescription
tokenstring¦nullfalsenonenone
licenseIdstring¦nullfalsenonenone
revokedbooleanfalsenonenone
clientIdstring¦nullfalsenonenone
clientAddrstring¦nullfalsenonenone
clientNamestring¦nullfalsenonenone
machineIdstring¦nullfalsenonenone
issuedAtLicensing.Timestampfalsenonenone
expireAtLicensing.Timestampfalsenonenone
lastHearbeatLicensing.Timestampfalsenonenone

Licensing.LicensingMode

0

Properties

NameTypeRequiredRestrictionsDescription
anonymousinteger(int32)falsenonenone

Enumerated Values

PropertyValue
anonymous0
anonymous1
anonymous2

Licensing.ReleaseLicenseRequest

{ "licenseToken": "string", "machineId": "string", "clientId": "string", "clientName": "string" }

Properties

NameTypeRequiredRestrictionsDescription
licenseTokenstring¦nullfalsenonenone
machineIdstring¦nullfalsenonenone
clientIdstring¦nullfalsenonenone
clientNamestring¦nullfalsenonenone

Licensing.ReleaseLicenseResponse

{ "licenseId": "string", "activeClientCount": 0, "maxClientCount": 0 }

Properties

NameTypeRequiredRestrictionsDescription
licenseIdstring¦nullfalsenonenone
activeClientCountinteger(int32)falsenonenone
maxClientCountinteger(int32)falsenonenone

Licensing.Report

{ "name": "string", "version": "string", "date": { "seconds": 0, "nanos": 0 }, "encrypted": true, "content": [ 0 ] }

Properties

NameTypeRequiredRestrictionsDescription
namestring¦nullfalsenonenone
versionstring¦nullfalsenonenone
dateLicensing.Timestampfalsenonenone
encryptedbooleanfalsenonenone
content[integer]¦nullfalsenonenone

Licensing.RequestLicenseRequest

{ "userKey": "string", "machineId": "string", "clientId": "string", "clientName": "string" }

Properties

NameTypeRequiredRestrictionsDescription
userKeystring¦nullfalsenonenone
machineIdstring¦nullfalsenonenone
clientIdstring¦nullfalsenonenone
clientNamestring¦nullfalsenonenone

Licensing.RequestLicenseResponse

{ "granted": true, "licenseToken": "string", "tokenExpireAt": { "seconds": 0, "nanos": 0 }, "heartbeatInterval": { "seconds": 0, "nanos": 0 }, "activeClientCount": 0, "maxClientCount": 0, "license": { "licenseId": "string", "licensingMode": 0, "expireAt": { "seconds": 0, "nanos": 0 }, "supportExpireAt": { "seconds": 0, "nanos": 0 }, "licenseKey": [ 0 ] } }

Properties

NameTypeRequiredRestrictionsDescription
grantedbooleanfalsenonenone
licenseTokenstring¦nullfalsenonenone
tokenExpireAtLicensing.Timestampfalsenonenone
heartbeatIntervalLicensing.Durationfalsenonenone
activeClientCountinteger(int32)falsenonenone
maxClientCountinteger(int32)falsenonenone
licenseLicensing.Licensefalsenonenone

Licensing.SendReportRequest

{ "userKey": "string", "machineId": "string", "clientId": "string", "clientName": "string", "report": { "name": "string", "version": "string", "date": { "seconds": 0, "nanos": 0 }, "encrypted": true, "content": [ 0 ] } }

Properties

NameTypeRequiredRestrictionsDescription
userKeystring¦nullfalsenonenone
machineIdstring¦nullfalsenonenone
clientIdstring¦nullfalsenonenone
clientNamestring¦nullfalsenonenone
reportLicensing.Reportfalsenonenone

Licensing.SendReportResponse

{ "success": true, "reportUid": "string" }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
reportUidstring¦nullfalsenonenone

Licensing.Timestamp

{ "seconds": 0, "nanos": 0 }

Properties

NameTypeRequiredRestrictionsDescription
secondsinteger(int64)falsenonenone
nanosinteger(int32)falsenonenone

Licensing.ValidateLicenseRequest

{ "userKey": "string", "machineId": "string", "clientId": "string", "clientName": "string" }

Properties

NameTypeRequiredRestrictionsDescription
userKeystring¦nullfalsenonenone
machineIdstring¦nullfalsenonenone
clientIdstring¦nullfalsenonenone
clientNamestring¦nullfalsenonenone

Licensing.ValidateLicenseResponse

{ "success": true, "licenseToken": "string", "tokenExpireAt": { "seconds": 0, "nanos": 0 }, "activeClientCount": 0, "maxClientCount": 0, "license": { "licenseId": "string", "licensingMode": 0, "expireAt": { "seconds": 0, "nanos": 0 }, "supportExpireAt": { "seconds": 0, "nanos": 0 }, "licenseKey": [ 0 ] } }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
licenseTokenstring¦nullfalsenonenone
tokenExpireAtLicensing.Timestampfalsenonenone
activeClientCountinteger(int32)falsenonenone
maxClientCountinteger(int32)falsenonenone
licenseLicensing.Licensefalsenonenone

Management.AddUserToRoleRequest

{ "roles": "string" }

Properties

NameTypeRequiredRestrictionsDescription
rolesstring¦nullfalsenonenone

Management.AddUserToRoleResponse

{ "success": true, "code": 0, "message": "string" }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone

Management.ApiKey

{ "id": 0, "name": "string", "key": "string", "clientSecret": "string", "createdDate": "2019-08-24T14:15:22Z", "expireDate": "2019-08-24T14:15:22Z", "ownerId": "string", "revoked": true, "permissions": 0, "description": "string" }

Properties

NameTypeRequiredRestrictionsDescription
idinteger(int32)¦nullfalsenonenone
namestring¦nullfalsenonenone
keystring¦nullfalsenonenone
clientSecretstring¦nullfalsenonenone
createdDatestring(date-time)¦nullfalsenonenone
expireDatestring(date-time)¦nullfalsenonenone
ownerIdstring¦nullfalsenonenone
revokedboolean¦nullfalsenonenone
permissionsinteger(int32)¦nullfalsenonenone
descriptionstring¦nullfalsenonenone

Management.ApplicationSetting

{ "group": "string", "name": "string", "type": "string", "value": null }

Properties

NameTypeRequiredRestrictionsDescription
groupstring¦nullfalsenonenone
namestring¦nullfalsenonenone
typestring¦nullfalsenonenone
valueanyfalsenonenone

Management.Assembly

{ "id": 0, "name": "string", "version": "string", "culture": "string", "publicKeyToken": "string", "mappingFileId": 0, "debugSymbolsKey": "string" }

Properties

NameTypeRequiredRestrictionsDescription
idinteger(int32)¦nullfalsenonenone
namestring¦nullfalsenonenone
versionstring¦nullfalsenonenone
culturestring¦nullfalsenonenone
publicKeyTokenstring¦nullfalsenonenone
mappingFileIdinteger(int32)¦nullfalsenonenone
debugSymbolsKeystring¦nullfalsenonenone

Management.Contact

{ "id": 0, "title": "string", "firstName": "string", "lastName": "string", "email": "string", "phone": "string", "mobile": "string", "fax": "string", "details": "string", "notify": true, "customerId": 0, "meta": "string" }

Properties

NameTypeRequiredRestrictionsDescription
idinteger(int32)¦nullfalsenonenone
titlestring¦nullfalsenonenone
firstNamestring¦nullfalsenonenone
lastNamestring¦nullfalsenonenone
emailstring¦nullfalsenonenone
phonestring¦nullfalsenonenone
mobilestring¦nullfalsenonenone
faxstring¦nullfalsenonenone
detailsstring¦nullfalsenonenone
notifyboolean¦nullfalsenonenone
customerIdinteger(int32)¦nullfalsenonenone
metastring¦nullfalsenonenone

Management.CreateWebhookSubscriptionDto

{ "name": "string", "eventType": "string", "url": "string", "secret": "string", "headers": { "property1": "string", "property2": "string" }, "maxRetryCount": 0, "isActive": true }

Properties

NameTypeRequiredRestrictionsDescription
namestring¦nullfalsenonenone
eventTypestring¦nullfalsenonenone
urlstring¦nullfalsenonenone
secretstring¦nullfalsenonenone
headersobject¦nullfalsenonenone
» additionalPropertiesstring¦nullfalsenonenone
maxRetryCountinteger(int32)¦nullfalsenonenone
isActiveboolean¦nullfalsenonenone

Management.CreateWebhookSubscriptionRequest

{ "subscription": { "name": "string", "eventType": "string", "url": "string", "secret": "string", "headers": { "property1": "string", "property2": "string" }, "maxRetryCount": 0, "isActive": true } }

Properties

NameTypeRequiredRestrictionsDescription
subscriptionManagement.CreateWebhookSubscriptionDtofalsenonenone

Management.CreateWebhookSubscriptionResponse

{ "subscription": { "id": 0, "name": "string", "eventType": "string", "url": "string", "secret": "string", "maxRetryCount": 0, "isActive": true, "userId": "string", "headers": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "webhookEvents": [ { "id": 0, "webhookSubscriptionId": 0, "eventType": "string", "payload": "string", "statusCode": 0, "response": "string", "errorMessage": "string", "isSuccess": true, "retryCount": 0, "sentAt": "2019-08-24T14:15:22Z", "nextRetryAt": "2019-08-24T14:15:22Z", "createdAt": "2019-08-24T14:15:22Z" } ] }, "success": true, "message": "string" }

Properties

NameTypeRequiredRestrictionsDescription
subscriptionManagement.WebhookSubscriptionfalsenonenone
successbooleanfalsenonenone
messagestring¦nullfalsenonenone

Management.Customer

{ "id": 0, "title": "string", "firstName": "string", "lastName": "string", "company": "string", "code": "string", "vatCode": "string", "invoiceCode": "string", "rating": 0, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "address": "string", "address1": "string", "address2": "string", "postalCode": "string", "region": "string", "city": "string", "country": "string", "countryCode": "string", "mapCoordinates": "string", "mapZoomLevel": 0.1, "email": "string", "phone": "string", "mobile": "string", "fax": "string", "website": "string", "notes": "string", "isReseller": true, "image": "string", "meta": "string", "contacts": [ { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "email": "string", "phone": "string", "mobile": "string", "fax": "string", "details": "string", "notify": true, "customerId": 0, "meta": "string" } ] }

Properties

NameTypeRequiredRestrictionsDescription
idinteger(int32)¦nullfalsenonenone
titlestring¦nullfalsenonenone
firstNamestring¦nullfalsenonenone
lastNamestring¦nullfalsenonenone
companystring¦nullfalsenonenone
codestring¦nullfalsenonenone
vatCodestring¦nullfalsenonenone
invoiceCodestring¦nullfalsenonenone
ratinginteger(int32)¦nullfalsenonenone
createdAtstring(date-time)¦nullfalsenonenone
updatedAtstring(date-time)¦nullfalsenonenone
addressstring¦nullfalsenonenone
address1string¦nullfalsenonenone
address2string¦nullfalsenonenone
postalCodestring¦nullfalsenonenone
regionstring¦nullfalsenonenone
citystring¦nullfalsenonenone
countrystring¦nullfalsenonenone
countryCodestring¦nullfalsenonenone
mapCoordinatesstring¦nullfalsenonenone
mapZoomLevelnumber(double)¦nullfalsenonenone
emailstring¦nullfalsenonenone
phonestring¦nullfalsenonenone
mobilestring¦nullfalsenonenone
faxstring¦nullfalsenonenone
websitestring¦nullfalsenonenone
notesstring¦nullfalsenonenone
isResellerboolean¦nullfalsenonenone
imagestring(byte)¦nullfalsenonenone
metastring¦nullfalsenonenone
contacts[Management.Contact]¦nullfalsenonenone

Management.DeleteApiKeyResponse

{ "success": true, "code": 0, "message": "string" }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone

Management.DeleteAssemblyResponse

{ "success": true, "code": 0, "message": "string" }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone

Management.DeleteContactResponse

{ "success": true, "code": 0, "message": "string" }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone

Management.DeleteCustomerResponse

{ "success": true, "code": 0, "message": "string" }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone

Management.DeleteLicenseResponse

{ "success": true, "code": 0, "message": "string" }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone

Management.DeleteLicenseTemplateResponse

{ "success": true, "code": 0, "message": "string" }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone

Management.DeleteLicenseTokenResponse

{ "success": true, "code": 0, "message": "string" }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone

Management.DeleteLicenseTraceRequest

{ "traceId": 0, "licenseId": 0, "filter": "string" }

Properties

NameTypeRequiredRestrictionsDescription
traceIdinteger(int32)¦nullfalsenonenone
licenseIdinteger(int32)¦nullfalsenonenone
filterstring¦nullfalsenonenone

Management.DeleteLicenseTraceResponse

{ "success": true, "code": 0, "message": "string" }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone

Management.DeleteOrderResponse

{ "success": true, "code": 0, "message": "string" }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone

Management.DeleteProductOrderResponse

{ "success": true, "code": 0, "message": "string" }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone

Management.DeleteProductReleaseAssemblyResponse

{ "success": true, "code": 0, "message": "string" }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone

Management.DeleteProductReleaseResponse

{ "success": true, "code": 0, "message": "string" }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone

Management.DeleteProductResponse

{ "success": true, "code": 0, "message": "string" }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone

Management.DeleteReportResponse

{ "success": true, "code": 0, "message": "string" }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone

Management.DeleteResourceResponse

{ "success": true, "code": 0, "message": "string" }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone

Management.DeleteUserResponse

{ "success": true, "code": 0, "message": "string" }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone

Management.DeleteUserSettingResponse

{ "success": true, "code": 0, "message": "string" }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone

Management.DeleteWebhookEventResponse

{ "success": true, "message": "string" }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
messagestring¦nullfalsenonenone

Management.DeleteWebhookSubscriptionResponse

{ "success": true, "message": "string" }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
messagestring¦nullfalsenonenone

Management.EmailAttachment

{ "fileName": "string", "content": "string", "contentType": "string" }

Properties

NameTypeRequiredRestrictionsDescription
fileNamestring¦nullfalsenonenone
contentstring(byte)¦nullfalsenonenone
contentTypestring¦nullfalsenonenone

Management.EmailRecipient

{ "name": "string", "email": "string" }

Properties

NameTypeRequiredRestrictionsDescription
namestring¦nullfalsenonenone
emailstring¦nullfalsenonenone

Management.GetApiKeysResponse

{ "success": true, "code": 0, "message": "string", "apiKeys": [ { "id": 0, "name": "string", "key": "string", "clientSecret": "string", "createdDate": "2019-08-24T14:15:22Z", "expireDate": "2019-08-24T14:15:22Z", "ownerId": "string", "revoked": true, "permissions": 0, "description": "string" } ], "totalApiKeysCount": 0 }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone
apiKeys[Management.ApiKey]¦nullfalsenonenone
totalApiKeysCountinteger(int32)¦nullfalsenonenone

Management.GetAssembliesResponse

{ "success": true, "code": 0, "message": "string", "assemblies": [ { "id": 0, "name": "string", "version": "string", "culture": "string", "publicKeyToken": "string", "mappingFileId": 0, "debugSymbolsKey": "string" } ], "totalAssembliesCount": 0 }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone
assemblies[Management.Assembly]¦nullfalsenonenone
totalAssembliesCountinteger(int32)¦nullfalsenonenone

Management.GetContactsResponse

{ "success": true, "code": 0, "message": "string", "contacts": [ { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "email": "string", "phone": "string", "mobile": "string", "fax": "string", "details": "string", "notify": true, "customerId": 0, "meta": "string" } ], "totalContactsCount": 0 }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone
contacts[Management.Contact]¦nullfalsenonenone
totalContactsCountinteger(int32)falsenonenone

Management.GetCustomerContactsResponse

{ "success": true, "code": 0, "message": "string", "contacts": [ { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "email": "string", "phone": "string", "mobile": "string", "fax": "string", "details": "string", "notify": true, "customerId": 0, "meta": "string" } ], "totalContactsCount": 0 }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone
contacts[Management.Contact]¦nullfalsenonenone
totalContactsCountinteger(int32)¦nullfalsenonenone

Management.GetCustomerLicensesResponse

{ "success": true, "code": 0, "message": "string", "licenses": [ { "id": 0, "licenseId": "string", "licenseType": "string", "format": 0, "description": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "issueDate": "2019-08-24T14:15:22Z", "expireDate": "2019-08-24T14:15:22Z", "supportExpireDate": "2019-08-24T14:15:22Z", "revoked": true, "trace": true, "licenseKey": "string", "maxAllowedSites": 0, "userKey": "string", "licensingMode": 0, "licenseeName": "string", "licenseeCompany": "string", "licenseeEmail": "string", "hash": "string", "meta": "string", "templateId": 0, "signatureKeysId": 0, "customerId": 0, "orderId": 0, "product": { "id": "string", "name": "string", "version": "string", "copyright": "string", "url": "string", "description": "string" }, "order": { "id": 0, "orderNumber": "string", "status": "string", "processedBy": "string", "purchaseOrder": "string", "total": 0.1, "currency": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "invoiceNumber": "string", "paymentType": "string", "paymentNumber": "string", "paymentStatus": "string", "paymentDate": "2019-08-24T14:15:22Z", "description": "string", "customerId": 0, "customer": { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "company": "string", "code": "string", "vatCode": "string", "invoiceCode": "string", "rating": 0, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "address": "string", "address1": "string", "address2": "string", "postalCode": "string", "region": "string", "city": "string", "country": "string", "countryCode": "string", "mapCoordinates": "string", "mapZoomLevel": 0.1, "email": "string", "phone": "string", "mobile": "string", "fax": "string", "website": "string", "notes": "string", "isReseller": true, "image": "string", "meta": "string", "contacts": [ { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "email": "string", "phone": "string", "mobile": "string", "fax": "string", "details": "string", "notify": true, "customerId": 0, "meta": "string" } ] }, "resellerId": 0 }, "customer": { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "company": "string", "code": "string", "vatCode": "string", "invoiceCode": "string", "rating": 0, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "address": "string", "address1": "string", "address2": "string", "postalCode": "string", "region": "string", "city": "string", "country": "string", "countryCode": "string", "mapCoordinates": "string", "mapZoomLevel": 0.1, "email": "string", "phone": "string", "mobile": "string", "fax": "string", "website": "string", "notes": "string", "isReseller": true, "image": "string", "meta": "string", "contacts": [ { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "email": "string", "phone": "string", "mobile": "string", "fax": "string", "details": "string", "notify": true, "customerId": 0, "meta": "string" } ] }, "template": { "id": 0, "name": "string", "code": "string", "licenseType": "string", "format": 0, "licensingMode": 0, "licenseFileName": "string", "issueDate": true, "expireDays": 0, "supportDays": 0, "generateKeyInfo": true, "userKey": "string", "description": "string", "template": "string", "productId": 0, "signatureKeysId": 0, "releaseId": 0, "product": { "id": "string", "name": "string", "version": "string", "copyright": "string", "url": "string", "description": "string" }, "components": [ "string" ], "assemblies": [ { "id": 0, "name": "string", "version": "string", "culture": "string", "publicKeyToken": "string", "mappingFileId": 0, "debugSymbolsKey": "string" } ], "fields": [ { "name": "string", "value": "string" } ], "features": [ { "id": "string", "name": "string", "description": "string", "expireDate": "2019-08-24T14:15:22Z", "key": "string", "data": "string" } ], "restrictions": [ { "id": "string", "name": "string", "expireDate": "2019-08-24T14:15:22Z", "properties": { "property1": "string", "property2": "string" }, "customXmlContent": "string" } ] }, "licensee": { "name": "string", "company": "string", "contactInfo": "string", "url": "string" }, "components": [ "string" ], "assemblies": [ { "id": 0, "name": "string", "version": "string", "culture": "string", "publicKeyToken": "string", "mappingFileId": 0, "debugSymbolsKey": "string" } ], "fields": [ { "name": "string", "value": "string" } ], "features": [ { "id": "string", "name": "string", "description": "string", "expireDate": "2019-08-24T14:15:22Z", "key": "string", "data": "string" } ], "restrictions": [ { "id": "string", "name": "string", "expireDate": "2019-08-24T14:15:22Z", "properties": { "property1": "string", "property2": "string" }, "customXmlContent": "string" } ] } ], "totalLicensesCount": 0 }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone
licenses[Management.License]¦nullfalsenonenone
totalLicensesCountinteger(int32)¦nullfalsenonenone

Management.GetCustomerOrdersResponse

{ "success": true, "code": 0, "message": "string", "orders": [ { "id": 0, "orderNumber": "string", "status": "string", "processedBy": "string", "purchaseOrder": "string", "total": 0.1, "currency": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "invoiceNumber": "string", "paymentType": "string", "paymentNumber": "string", "paymentStatus": "string", "paymentDate": "2019-08-24T14:15:22Z", "description": "string", "customerId": 0, "customer": { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "company": "string", "code": "string", "vatCode": "string", "invoiceCode": "string", "rating": 0, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "address": "string", "address1": "string", "address2": "string", "postalCode": "string", "region": "string", "city": "string", "country": "string", "countryCode": "string", "mapCoordinates": "string", "mapZoomLevel": 0.1, "email": "string", "phone": "string", "mobile": "string", "fax": "string", "website": "string", "notes": "string", "isReseller": true, "image": "string", "meta": "string", "contacts": [ { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "email": "string", "phone": "string", "mobile": "string", "fax": "string", "details": "string", "notify": true, "customerId": 0, "meta": "string" } ] }, "resellerId": 0 } ], "totalOrdersCount": 0 }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone
orders[Management.Order]¦nullfalsenonenone
totalOrdersCountinteger(int32)¦nullfalsenonenone

Management.GetCustomersResponse

{ "success": true, "code": 0, "message": "string", "customers": [ { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "company": "string", "code": "string", "vatCode": "string", "invoiceCode": "string", "rating": 0, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "address": "string", "address1": "string", "address2": "string", "postalCode": "string", "region": "string", "city": "string", "country": "string", "countryCode": "string", "mapCoordinates": "string", "mapZoomLevel": 0.1, "email": "string", "phone": "string", "mobile": "string", "fax": "string", "website": "string", "notes": "string", "isReseller": true, "image": "string", "meta": "string", "contacts": [ { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "email": "string", "phone": "string", "mobile": "string", "fax": "string", "details": "string", "notify": true, "customerId": 0, "meta": "string" } ] } ], "totalCustomersCount": 0 }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone
customers[Management.Customer]¦nullfalsenonenone
totalCustomersCountinteger(int32)¦nullfalsenonenone

Management.GetLicenseTemplateLicensesResponse

{ "success": true, "code": 0, "message": "string", "licenses": [ { "id": 0, "licenseId": "string", "licenseType": "string", "format": 0, "description": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "issueDate": "2019-08-24T14:15:22Z", "expireDate": "2019-08-24T14:15:22Z", "supportExpireDate": "2019-08-24T14:15:22Z", "revoked": true, "trace": true, "licenseKey": "string", "maxAllowedSites": 0, "userKey": "string", "licensingMode": 0, "licenseeName": "string", "licenseeCompany": "string", "licenseeEmail": "string", "hash": "string", "meta": "string", "templateId": 0, "signatureKeysId": 0, "customerId": 0, "orderId": 0, "product": { "id": "string", "name": "string", "version": "string", "copyright": "string", "url": "string", "description": "string" }, "order": { "id": 0, "orderNumber": "string", "status": "string", "processedBy": "string", "purchaseOrder": "string", "total": 0.1, "currency": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "invoiceNumber": "string", "paymentType": "string", "paymentNumber": "string", "paymentStatus": "string", "paymentDate": "2019-08-24T14:15:22Z", "description": "string", "customerId": 0, "customer": { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "company": "string", "code": "string", "vatCode": "string", "invoiceCode": "string", "rating": 0, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "address": "string", "address1": "string", "address2": "string", "postalCode": "string", "region": "string", "city": "string", "country": "string", "countryCode": "string", "mapCoordinates": "string", "mapZoomLevel": 0.1, "email": "string", "phone": "string", "mobile": "string", "fax": "string", "website": "string", "notes": "string", "isReseller": true, "image": "string", "meta": "string", "contacts": [ { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "email": "string", "phone": "string", "mobile": "string", "fax": "string", "details": "string", "notify": true, "customerId": 0, "meta": "string" } ] }, "resellerId": 0 }, "customer": { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "company": "string", "code": "string", "vatCode": "string", "invoiceCode": "string", "rating": 0, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "address": "string", "address1": "string", "address2": "string", "postalCode": "string", "region": "string", "city": "string", "country": "string", "countryCode": "string", "mapCoordinates": "string", "mapZoomLevel": 0.1, "email": "string", "phone": "string", "mobile": "string", "fax": "string", "website": "string", "notes": "string", "isReseller": true, "image": "string", "meta": "string", "contacts": [ { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "email": "string", "phone": "string", "mobile": "string", "fax": "string", "details": "string", "notify": true, "customerId": 0, "meta": "string" } ] }, "template": { "id": 0, "name": "string", "code": "string", "licenseType": "string", "format": 0, "licensingMode": 0, "licenseFileName": "string", "issueDate": true, "expireDays": 0, "supportDays": 0, "generateKeyInfo": true, "userKey": "string", "description": "string", "template": "string", "productId": 0, "signatureKeysId": 0, "releaseId": 0, "product": { "id": "string", "name": "string", "version": "string", "copyright": "string", "url": "string", "description": "string" }, "components": [ "string" ], "assemblies": [ { "id": 0, "name": "string", "version": "string", "culture": "string", "publicKeyToken": "string", "mappingFileId": 0, "debugSymbolsKey": "string" } ], "fields": [ { "name": "string", "value": "string" } ], "features": [ { "id": "string", "name": "string", "description": "string", "expireDate": "2019-08-24T14:15:22Z", "key": "string", "data": "string" } ], "restrictions": [ { "id": "string", "name": "string", "expireDate": "2019-08-24T14:15:22Z", "properties": { "property1": "string", "property2": "string" }, "customXmlContent": "string" } ] }, "licensee": { "name": "string", "company": "string", "contactInfo": "string", "url": "string" }, "components": [ "string" ], "assemblies": [ { "id": 0, "name": "string", "version": "string", "culture": "string", "publicKeyToken": "string", "mappingFileId": 0, "debugSymbolsKey": "string" } ], "fields": [ { "name": "string", "value": "string" } ], "features": [ { "id": "string", "name": "string", "description": "string", "expireDate": "2019-08-24T14:15:22Z", "key": "string", "data": "string" } ], "restrictions": [ { "id": "string", "name": "string", "expireDate": "2019-08-24T14:15:22Z", "properties": { "property1": "string", "property2": "string" }, "customXmlContent": "string" } ] } ], "totalLicensesCount": 0 }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone
licenses[Management.License]¦nullfalsenonenone
totalLicensesCountinteger(int32)¦nullfalsenonenone

Management.GetLicenseTemplatesResponse

{ "success": true, "code": 0, "message": "string", "licenseTemplates": [ { "id": 0, "name": "string", "code": "string", "licenseType": "string", "format": 0, "licensingMode": 0, "licenseFileName": "string", "issueDate": true, "expireDays": 0, "supportDays": 0, "generateKeyInfo": true, "userKey": "string", "description": "string", "template": "string", "productId": 0, "signatureKeysId": 0, "releaseId": 0, "product": { "id": "string", "name": "string", "version": "string", "copyright": "string", "url": "string", "description": "string" }, "components": [ "string" ], "assemblies": [ { "id": 0, "name": "string", "version": "string", "culture": "string", "publicKeyToken": "string", "mappingFileId": 0, "debugSymbolsKey": "string" } ], "fields": [ { "name": "string", "value": "string" } ], "features": [ { "id": "string", "name": "string", "description": "string", "expireDate": "2019-08-24T14:15:22Z", "key": "string", "data": "string" } ], "restrictions": [ { "id": "string", "name": "string", "expireDate": "2019-08-24T14:15:22Z", "properties": { "property1": "string", "property2": "string" }, "customXmlContent": "string" } ] } ], "totalLicenseTemplatesCount": 0 }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone
licenseTemplates[Management.LicenseTemplate]¦nullfalsenonenone
totalLicenseTemplatesCountinteger(int32)¦nullfalsenonenone

Management.GetLicenseTokensResponse

{ "success": true, "code": 0, "message": "string", "licenseTokens": [ { "id": 0, "token": "string", "address": "string", "clientId": "string", "clientName": "string", "machineId": "string", "issueDate": "2019-08-24T14:15:22Z", "expireDate": "2019-08-24T14:15:22Z", "lastHeartbeat": "2019-08-24T14:15:22Z", "hash": "string", "licenseId": 0, "license": { "id": 0, "licenseId": "string", "licenseType": "string", "format": 0, "description": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "issueDate": "2019-08-24T14:15:22Z", "expireDate": "2019-08-24T14:15:22Z", "supportExpireDate": "2019-08-24T14:15:22Z", "revoked": true, "trace": true, "licenseKey": "string", "maxAllowedSites": 0, "userKey": "string", "licensingMode": 0, "licenseeName": "string", "licenseeCompany": "string", "licenseeEmail": "string", "hash": "string", "meta": "string", "templateId": 0, "signatureKeysId": 0, "customerId": 0, "orderId": 0, "product": { "id": "string", "name": "string", "version": "string", "copyright": "string", "url": "string", "description": "string" }, "order": { "id": 0, "orderNumber": "string", "status": "string", "processedBy": "string", "purchaseOrder": "string", "total": 0.1, "currency": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "invoiceNumber": "string", "paymentType": "string", "paymentNumber": "string", "paymentStatus": "string", "paymentDate": "2019-08-24T14:15:22Z", "description": "string", "customerId": 0, "customer": { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "company": "string", "code": "string", "vatCode": "string", "invoiceCode": "string", "rating": 0, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "address": "string", "address1": "string", "address2": "string", "postalCode": "string", "region": "string", "city": "string", "country": "string", "countryCode": "string", "mapCoordinates": "string", "mapZoomLevel": 0.1, "email": "string", "phone": "string", "mobile": "string", "fax": "string", "website": "string", "notes": "string", "isReseller": true, "image": "string", "meta": "string", "contacts": [ { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "email": "string", "phone": "string", "mobile": "string", "fax": "string", "details": "string", "notify": true, "customerId": 0, "meta": "string" } ] }, "resellerId": 0 }, "customer": { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "company": "string", "code": "string", "vatCode": "string", "invoiceCode": "string", "rating": 0, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "address": "string", "address1": "string", "address2": "string", "postalCode": "string", "region": "string", "city": "string", "country": "string", "countryCode": "string", "mapCoordinates": "string", "mapZoomLevel": 0.1, "email": "string", "phone": "string", "mobile": "string", "fax": "string", "website": "string", "notes": "string", "isReseller": true, "image": "string", "meta": "string", "contacts": [ { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "email": "string", "phone": "string", "mobile": "string", "fax": "string", "details": "string", "notify": true, "customerId": 0, "meta": "string" } ] }, "template": { "id": 0, "name": "string", "code": "string", "licenseType": "string", "format": 0, "licensingMode": 0, "licenseFileName": "string", "issueDate": true, "expireDays": 0, "supportDays": 0, "generateKeyInfo": true, "userKey": "string", "description": "string", "template": "string", "productId": 0, "signatureKeysId": 0, "releaseId": 0, "product": { "id": "string", "name": "string", "version": "string", "copyright": "string", "url": "string", "description": "string" }, "components": [ "string" ], "assemblies": [ { "id": 0, "name": "string", "version": "string", "culture": "string", "publicKeyToken": "string", "mappingFileId": 0, "debugSymbolsKey": "string" } ], "fields": [ { "name": "string", "value": "string" } ], "features": [ { "id": "string", "name": "string", "description": "string", "expireDate": "2019-08-24T14:15:22Z", "key": "string", "data": "string" } ], "restrictions": [ { "id": "string", "name": "string", "expireDate": "2019-08-24T14:15:22Z", "properties": { "property1": "string", "property2": "string" }, "customXmlContent": "string" } ] }, "licensee": { "name": "string", "company": "string", "contactInfo": "string", "url": "string" }, "components": [ "string" ], "assemblies": [ { "id": 0, "name": "string", "version": "string", "culture": "string", "publicKeyToken": "string", "mappingFileId": 0, "debugSymbolsKey": "string" } ], "fields": [ { "name": "string", "value": "string" } ], "features": [ { "id": "string", "name": "string", "description": "string", "expireDate": "2019-08-24T14:15:22Z", "key": "string", "data": "string" } ], "restrictions": [ { "id": "string", "name": "string", "expireDate": "2019-08-24T14:15:22Z", "properties": { "property1": "string", "property2": "string" }, "customXmlContent": "string" } ] }, "nodeLockedLicenseId": 0, "nodeLockedLicense": { "id": 0, "licenseId": "string", "licenseType": "string", "format": 0, "description": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "issueDate": "2019-08-24T14:15:22Z", "expireDate": "2019-08-24T14:15:22Z", "supportExpireDate": "2019-08-24T14:15:22Z", "revoked": true, "trace": true, "licenseKey": "string", "maxAllowedSites": 0, "userKey": "string", "licensingMode": 0, "licenseeName": "string", "licenseeCompany": "string", "licenseeEmail": "string", "hash": "string", "meta": "string", "templateId": 0, "signatureKeysId": 0, "customerId": 0, "orderId": 0, "product": { "id": "string", "name": "string", "version": "string", "copyright": "string", "url": "string", "description": "string" }, "order": { "id": 0, "orderNumber": "string", "status": "string", "processedBy": "string", "purchaseOrder": "string", "total": 0.1, "currency": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "invoiceNumber": "string", "paymentType": "string", "paymentNumber": "string", "paymentStatus": "string", "paymentDate": "2019-08-24T14:15:22Z", "description": "string", "customerId": 0, "customer": { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "company": "string", "code": "string", "vatCode": "string", "invoiceCode": "string", "rating": 0, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "address": "string", "address1": "string", "address2": "string", "postalCode": "string", "region": "string", "city": "string", "country": "string", "countryCode": "string", "mapCoordinates": "string", "mapZoomLevel": 0.1, "email": "string", "phone": "string", "mobile": "string", "fax": "string", "website": "string", "notes": "string", "isReseller": true, "image": "string", "meta": "string", "contacts": [ { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "email": "string", "phone": "string", "mobile": "string", "fax": "string", "details": "string", "notify": true, "customerId": 0, "meta": "string" } ] }, "resellerId": 0 }, "customer": { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "company": "string", "code": "string", "vatCode": "string", "invoiceCode": "string", "rating": 0, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "address": "string", "address1": "string", "address2": "string", "postalCode": "string", "region": "string", "city": "string", "country": "string", "countryCode": "string", "mapCoordinates": "string", "mapZoomLevel": 0.1, "email": "string", "phone": "string", "mobile": "string", "fax": "string", "website": "string", "notes": "string", "isReseller": true, "image": "string", "meta": "string", "contacts": [ { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "email": "string", "phone": "string", "mobile": "string", "fax": "string", "details": "string", "notify": true, "customerId": 0, "meta": "string" } ] }, "template": { "id": 0, "name": "string", "code": "string", "licenseType": "string", "format": 0, "licensingMode": 0, "licenseFileName": "string", "issueDate": true, "expireDays": 0, "supportDays": 0, "generateKeyInfo": true, "userKey": "string", "description": "string", "template": "string", "productId": 0, "signatureKeysId": 0, "releaseId": 0, "product": { "id": "string", "name": "string", "version": "string", "copyright": "string", "url": "string", "description": "string" }, "components": [ "string" ], "assemblies": [ { "id": 0, "name": "string", "version": "string", "culture": "string", "publicKeyToken": "string", "mappingFileId": 0, "debugSymbolsKey": "string" } ], "fields": [ { "name": "string", "value": "string" } ], "features": [ { "id": "string", "name": "string", "description": "string", "expireDate": "2019-08-24T14:15:22Z", "key": "string", "data": "string" } ], "restrictions": [ { "id": "string", "name": "string", "expireDate": "2019-08-24T14:15:22Z", "properties": { "property1": "string", "property2": "string" }, "customXmlContent": "string" } ] }, "licensee": { "name": "string", "company": "string", "contactInfo": "string", "url": "string" }, "components": [ "string" ], "assemblies": [ { "id": 0, "name": "string", "version": "string", "culture": "string", "publicKeyToken": "string", "mappingFileId": 0, "debugSymbolsKey": "string" } ], "fields": [ { "name": "string", "value": "string" } ], "features": [ { "id": "string", "name": "string", "description": "string", "expireDate": "2019-08-24T14:15:22Z", "key": "string", "data": "string" } ], "restrictions": [ { "id": "string", "name": "string", "expireDate": "2019-08-24T14:15:22Z", "properties": { "property1": "string", "property2": "string" }, "customXmlContent": "string" } ] } } ], "licenseTokensCount": 0, "totalLicenseTokensCount": 0 }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone
licenseTokens[Management.LicenseToken]¦nullfalsenonenone
licenseTokensCountinteger(int32)¦nullfalsenonenone
totalLicenseTokensCountinteger(int32)¦nullfalsenonenone

Management.GetLicenseTracesResponse

{ "success": true, "code": 0, "message": "string", "licenseTraces": [ { "id": 0, "clientIp": "string", "clientId": "string", "clientName": "string", "machineId": "string", "createdDate": "2019-08-24T14:15:22Z", "action": 0, "geoLocation": "string", "meta": "string", "licenseId": 0 } ], "totalLicenseTracesCount": 0 }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone
licenseTraces[Management.LicenseTrace]¦nullfalsenonenone
totalLicenseTracesCountinteger(int32)¦nullfalsenonenone

Management.GetLicensesResponse

{ "success": true, "code": 0, "message": "string", "licenses": [ { "id": 0, "licenseId": "string", "licenseType": "string", "format": 0, "description": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "issueDate": "2019-08-24T14:15:22Z", "expireDate": "2019-08-24T14:15:22Z", "supportExpireDate": "2019-08-24T14:15:22Z", "revoked": true, "trace": true, "licenseKey": "string", "maxAllowedSites": 0, "userKey": "string", "licensingMode": 0, "licenseeName": "string", "licenseeCompany": "string", "licenseeEmail": "string", "hash": "string", "meta": "string", "templateId": 0, "signatureKeysId": 0, "customerId": 0, "orderId": 0, "product": { "id": "string", "name": "string", "version": "string", "copyright": "string", "url": "string", "description": "string" }, "order": { "id": 0, "orderNumber": "string", "status": "string", "processedBy": "string", "purchaseOrder": "string", "total": 0.1, "currency": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "invoiceNumber": "string", "paymentType": "string", "paymentNumber": "string", "paymentStatus": "string", "paymentDate": "2019-08-24T14:15:22Z", "description": "string", "customerId": 0, "customer": { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "company": "string", "code": "string", "vatCode": "string", "invoiceCode": "string", "rating": 0, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "address": "string", "address1": "string", "address2": "string", "postalCode": "string", "region": "string", "city": "string", "country": "string", "countryCode": "string", "mapCoordinates": "string", "mapZoomLevel": 0.1, "email": "string", "phone": "string", "mobile": "string", "fax": "string", "website": "string", "notes": "string", "isReseller": true, "image": "string", "meta": "string", "contacts": [ { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "email": "string", "phone": "string", "mobile": "string", "fax": "string", "details": "string", "notify": true, "customerId": 0, "meta": "string" } ] }, "resellerId": 0 }, "customer": { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "company": "string", "code": "string", "vatCode": "string", "invoiceCode": "string", "rating": 0, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "address": "string", "address1": "string", "address2": "string", "postalCode": "string", "region": "string", "city": "string", "country": "string", "countryCode": "string", "mapCoordinates": "string", "mapZoomLevel": 0.1, "email": "string", "phone": "string", "mobile": "string", "fax": "string", "website": "string", "notes": "string", "isReseller": true, "image": "string", "meta": "string", "contacts": [ { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "email": "string", "phone": "string", "mobile": "string", "fax": "string", "details": "string", "notify": true, "customerId": 0, "meta": "string" } ] }, "template": { "id": 0, "name": "string", "code": "string", "licenseType": "string", "format": 0, "licensingMode": 0, "licenseFileName": "string", "issueDate": true, "expireDays": 0, "supportDays": 0, "generateKeyInfo": true, "userKey": "string", "description": "string", "template": "string", "productId": 0, "signatureKeysId": 0, "releaseId": 0, "product": { "id": "string", "name": "string", "version": "string", "copyright": "string", "url": "string", "description": "string" }, "components": [ "string" ], "assemblies": [ { "id": 0, "name": "string", "version": "string", "culture": "string", "publicKeyToken": "string", "mappingFileId": 0, "debugSymbolsKey": "string" } ], "fields": [ { "name": "string", "value": "string" } ], "features": [ { "id": "string", "name": "string", "description": "string", "expireDate": "2019-08-24T14:15:22Z", "key": "string", "data": "string" } ], "restrictions": [ { "id": "string", "name": "string", "expireDate": "2019-08-24T14:15:22Z", "properties": { "property1": "string", "property2": "string" }, "customXmlContent": "string" } ] }, "licensee": { "name": "string", "company": "string", "contactInfo": "string", "url": "string" }, "components": [ "string" ], "assemblies": [ { "id": 0, "name": "string", "version": "string", "culture": "string", "publicKeyToken": "string", "mappingFileId": 0, "debugSymbolsKey": "string" } ], "fields": [ { "name": "string", "value": "string" } ], "features": [ { "id": "string", "name": "string", "description": "string", "expireDate": "2019-08-24T14:15:22Z", "key": "string", "data": "string" } ], "restrictions": [ { "id": "string", "name": "string", "expireDate": "2019-08-24T14:15:22Z", "properties": { "property1": "string", "property2": "string" }, "customXmlContent": "string" } ] } ], "totalLicensesCount": 0 }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone
licenses[Management.License]¦nullfalsenonenone
totalLicensesCountinteger(int32)¦nullfalsenonenone

Management.GetLogLevelsResponse

{ "success": true, "code": 0, "message": "string", "logLevels": [ { "date": "2019-08-24T14:15:22Z", "level": "string", "count": 0 } ], "groupBy": "string", "totalLogLevelEntriesCount": 0 }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone
logLevels[Management.LogLevelInfo]¦nullfalsenonenone
groupBystring¦nullfalsenonenone
totalLogLevelEntriesCountinteger(int32)¦nullfalsenonenone

Management.GetLogResponse

{ "success": true, "code": 0, "message": "string", "logEntries": [ { "id": 0, "message": "string", "messageTemplate": "string", "level": "string", "timeStamp": "2019-08-24T14:15:22Z", "exception": "string", "properties": "string" } ], "totalLogEntriesCount": 0 }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone
logEntries[Management.LogEntry]¦nullfalsenonenone
totalLogEntriesCountinteger(int32)¦nullfalsenonenone

Management.GetLoggedInUserRequest

{}

Properties

None

Management.GetLoggedInUserResponse

{ "success": true, "code": 0, "message": "string", "user": { "id": "string", "userName": "string", "email": "string", "phoneNumber": "string", "title": "string", "firstName": "string", "lastName": "string", "department": "string", "birthDate": "2019-08-24T14:15:22Z", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "lastDismissMessages": "2019-08-24T14:15:22Z", "lastLogIn": "2019-08-24T14:15:22Z", "rank": 0, "image": "string", "address": "string", "postalCode": "string", "region": "string", "city": "string", "country": "string", "countryCode": "string", "mobile": "string", "notes": "string", "customerId": 0, "roles": [ "string" ], "apiKeys": [ { "id": 0, "name": "string", "key": "string", "clientSecret": "string", "createdDate": "2019-08-24T14:15:22Z", "expireDate": "2019-08-24T14:15:22Z", "ownerId": "string", "revoked": true, "permissions": 0, "description": "string" } ], "settings": [ { "id": 0, "category": "string", "group": "string", "name": "string", "value": "string", "type": "string", "description": "string", "readOnly": true, "userId": "string" } ] } }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone
userManagement.Userfalsenonenone

Management.GetOrderLicensesResponse

{ "success": true, "code": 0, "message": "string", "licenses": [ { "id": 0, "licenseId": "string", "licenseType": "string", "format": 0, "description": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "issueDate": "2019-08-24T14:15:22Z", "expireDate": "2019-08-24T14:15:22Z", "supportExpireDate": "2019-08-24T14:15:22Z", "revoked": true, "trace": true, "licenseKey": "string", "maxAllowedSites": 0, "userKey": "string", "licensingMode": 0, "licenseeName": "string", "licenseeCompany": "string", "licenseeEmail": "string", "hash": "string", "meta": "string", "templateId": 0, "signatureKeysId": 0, "customerId": 0, "orderId": 0, "product": { "id": "string", "name": "string", "version": "string", "copyright": "string", "url": "string", "description": "string" }, "order": { "id": 0, "orderNumber": "string", "status": "string", "processedBy": "string", "purchaseOrder": "string", "total": 0.1, "currency": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "invoiceNumber": "string", "paymentType": "string", "paymentNumber": "string", "paymentStatus": "string", "paymentDate": "2019-08-24T14:15:22Z", "description": "string", "customerId": 0, "customer": { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "company": "string", "code": "string", "vatCode": "string", "invoiceCode": "string", "rating": 0, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "address": "string", "address1": "string", "address2": "string", "postalCode": "string", "region": "string", "city": "string", "country": "string", "countryCode": "string", "mapCoordinates": "string", "mapZoomLevel": 0.1, "email": "string", "phone": "string", "mobile": "string", "fax": "string", "website": "string", "notes": "string", "isReseller": true, "image": "string", "meta": "string", "contacts": [ { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "email": "string", "phone": "string", "mobile": "string", "fax": "string", "details": "string", "notify": true, "customerId": 0, "meta": "string" } ] }, "resellerId": 0 }, "customer": { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "company": "string", "code": "string", "vatCode": "string", "invoiceCode": "string", "rating": 0, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "address": "string", "address1": "string", "address2": "string", "postalCode": "string", "region": "string", "city": "string", "country": "string", "countryCode": "string", "mapCoordinates": "string", "mapZoomLevel": 0.1, "email": "string", "phone": "string", "mobile": "string", "fax": "string", "website": "string", "notes": "string", "isReseller": true, "image": "string", "meta": "string", "contacts": [ { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "email": "string", "phone": "string", "mobile": "string", "fax": "string", "details": "string", "notify": true, "customerId": 0, "meta": "string" } ] }, "template": { "id": 0, "name": "string", "code": "string", "licenseType": "string", "format": 0, "licensingMode": 0, "licenseFileName": "string", "issueDate": true, "expireDays": 0, "supportDays": 0, "generateKeyInfo": true, "userKey": "string", "description": "string", "template": "string", "productId": 0, "signatureKeysId": 0, "releaseId": 0, "product": { "id": "string", "name": "string", "version": "string", "copyright": "string", "url": "string", "description": "string" }, "components": [ "string" ], "assemblies": [ { "id": 0, "name": "string", "version": "string", "culture": "string", "publicKeyToken": "string", "mappingFileId": 0, "debugSymbolsKey": "string" } ], "fields": [ { "name": "string", "value": "string" } ], "features": [ { "id": "string", "name": "string", "description": "string", "expireDate": "2019-08-24T14:15:22Z", "key": "string", "data": "string" } ], "restrictions": [ { "id": "string", "name": "string", "expireDate": "2019-08-24T14:15:22Z", "properties": { "property1": "string", "property2": "string" }, "customXmlContent": "string" } ] }, "licensee": { "name": "string", "company": "string", "contactInfo": "string", "url": "string" }, "components": [ "string" ], "assemblies": [ { "id": 0, "name": "string", "version": "string", "culture": "string", "publicKeyToken": "string", "mappingFileId": 0, "debugSymbolsKey": "string" } ], "fields": [ { "name": "string", "value": "string" } ], "features": [ { "id": "string", "name": "string", "description": "string", "expireDate": "2019-08-24T14:15:22Z", "key": "string", "data": "string" } ], "restrictions": [ { "id": "string", "name": "string", "expireDate": "2019-08-24T14:15:22Z", "properties": { "property1": "string", "property2": "string" }, "customXmlContent": "string" } ] } ], "totalLicensesCount": 0 }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone
licenses[Management.License]¦nullfalsenonenone
totalLicensesCountinteger(int32)¦nullfalsenonenone

Management.GetOrderProductsResponse

{ "success": true, "code": 0, "message": "string", "orderProducts": [ { "productId": 0, "orderId": 0, "quantity": 0, "unitPrice": 0.1, "discount": 0.1, "taxes": 0.1, "description": "string", "product": { "id": 0, "code": "string", "name": "string", "description": "string", "url": "string", "copyright": "string", "createdAt": "2019-08-24T14:15:22Z", "image": "string", "price": 0.1, "resellerPrice": 0.1, "currency": "string", "signatureKeysId": 0, "meta": "string", "signatureKeys": { "id": 0, "name": "string", "type": "string", "code": "string", "description": "string", "source": "string", "password": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "data": "string", "dataFormat": "string", "meta": "string" }, "productOrders": [ {} ] }, "order": { "id": 0, "orderNumber": "string", "status": "string", "processedBy": "string", "purchaseOrder": "string", "total": 0.1, "currency": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "invoiceNumber": "string", "paymentType": "string", "paymentNumber": "string", "paymentStatus": "string", "paymentDate": "2019-08-24T14:15:22Z", "description": "string", "customerId": 0, "customer": { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "company": "string", "code": "string", "vatCode": "string", "invoiceCode": "string", "rating": 0, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "address": "string", "address1": "string", "address2": "string", "postalCode": "string", "region": "string", "city": "string", "country": "string", "countryCode": "string", "mapCoordinates": "string", "mapZoomLevel": 0.1, "email": "string", "phone": "string", "mobile": "string", "fax": "string", "website": "string", "notes": "string", "isReseller": true, "image": "string", "meta": "string", "contacts": [ { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "email": "string", "phone": "string", "mobile": "string", "fax": "string", "details": "string", "notify": true, "customerId": 0, "meta": "string" } ] }, "resellerId": 0 } } ], "totalOrderProductsCount": 0 }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone
orderProducts[Management.ProductOrder]¦nullfalsenonenone
totalOrderProductsCountinteger(int32)¦nullfalsenonenone

Management.GetOrdersResponse

{ "success": true, "code": 0, "message": "string", "orders": [ { "id": 0, "orderNumber": "string", "status": "string", "processedBy": "string", "purchaseOrder": "string", "total": 0.1, "currency": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "invoiceNumber": "string", "paymentType": "string", "paymentNumber": "string", "paymentStatus": "string", "paymentDate": "2019-08-24T14:15:22Z", "description": "string", "customerId": 0, "customer": { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "company": "string", "code": "string", "vatCode": "string", "invoiceCode": "string", "rating": 0, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "address": "string", "address1": "string", "address2": "string", "postalCode": "string", "region": "string", "city": "string", "country": "string", "countryCode": "string", "mapCoordinates": "string", "mapZoomLevel": 0.1, "email": "string", "phone": "string", "mobile": "string", "fax": "string", "website": "string", "notes": "string", "isReseller": true, "image": "string", "meta": "string", "contacts": [ { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "email": "string", "phone": "string", "mobile": "string", "fax": "string", "details": "string", "notify": true, "customerId": 0, "meta": "string" } ] }, "resellerId": 0 } ], "totalOrdersCount": 0 }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone
orders[Management.Order]¦nullfalsenonenone
totalOrdersCountinteger(int32)falsenonenone

Management.GetProductOrdersResponse

{ "success": true, "code": 0, "message": "string", "productOrders": [ { "productId": 0, "orderId": 0, "quantity": 0, "unitPrice": 0.1, "discount": 0.1, "taxes": 0.1, "description": "string", "product": { "id": 0, "code": "string", "name": "string", "description": "string", "url": "string", "copyright": "string", "createdAt": "2019-08-24T14:15:22Z", "image": "string", "price": 0.1, "resellerPrice": 0.1, "currency": "string", "signatureKeysId": 0, "meta": "string", "signatureKeys": { "id": 0, "name": "string", "type": "string", "code": "string", "description": "string", "source": "string", "password": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "data": "string", "dataFormat": "string", "meta": "string" }, "productOrders": [ {} ] }, "order": { "id": 0, "orderNumber": "string", "status": "string", "processedBy": "string", "purchaseOrder": "string", "total": 0.1, "currency": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "invoiceNumber": "string", "paymentType": "string", "paymentNumber": "string", "paymentStatus": "string", "paymentDate": "2019-08-24T14:15:22Z", "description": "string", "customerId": 0, "customer": { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "company": "string", "code": "string", "vatCode": "string", "invoiceCode": "string", "rating": 0, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "address": "string", "address1": "string", "address2": "string", "postalCode": "string", "region": "string", "city": "string", "country": "string", "countryCode": "string", "mapCoordinates": "string", "mapZoomLevel": 0.1, "email": "string", "phone": "string", "mobile": "string", "fax": "string", "website": "string", "notes": "string", "isReseller": true, "image": "string", "meta": "string", "contacts": [ { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "email": "string", "phone": "string", "mobile": "string", "fax": "string", "details": "string", "notify": true, "customerId": 0, "meta": "string" } ] }, "resellerId": 0 } } ], "totalProductOrdersCount": 0 }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone
productOrders[Management.ProductOrder]¦nullfalsenonenone
totalProductOrdersCountinteger(int32)¦nullfalsenonenone

Management.GetProductReleaseAssembliesResponse

{ "success": true, "code": 0, "message": "string", "assemblies": [ { "id": 0, "name": "string", "version": "string", "culture": "string", "publicKeyToken": "string", "mappingFileId": 0, "debugSymbolsKey": "string" } ], "totalAssembliesCount": 0 }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone
assemblies[Management.Assembly]¦nullfalsenonenone
totalAssembliesCountinteger(int32)falsenonenone

Management.GetProductReleaseLicenseTemplatesResponse

{ "success": true, "code": 0, "message": "string", "licenseTemplates": [ { "id": 0, "name": "string", "code": "string", "licenseType": "string", "format": 0, "licensingMode": 0, "licenseFileName": "string", "issueDate": true, "expireDays": 0, "supportDays": 0, "generateKeyInfo": true, "userKey": "string", "description": "string", "template": "string", "productId": 0, "signatureKeysId": 0, "releaseId": 0, "product": { "id": "string", "name": "string", "version": "string", "copyright": "string", "url": "string", "description": "string" }, "components": [ "string" ], "assemblies": [ { "id": 0, "name": "string", "version": "string", "culture": "string", "publicKeyToken": "string", "mappingFileId": 0, "debugSymbolsKey": "string" } ], "fields": [ { "name": "string", "value": "string" } ], "features": [ { "id": "string", "name": "string", "description": "string", "expireDate": "2019-08-24T14:15:22Z", "key": "string", "data": "string" } ], "restrictions": [ { "id": "string", "name": "string", "expireDate": "2019-08-24T14:15:22Z", "properties": { "property1": "string", "property2": "string" }, "customXmlContent": "string" } ] } ], "totalLicenseTemplatesCount": 0 }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone
licenseTemplates[Management.LicenseTemplate]¦nullfalsenonenone
totalLicenseTemplatesCountinteger(int32)¦nullfalsenonenone

Management.GetProductReleasesResponse

{ "success": true, "code": 0, "message": "string", "releases": [ { "id": 0, "releaseDate": "2019-08-24T14:15:22Z", "name": "string", "version": "string", "description": "string" } ], "totalReleasesCount": 0 }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone
releases[Management.Release]¦nullfalsenonenone
totalReleasesCountinteger(int32)¦nullfalsenonenone

Management.GetProductsResponse

{ "success": true, "code": 0, "message": "string", "products": [ { "id": 0, "code": "string", "name": "string", "description": "string", "url": "string", "copyright": "string", "createdAt": "2019-08-24T14:15:22Z", "image": "string", "price": 0.1, "resellerPrice": 0.1, "currency": "string", "signatureKeysId": 0, "meta": "string", "signatureKeys": { "id": 0, "name": "string", "type": "string", "code": "string", "description": "string", "source": "string", "password": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "data": "string", "dataFormat": "string", "meta": "string" }, "productOrders": [ { "productId": 0, "orderId": 0, "quantity": 0, "unitPrice": 0.1, "discount": 0.1, "taxes": 0.1, "description": "string", "product": {}, "order": { "id": 0, "orderNumber": "string", "status": "string", "processedBy": "string", "purchaseOrder": "string", "total": 0.1, "currency": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "invoiceNumber": "string", "paymentType": "string", "paymentNumber": "string", "paymentStatus": "string", "paymentDate": "2019-08-24T14:15:22Z", "description": "string", "customerId": 0, "customer": { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "company": "string", "code": "string", "vatCode": "string", "invoiceCode": "string", "rating": 0, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "address": "string", "address1": "string", "address2": "string", "postalCode": "string", "region": "string", "city": "string", "country": "string", "countryCode": "string", "mapCoordinates": "string", "mapZoomLevel": 0.1, "email": "string", "phone": "string", "mobile": "string", "fax": "string", "website": "string", "notes": "string", "isReseller": true, "image": "string", "meta": "string", "contacts": [ { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "email": "string", "phone": "string", "mobile": "string", "fax": "string", "details": "string", "notify": true, "customerId": 0, "meta": "string" } ] }, "resellerId": 0 } } ] } ], "totalProductsCount": 0 }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone
products[Management.Product]¦nullfalsenonenone
totalProductsCountinteger(int32)falsenonenone

Management.GetReportResponse

{ "success": true, "code": 0, "message": "string", "reports": [ { "id": 0, "uid": "string", "name": "string", "version": "string", "date": "2019-08-24T14:15:22Z", "userKey": "string", "machineId": "string", "clientId": "string", "clientName": "string", "contentType": "string", "content": "string", "address": "string", "properties": [ { "id": 0, "name": "string", "value": "string", "reportId": 0 } ] } ], "totalReportsCount": 0 }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone
reports[Management.Report]¦nullfalsenonenone
totalReportsCountinteger(int32)¦nullfalsenonenone

Management.GetResourcesResponse

{ "success": true, "code": 0, "message": "string", "resources": [ { "id": 0, "name": "string", "type": "string", "code": "string", "description": "string", "source": "string", "password": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "data": "string", "dataFormat": "string", "meta": "string" } ], "totalResourcesCount": 0 }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone
resources[Management.Resource]¦nullfalsenonenone
totalResourcesCountinteger(int32)¦nullfalsenonenone

Management.GetRolesResponse

{ "success": true, "code": 0, "message": "string", "roles": [ { "id": "string", "name": "string", "description": "string" } ], "totalRolesCount": 0 }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone
roles[Management.Role]¦nullfalsenonenone
totalRolesCountinteger(int32)¦nullfalsenonenone

Management.GetServerInfoResponse

{ "success": true, "code": 0, "message": "string", "product": "string", "edition": 0, "version": "string", "license": "string", "serverHost": "string", "serverTime": "2019-08-24T14:15:22Z", "clientAddress": "string", "activeTokens": 0, "maxTokens": 0, "activationTokens": 0, "floatingTokens": 0, "expiredTokens": 0, "totalLicenses": 0, "revokedLicenses": 0, "tracedLicenses": 0, "activationLicenses": 0, "floatingLicenses": 0, "fileLicenses": 0 }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone
productstring¦nullfalsenonenone
editioninteger(int32)¦nullfalsenonenone
versionstring¦nullfalsenonenone
licensestring¦nullfalsenonenone
serverHoststring¦nullfalsenonenone
serverTimestring(date-time)¦nullfalsenonenone
clientAddressstring¦nullfalsenonenone
activeTokensinteger(int32)¦nullfalsenonenone
maxTokensinteger(int32)¦nullfalsenonenone
activationTokensinteger(int32)¦nullfalsenonenone
floatingTokensinteger(int32)¦nullfalsenonenone
expiredTokensinteger(int32)¦nullfalsenonenone
totalLicensesinteger(int32)¦nullfalsenonenone
revokedLicensesinteger(int32)¦nullfalsenonenone
tracedLicensesinteger(int32)¦nullfalsenonenone
activationLicensesinteger(int32)¦nullfalsenonenone
floatingLicensesinteger(int32)¦nullfalsenonenone
fileLicensesinteger(int32)¦nullfalsenonenone

Management.GetSettingsRequest

{}

Properties

None

Management.GetSettingsResponse

{ "success": true, "code": 0, "message": "string", "settings": [ { "group": "string", "name": "string", "type": "string", "value": null } ] }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone
settings[Management.ApplicationSetting]¦nullfalsenonenone

Management.GetUserRolesResponse

{ "success": true, "code": 0, "message": "string", "roles": [ { "id": "string", "name": "string", "description": "string" } ], "totalRolesCount": 0 }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone
roles[Management.Role]¦nullfalsenonenone
totalRolesCountinteger(int32)¦nullfalsenonenone

Management.GetUserSettingsResponse

{ "success": true, "code": 0, "message": "string", "settings": [ { "id": 0, "category": "string", "group": "string", "name": "string", "value": "string", "type": "string", "description": "string", "readOnly": true, "userId": "string" } ], "totalSettingsCount": 0 }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone
settings[Management.UserSetting]¦nullfalsenonenone
totalSettingsCountinteger(int32)¦nullfalsenonenone

Management.GetUsersResponse

{ "success": true, "code": 0, "message": "string", "users": [ { "id": "string", "userName": "string", "email": "string", "phoneNumber": "string", "title": "string", "firstName": "string", "lastName": "string", "department": "string", "birthDate": "2019-08-24T14:15:22Z", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "lastDismissMessages": "2019-08-24T14:15:22Z", "lastLogIn": "2019-08-24T14:15:22Z", "rank": 0, "image": "string", "address": "string", "postalCode": "string", "region": "string", "city": "string", "country": "string", "countryCode": "string", "mobile": "string", "notes": "string", "customerId": 0, "roles": [ "string" ], "apiKeys": [ { "id": 0, "name": "string", "key": "string", "clientSecret": "string", "createdDate": "2019-08-24T14:15:22Z", "expireDate": "2019-08-24T14:15:22Z", "ownerId": "string", "revoked": true, "permissions": 0, "description": "string" } ], "settings": [ { "id": 0, "category": "string", "group": "string", "name": "string", "value": "string", "type": "string", "description": "string", "readOnly": true, "userId": "string" } ] } ], "totalUsersCount": 0 }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone
users[Management.User]¦nullfalsenonenone
totalUsersCountinteger(int32)¦nullfalsenonenone

Management.GetWebhookEventTypesResponse

{ "eventTypes": [ { "name": "string", "description": "string" } ], "success": true, "message": "string" }

Properties

NameTypeRequiredRestrictionsDescription
eventTypes[Management.WebhookEventType]¦nullfalsenonenone
successbooleanfalsenonenone
messagestring¦nullfalsenonenone

Management.GetWebhookEventsResponse

{ "events": [ { "id": 0, "webhookSubscriptionId": 0, "eventType": "string", "payload": "string", "statusCode": 0, "response": "string", "errorMessage": "string", "isSuccess": true, "retryCount": 0, "sentAt": "2019-08-24T14:15:22Z", "nextRetryAt": "2019-08-24T14:15:22Z", "createdAt": "2019-08-24T14:15:22Z" } ], "totalEventsCount": 0, "success": true, "message": "string" }

Properties

NameTypeRequiredRestrictionsDescription
events[Management.WebhookEvent]¦nullfalsenonenone
totalEventsCountinteger(int32)falsenonenone
successbooleanfalsenonenone
messagestring¦nullfalsenonenone

Management.GetWebhookSubscriptionResponse

{ "subscription": { "id": 0, "name": "string", "eventType": "string", "url": "string", "secret": "string", "maxRetryCount": 0, "isActive": true, "userId": "string", "headers": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "webhookEvents": [ { "id": 0, "webhookSubscriptionId": 0, "eventType": "string", "payload": "string", "statusCode": 0, "response": "string", "errorMessage": "string", "isSuccess": true, "retryCount": 0, "sentAt": "2019-08-24T14:15:22Z", "nextRetryAt": "2019-08-24T14:15:22Z", "createdAt": "2019-08-24T14:15:22Z" } ] }, "success": true, "message": "string" }

Properties

NameTypeRequiredRestrictionsDescription
subscriptionManagement.WebhookSubscriptionfalsenonenone
successbooleanfalsenonenone
messagestring¦nullfalsenonenone

Management.GetWebhookSubscriptionsResponse

{ "subscriptions": [ { "id": 0, "name": "string", "eventType": "string", "url": "string", "secret": "string", "maxRetryCount": 0, "isActive": true, "userId": "string", "headers": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "webhookEvents": [ { "id": 0, "webhookSubscriptionId": 0, "eventType": "string", "payload": "string", "statusCode": 0, "response": "string", "errorMessage": "string", "isSuccess": true, "retryCount": 0, "sentAt": "2019-08-24T14:15:22Z", "nextRetryAt": "2019-08-24T14:15:22Z", "createdAt": "2019-08-24T14:15:22Z" } ] } ], "totalSubscriptionsCount": 0, "success": true, "message": "string" }

Properties

NameTypeRequiredRestrictionsDescription
subscriptions[Management.WebhookSubscription]¦nullfalsenonenone
totalSubscriptionsCountinteger(int32)falsenonenone
successbooleanfalsenonenone
messagestring¦nullfalsenonenone

Management.InsertApiKeyRequest

{ "apiKey": { "id": 0, "name": "string", "key": "string", "clientSecret": "string", "createdDate": "2019-08-24T14:15:22Z", "expireDate": "2019-08-24T14:15:22Z", "ownerId": "string", "revoked": true, "permissions": 0, "description": "string" } }

Properties

NameTypeRequiredRestrictionsDescription
apiKeyManagement.ApiKeyfalsenonenone

Management.InsertApiKeyResponse

{ "apiKeyId": 0, "success": true, "code": 0, "message": "string", "apiKey": "string" }

Properties

NameTypeRequiredRestrictionsDescription
apiKeyIdinteger(int32)¦nullfalsenonenone
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone
apiKeystring¦nullfalsenonenone

Management.InsertAssemblyRequest

{ "assembly": { "id": 0, "name": "string", "version": "string", "culture": "string", "publicKeyToken": "string", "mappingFileId": 0, "debugSymbolsKey": "string" } }

Properties

NameTypeRequiredRestrictionsDescription
assemblyManagement.Assemblyfalsenonenone

Management.InsertAssemblyResponse

{ "assemblyId": 0, "success": true, "code": 0, "message": "string" }

Properties

NameTypeRequiredRestrictionsDescription
assemblyIdinteger(int32)¦nullfalsenonenone
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone

Management.InsertContactRequest

{ "contact": { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "email": "string", "phone": "string", "mobile": "string", "fax": "string", "details": "string", "notify": true, "customerId": 0, "meta": "string" } }

Properties

NameTypeRequiredRestrictionsDescription
contactManagement.Contactfalsenonenone

Management.InsertContactResponse

{ "contactId": 0, "success": true, "code": 0, "message": "string" }

Properties

NameTypeRequiredRestrictionsDescription
contactIdinteger(int32)¦nullfalsenonenone
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone

Management.InsertCustomerRequest

{ "customer": { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "company": "string", "code": "string", "vatCode": "string", "invoiceCode": "string", "rating": 0, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "address": "string", "address1": "string", "address2": "string", "postalCode": "string", "region": "string", "city": "string", "country": "string", "countryCode": "string", "mapCoordinates": "string", "mapZoomLevel": 0.1, "email": "string", "phone": "string", "mobile": "string", "fax": "string", "website": "string", "notes": "string", "isReseller": true, "image": "string", "meta": "string", "contacts": [ { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "email": "string", "phone": "string", "mobile": "string", "fax": "string", "details": "string", "notify": true, "customerId": 0, "meta": "string" } ] } }

Properties

NameTypeRequiredRestrictionsDescription
customerManagement.Customerfalsenonenone

Management.InsertCustomerResponse

{ "customerId": 0, "success": true, "code": 0, "message": "string", "customerCode": "string" }

Properties

NameTypeRequiredRestrictionsDescription
customerIdinteger(int32)¦nullfalsenonenone
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone
customerCodestring¦nullfalsenonenone

Management.InsertLicenseRequest

{ "license": { "id": 0, "licenseId": "string", "licenseType": "string", "format": 0, "description": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "issueDate": "2019-08-24T14:15:22Z", "expireDate": "2019-08-24T14:15:22Z", "supportExpireDate": "2019-08-24T14:15:22Z", "revoked": true, "trace": true, "licenseKey": "string", "maxAllowedSites": 0, "userKey": "string", "licensingMode": 0, "licenseeName": "string", "licenseeCompany": "string", "licenseeEmail": "string", "hash": "string", "meta": "string", "templateId": 0, "signatureKeysId": 0, "customerId": 0, "orderId": 0, "product": { "id": "string", "name": "string", "version": "string", "copyright": "string", "url": "string", "description": "string" }, "order": { "id": 0, "orderNumber": "string", "status": "string", "processedBy": "string", "purchaseOrder": "string", "total": 0.1, "currency": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "invoiceNumber": "string", "paymentType": "string", "paymentNumber": "string", "paymentStatus": "string", "paymentDate": "2019-08-24T14:15:22Z", "description": "string", "customerId": 0, "customer": { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "company": "string", "code": "string", "vatCode": "string", "invoiceCode": "string", "rating": 0, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "address": "string", "address1": "string", "address2": "string", "postalCode": "string", "region": "string", "city": "string", "country": "string", "countryCode": "string", "mapCoordinates": "string", "mapZoomLevel": 0.1, "email": "string", "phone": "string", "mobile": "string", "fax": "string", "website": "string", "notes": "string", "isReseller": true, "image": "string", "meta": "string", "contacts": [ { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "email": "string", "phone": "string", "mobile": "string", "fax": "string", "details": "string", "notify": true, "customerId": 0, "meta": "string" } ] }, "resellerId": 0 }, "customer": { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "company": "string", "code": "string", "vatCode": "string", "invoiceCode": "string", "rating": 0, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "address": "string", "address1": "string", "address2": "string", "postalCode": "string", "region": "string", "city": "string", "country": "string", "countryCode": "string", "mapCoordinates": "string", "mapZoomLevel": 0.1, "email": "string", "phone": "string", "mobile": "string", "fax": "string", "website": "string", "notes": "string", "isReseller": true, "image": "string", "meta": "string", "contacts": [ { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "email": "string", "phone": "string", "mobile": "string", "fax": "string", "details": "string", "notify": true, "customerId": 0, "meta": "string" } ] }, "template": { "id": 0, "name": "string", "code": "string", "licenseType": "string", "format": 0, "licensingMode": 0, "licenseFileName": "string", "issueDate": true, "expireDays": 0, "supportDays": 0, "generateKeyInfo": true, "userKey": "string", "description": "string", "template": "string", "productId": 0, "signatureKeysId": 0, "releaseId": 0, "product": { "id": "string", "name": "string", "version": "string", "copyright": "string", "url": "string", "description": "string" }, "components": [ "string" ], "assemblies": [ { "id": 0, "name": "string", "version": "string", "culture": "string", "publicKeyToken": "string", "mappingFileId": 0, "debugSymbolsKey": "string" } ], "fields": [ { "name": "string", "value": "string" } ], "features": [ { "id": "string", "name": "string", "description": "string", "expireDate": "2019-08-24T14:15:22Z", "key": "string", "data": "string" } ], "restrictions": [ { "id": "string", "name": "string", "expireDate": "2019-08-24T14:15:22Z", "properties": { "property1": "string", "property2": "string" }, "customXmlContent": "string" } ] }, "licensee": { "name": "string", "company": "string", "contactInfo": "string", "url": "string" }, "components": [ "string" ], "assemblies": [ { "id": 0, "name": "string", "version": "string", "culture": "string", "publicKeyToken": "string", "mappingFileId": 0, "debugSymbolsKey": "string" } ], "fields": [ { "name": "string", "value": "string" } ], "features": [ { "id": "string", "name": "string", "description": "string", "expireDate": "2019-08-24T14:15:22Z", "key": "string", "data": "string" } ], "restrictions": [ { "id": "string", "name": "string", "expireDate": "2019-08-24T14:15:22Z", "properties": { "property1": "string", "property2": "string" }, "customXmlContent": "string" } ] } }

Properties

NameTypeRequiredRestrictionsDescription
licenseManagement.Licensefalsenonenone

Management.InsertLicenseResponse

{ "licenseId": 0, "success": true, "code": 0, "message": "string", "licenseKeyId": "string", "userKey": "string", "licenseKey": "string" }

Properties

NameTypeRequiredRestrictionsDescription
licenseIdinteger(int32)¦nullfalsenonenone
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone
licenseKeyIdstring¦nullfalsenonenone
userKeystring¦nullfalsenonenone
licenseKeystring(byte)¦nullfalsenonenone

Management.InsertLicenseTemplateRequest

{ "licenseTemplate": { "id": 0, "name": "string", "code": "string", "licenseType": "string", "format": 0, "licensingMode": 0, "licenseFileName": "string", "issueDate": true, "expireDays": 0, "supportDays": 0, "generateKeyInfo": true, "userKey": "string", "description": "string", "template": "string", "productId": 0, "signatureKeysId": 0, "releaseId": 0, "product": { "id": "string", "name": "string", "version": "string", "copyright": "string", "url": "string", "description": "string" }, "components": [ "string" ], "assemblies": [ { "id": 0, "name": "string", "version": "string", "culture": "string", "publicKeyToken": "string", "mappingFileId": 0, "debugSymbolsKey": "string" } ], "fields": [ { "name": "string", "value": "string" } ], "features": [ { "id": "string", "name": "string", "description": "string", "expireDate": "2019-08-24T14:15:22Z", "key": "string", "data": "string" } ], "restrictions": [ { "id": "string", "name": "string", "expireDate": "2019-08-24T14:15:22Z", "properties": { "property1": "string", "property2": "string" }, "customXmlContent": "string" } ] } }

Properties

NameTypeRequiredRestrictionsDescription
licenseTemplateManagement.LicenseTemplatefalsenonenone

Management.InsertLicenseTemplateResponse

{ "templateId": 0, "success": true, "code": 0, "message": "string", "template": "string" }

Properties

NameTypeRequiredRestrictionsDescription
templateIdinteger(int32)¦nullfalsenonenone
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone
templatestring(byte)¦nullfalsenonenone

Management.InsertLicenseTokenRequest

{ "licenseToken": { "id": 0, "token": "string", "address": "string", "clientId": "string", "clientName": "string", "machineId": "string", "issueDate": "2019-08-24T14:15:22Z", "expireDate": "2019-08-24T14:15:22Z", "lastHeartbeat": "2019-08-24T14:15:22Z", "hash": "string", "licenseId": 0, "license": { "id": 0, "licenseId": "string", "licenseType": "string", "format": 0, "description": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "issueDate": "2019-08-24T14:15:22Z", "expireDate": "2019-08-24T14:15:22Z", "supportExpireDate": "2019-08-24T14:15:22Z", "revoked": true, "trace": true, "licenseKey": "string", "maxAllowedSites": 0, "userKey": "string", "licensingMode": 0, "licenseeName": "string", "licenseeCompany": "string", "licenseeEmail": "string", "hash": "string", "meta": "string", "templateId": 0, "signatureKeysId": 0, "customerId": 0, "orderId": 0, "product": { "id": "string", "name": "string", "version": "string", "copyright": "string", "url": "string", "description": "string" }, "order": { "id": 0, "orderNumber": "string", "status": "string", "processedBy": "string", "purchaseOrder": "string", "total": 0.1, "currency": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "invoiceNumber": "string", "paymentType": "string", "paymentNumber": "string", "paymentStatus": "string", "paymentDate": "2019-08-24T14:15:22Z", "description": "string", "customerId": 0, "customer": { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "company": "string", "code": "string", "vatCode": "string", "invoiceCode": "string", "rating": 0, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "address": "string", "address1": "string", "address2": "string", "postalCode": "string", "region": "string", "city": "string", "country": "string", "countryCode": "string", "mapCoordinates": "string", "mapZoomLevel": 0.1, "email": "string", "phone": "string", "mobile": "string", "fax": "string", "website": "string", "notes": "string", "isReseller": true, "image": "string", "meta": "string", "contacts": [ { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "email": "string", "phone": "string", "mobile": "string", "fax": "string", "details": "string", "notify": true, "customerId": 0, "meta": "string" } ] }, "resellerId": 0 }, "customer": { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "company": "string", "code": "string", "vatCode": "string", "invoiceCode": "string", "rating": 0, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "address": "string", "address1": "string", "address2": "string", "postalCode": "string", "region": "string", "city": "string", "country": "string", "countryCode": "string", "mapCoordinates": "string", "mapZoomLevel": 0.1, "email": "string", "phone": "string", "mobile": "string", "fax": "string", "website": "string", "notes": "string", "isReseller": true, "image": "string", "meta": "string", "contacts": [ { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "email": "string", "phone": "string", "mobile": "string", "fax": "string", "details": "string", "notify": true, "customerId": 0, "meta": "string" } ] }, "template": { "id": 0, "name": "string", "code": "string", "licenseType": "string", "format": 0, "licensingMode": 0, "licenseFileName": "string", "issueDate": true, "expireDays": 0, "supportDays": 0, "generateKeyInfo": true, "userKey": "string", "description": "string", "template": "string", "productId": 0, "signatureKeysId": 0, "releaseId": 0, "product": { "id": "string", "name": "string", "version": "string", "copyright": "string", "url": "string", "description": "string" }, "components": [ "string" ], "assemblies": [ { "id": 0, "name": "string", "version": "string", "culture": "string", "publicKeyToken": "string", "mappingFileId": 0, "debugSymbolsKey": "string" } ], "fields": [ { "name": "string", "value": "string" } ], "features": [ { "id": "string", "name": "string", "description": "string", "expireDate": "2019-08-24T14:15:22Z", "key": "string", "data": "string" } ], "restrictions": [ { "id": "string", "name": "string", "expireDate": "2019-08-24T14:15:22Z", "properties": { "property1": "string", "property2": "string" }, "customXmlContent": "string" } ] }, "licensee": { "name": "string", "company": "string", "contactInfo": "string", "url": "string" }, "components": [ "string" ], "assemblies": [ { "id": 0, "name": "string", "version": "string", "culture": "string", "publicKeyToken": "string", "mappingFileId": 0, "debugSymbolsKey": "string" } ], "fields": [ { "name": "string", "value": "string" } ], "features": [ { "id": "string", "name": "string", "description": "string", "expireDate": "2019-08-24T14:15:22Z", "key": "string", "data": "string" } ], "restrictions": [ { "id": "string", "name": "string", "expireDate": "2019-08-24T14:15:22Z", "properties": { "property1": "string", "property2": "string" }, "customXmlContent": "string" } ] }, "nodeLockedLicenseId": 0, "nodeLockedLicense": { "id": 0, "licenseId": "string", "licenseType": "string", "format": 0, "description": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "issueDate": "2019-08-24T14:15:22Z", "expireDate": "2019-08-24T14:15:22Z", "supportExpireDate": "2019-08-24T14:15:22Z", "revoked": true, "trace": true, "licenseKey": "string", "maxAllowedSites": 0, "userKey": "string", "licensingMode": 0, "licenseeName": "string", "licenseeCompany": "string", "licenseeEmail": "string", "hash": "string", "meta": "string", "templateId": 0, "signatureKeysId": 0, "customerId": 0, "orderId": 0, "product": { "id": "string", "name": "string", "version": "string", "copyright": "string", "url": "string", "description": "string" }, "order": { "id": 0, "orderNumber": "string", "status": "string", "processedBy": "string", "purchaseOrder": "string", "total": 0.1, "currency": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "invoiceNumber": "string", "paymentType": "string", "paymentNumber": "string", "paymentStatus": "string", "paymentDate": "2019-08-24T14:15:22Z", "description": "string", "customerId": 0, "customer": { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "company": "string", "code": "string", "vatCode": "string", "invoiceCode": "string", "rating": 0, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "address": "string", "address1": "string", "address2": "string", "postalCode": "string", "region": "string", "city": "string", "country": "string", "countryCode": "string", "mapCoordinates": "string", "mapZoomLevel": 0.1, "email": "string", "phone": "string", "mobile": "string", "fax": "string", "website": "string", "notes": "string", "isReseller": true, "image": "string", "meta": "string", "contacts": [ { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "email": "string", "phone": "string", "mobile": "string", "fax": "string", "details": "string", "notify": true, "customerId": 0, "meta": "string" } ] }, "resellerId": 0 }, "customer": { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "company": "string", "code": "string", "vatCode": "string", "invoiceCode": "string", "rating": 0, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "address": "string", "address1": "string", "address2": "string", "postalCode": "string", "region": "string", "city": "string", "country": "string", "countryCode": "string", "mapCoordinates": "string", "mapZoomLevel": 0.1, "email": "string", "phone": "string", "mobile": "string", "fax": "string", "website": "string", "notes": "string", "isReseller": true, "image": "string", "meta": "string", "contacts": [ { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "email": "string", "phone": "string", "mobile": "string", "fax": "string", "details": "string", "notify": true, "customerId": 0, "meta": "string" } ] }, "template": { "id": 0, "name": "string", "code": "string", "licenseType": "string", "format": 0, "licensingMode": 0, "licenseFileName": "string", "issueDate": true, "expireDays": 0, "supportDays": 0, "generateKeyInfo": true, "userKey": "string", "description": "string", "template": "string", "productId": 0, "signatureKeysId": 0, "releaseId": 0, "product": { "id": "string", "name": "string", "version": "string", "copyright": "string", "url": "string", "description": "string" }, "components": [ "string" ], "assemblies": [ { "id": 0, "name": "string", "version": "string", "culture": "string", "publicKeyToken": "string", "mappingFileId": 0, "debugSymbolsKey": "string" } ], "fields": [ { "name": "string", "value": "string" } ], "features": [ { "id": "string", "name": "string", "description": "string", "expireDate": "2019-08-24T14:15:22Z", "key": "string", "data": "string" } ], "restrictions": [ { "id": "string", "name": "string", "expireDate": "2019-08-24T14:15:22Z", "properties": { "property1": "string", "property2": "string" }, "customXmlContent": "string" } ] }, "licensee": { "name": "string", "company": "string", "contactInfo": "string", "url": "string" }, "components": [ "string" ], "assemblies": [ { "id": 0, "name": "string", "version": "string", "culture": "string", "publicKeyToken": "string", "mappingFileId": 0, "debugSymbolsKey": "string" } ], "fields": [ { "name": "string", "value": "string" } ], "features": [ { "id": "string", "name": "string", "description": "string", "expireDate": "2019-08-24T14:15:22Z", "key": "string", "data": "string" } ], "restrictions": [ { "id": "string", "name": "string", "expireDate": "2019-08-24T14:15:22Z", "properties": { "property1": "string", "property2": "string" }, "customXmlContent": "string" } ] } } }

Properties

NameTypeRequiredRestrictionsDescription
licenseTokenManagement.LicenseTokenfalsenonenone

Management.InsertLicenseTokenResponse

{ "success": true, "code": 0, "message": "string", "licenseId": 0, "licenseTokenId": 0, "token": "string" }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone
licenseIdinteger(int32)¦nullfalsenonenone
licenseTokenIdinteger(int32)¦nullfalsenonenone
tokenstring¦nullfalsenonenone

Management.InsertOrderRequest

{ "order": { "id": 0, "orderNumber": "string", "status": "string", "processedBy": "string", "purchaseOrder": "string", "total": 0.1, "currency": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "invoiceNumber": "string", "paymentType": "string", "paymentNumber": "string", "paymentStatus": "string", "paymentDate": "2019-08-24T14:15:22Z", "description": "string", "customerId": 0, "customer": { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "company": "string", "code": "string", "vatCode": "string", "invoiceCode": "string", "rating": 0, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "address": "string", "address1": "string", "address2": "string", "postalCode": "string", "region": "string", "city": "string", "country": "string", "countryCode": "string", "mapCoordinates": "string", "mapZoomLevel": 0.1, "email": "string", "phone": "string", "mobile": "string", "fax": "string", "website": "string", "notes": "string", "isReseller": true, "image": "string", "meta": "string", "contacts": [ { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "email": "string", "phone": "string", "mobile": "string", "fax": "string", "details": "string", "notify": true, "customerId": 0, "meta": "string" } ] }, "resellerId": 0 } }

Properties

NameTypeRequiredRestrictionsDescription
orderManagement.Orderfalsenonenone

Management.InsertOrderResponse

{ "orderId": 0, "success": true, "code": 0, "message": "string", "orderNumber": "string" }

Properties

NameTypeRequiredRestrictionsDescription
orderIdinteger(int32)¦nullfalsenonenone
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone
orderNumberstring¦nullfalsenonenone

Management.InsertProductOrderRequest

{ "productOrder": { "productId": 0, "orderId": 0, "quantity": 0, "unitPrice": 0.1, "discount": 0.1, "taxes": 0.1, "description": "string", "product": { "id": 0, "code": "string", "name": "string", "description": "string", "url": "string", "copyright": "string", "createdAt": "2019-08-24T14:15:22Z", "image": "string", "price": 0.1, "resellerPrice": 0.1, "currency": "string", "signatureKeysId": 0, "meta": "string", "signatureKeys": { "id": 0, "name": "string", "type": "string", "code": "string", "description": "string", "source": "string", "password": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "data": "string", "dataFormat": "string", "meta": "string" }, "productOrders": [ {} ] }, "order": { "id": 0, "orderNumber": "string", "status": "string", "processedBy": "string", "purchaseOrder": "string", "total": 0.1, "currency": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "invoiceNumber": "string", "paymentType": "string", "paymentNumber": "string", "paymentStatus": "string", "paymentDate": "2019-08-24T14:15:22Z", "description": "string", "customerId": 0, "customer": { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "company": "string", "code": "string", "vatCode": "string", "invoiceCode": "string", "rating": 0, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "address": "string", "address1": "string", "address2": "string", "postalCode": "string", "region": "string", "city": "string", "country": "string", "countryCode": "string", "mapCoordinates": "string", "mapZoomLevel": 0.1, "email": "string", "phone": "string", "mobile": "string", "fax": "string", "website": "string", "notes": "string", "isReseller": true, "image": "string", "meta": "string", "contacts": [ { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "email": "string", "phone": "string", "mobile": "string", "fax": "string", "details": "string", "notify": true, "customerId": 0, "meta": "string" } ] }, "resellerId": 0 } } }

Properties

NameTypeRequiredRestrictionsDescription
productOrderManagement.ProductOrderfalsenonenone

Management.InsertProductOrderResponse

{ "success": true, "code": 0, "message": "string" }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone

Management.InsertProductReleaseAssemblyRequest

{ "productId": 0, "releaseId": 0, "assembly": { "id": 0, "name": "string", "version": "string", "culture": "string", "publicKeyToken": "string", "mappingFileId": 0, "debugSymbolsKey": "string" } }

Properties

NameTypeRequiredRestrictionsDescription
productIdinteger(int32)falsenonenone
releaseIdinteger(int32)falsenonenone
assemblyManagement.Assemblyfalsenonenone

Management.InsertProductReleaseAssemblyResponse

{ "assemblyId": 0, "success": true, "code": 0, "message": "string" }

Properties

NameTypeRequiredRestrictionsDescription
assemblyIdinteger(int32)¦nullfalsenonenone
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone

Management.InsertProductReleaseRequest

{ "release": { "id": 0, "releaseDate": "2019-08-24T14:15:22Z", "name": "string", "version": "string", "description": "string" } }

Properties

NameTypeRequiredRestrictionsDescription
releaseManagement.Releasefalsenonenone

Management.InsertProductReleaseResponse

{ "releaseId": 0, "success": true, "code": 0, "message": "string" }

Properties

NameTypeRequiredRestrictionsDescription
releaseIdinteger(int32)¦nullfalsenonenone
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone

Management.InsertProductRequest

{ "product": { "id": 0, "code": "string", "name": "string", "description": "string", "url": "string", "copyright": "string", "createdAt": "2019-08-24T14:15:22Z", "image": "string", "price": 0.1, "resellerPrice": 0.1, "currency": "string", "signatureKeysId": 0, "meta": "string", "signatureKeys": { "id": 0, "name": "string", "type": "string", "code": "string", "description": "string", "source": "string", "password": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "data": "string", "dataFormat": "string", "meta": "string" }, "productOrders": [ { "productId": 0, "orderId": 0, "quantity": 0, "unitPrice": 0.1, "discount": 0.1, "taxes": 0.1, "description": "string", "product": {}, "order": { "id": 0, "orderNumber": "string", "status": "string", "processedBy": "string", "purchaseOrder": "string", "total": 0.1, "currency": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "invoiceNumber": "string", "paymentType": "string", "paymentNumber": "string", "paymentStatus": "string", "paymentDate": "2019-08-24T14:15:22Z", "description": "string", "customerId": 0, "customer": { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "company": "string", "code": "string", "vatCode": "string", "invoiceCode": "string", "rating": 0, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "address": "string", "address1": "string", "address2": "string", "postalCode": "string", "region": "string", "city": "string", "country": "string", "countryCode": "string", "mapCoordinates": "string", "mapZoomLevel": 0.1, "email": "string", "phone": "string", "mobile": "string", "fax": "string", "website": "string", "notes": "string", "isReseller": true, "image": "string", "meta": "string", "contacts": [ { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "email": "string", "phone": "string", "mobile": "string", "fax": "string", "details": "string", "notify": true, "customerId": 0, "meta": "string" } ] }, "resellerId": 0 } } ] } }

Properties

NameTypeRequiredRestrictionsDescription
productManagement.Productfalsenonenone

Management.InsertProductResponse

{ "productId": 0, "success": true, "code": 0, "message": "string" }

Properties

NameTypeRequiredRestrictionsDescription
productIdinteger(int32)¦nullfalsenonenone
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone

Management.InsertResourceRequest

{ "resource": { "id": 0, "name": "string", "type": "string", "code": "string", "description": "string", "source": "string", "password": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "data": "string", "dataFormat": "string", "meta": "string" } }

Properties

NameTypeRequiredRestrictionsDescription
resourceManagement.Resourcefalsenonenone

Management.InsertResourceResponse

{ "resourceId": 0, "success": true, "code": 0, "message": "string" }

Properties

NameTypeRequiredRestrictionsDescription
resourceIdinteger(int32)¦nullfalsenonenone
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone

Management.InsertUserRequest

{ "user": { "id": "string", "userName": "string", "email": "string", "phoneNumber": "string", "title": "string", "firstName": "string", "lastName": "string", "department": "string", "birthDate": "2019-08-24T14:15:22Z", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "lastDismissMessages": "2019-08-24T14:15:22Z", "lastLogIn": "2019-08-24T14:15:22Z", "rank": 0, "image": "string", "address": "string", "postalCode": "string", "region": "string", "city": "string", "country": "string", "countryCode": "string", "mobile": "string", "notes": "string", "customerId": 0, "roles": [ "string" ], "apiKeys": [ { "id": 0, "name": "string", "key": "string", "clientSecret": "string", "createdDate": "2019-08-24T14:15:22Z", "expireDate": "2019-08-24T14:15:22Z", "ownerId": "string", "revoked": true, "permissions": 0, "description": "string" } ], "settings": [ { "id": 0, "category": "string", "group": "string", "name": "string", "value": "string", "type": "string", "description": "string", "readOnly": true, "userId": "string" } ] }, "password": "string" }

Properties

NameTypeRequiredRestrictionsDescription
userManagement.Userfalsenonenone
passwordstring¦nullfalsenonenone

Management.InsertUserResponse

{ "userId": "string", "success": true, "code": 0, "message": "string" }

Properties

NameTypeRequiredRestrictionsDescription
userIdstring¦nullfalsenonenone
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone

Management.InsertUserSettingRequest

{ "setting": { "id": 0, "category": "string", "group": "string", "name": "string", "value": "string", "type": "string", "description": "string", "readOnly": true, "userId": "string" } }

Properties

NameTypeRequiredRestrictionsDescription
settingManagement.UserSettingfalsenonenone

Management.InsertUserSettingResponse

{ "settingId": 0, "success": true, "code": 0, "message": "string" }

Properties

NameTypeRequiredRestrictionsDescription
settingIdinteger(int32)¦nullfalsenonenone
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone

Management.License

{ "id": 0, "licenseId": "string", "licenseType": "string", "format": 0, "description": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "issueDate": "2019-08-24T14:15:22Z", "expireDate": "2019-08-24T14:15:22Z", "supportExpireDate": "2019-08-24T14:15:22Z", "revoked": true, "trace": true, "licenseKey": "string", "maxAllowedSites": 0, "userKey": "string", "licensingMode": 0, "licenseeName": "string", "licenseeCompany": "string", "licenseeEmail": "string", "hash": "string", "meta": "string", "templateId": 0, "signatureKeysId": 0, "customerId": 0, "orderId": 0, "product": { "id": "string", "name": "string", "version": "string", "copyright": "string", "url": "string", "description": "string" }, "order": { "id": 0, "orderNumber": "string", "status": "string", "processedBy": "string", "purchaseOrder": "string", "total": 0.1, "currency": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "invoiceNumber": "string", "paymentType": "string", "paymentNumber": "string", "paymentStatus": "string", "paymentDate": "2019-08-24T14:15:22Z", "description": "string", "customerId": 0, "customer": { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "company": "string", "code": "string", "vatCode": "string", "invoiceCode": "string", "rating": 0, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "address": "string", "address1": "string", "address2": "string", "postalCode": "string", "region": "string", "city": "string", "country": "string", "countryCode": "string", "mapCoordinates": "string", "mapZoomLevel": 0.1, "email": "string", "phone": "string", "mobile": "string", "fax": "string", "website": "string", "notes": "string", "isReseller": true, "image": "string", "meta": "string", "contacts": [ { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "email": "string", "phone": "string", "mobile": "string", "fax": "string", "details": "string", "notify": true, "customerId": 0, "meta": "string" } ] }, "resellerId": 0 }, "customer": { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "company": "string", "code": "string", "vatCode": "string", "invoiceCode": "string", "rating": 0, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "address": "string", "address1": "string", "address2": "string", "postalCode": "string", "region": "string", "city": "string", "country": "string", "countryCode": "string", "mapCoordinates": "string", "mapZoomLevel": 0.1, "email": "string", "phone": "string", "mobile": "string", "fax": "string", "website": "string", "notes": "string", "isReseller": true, "image": "string", "meta": "string", "contacts": [ { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "email": "string", "phone": "string", "mobile": "string", "fax": "string", "details": "string", "notify": true, "customerId": 0, "meta": "string" } ] }, "template": { "id": 0, "name": "string", "code": "string", "licenseType": "string", "format": 0, "licensingMode": 0, "licenseFileName": "string", "issueDate": true, "expireDays": 0, "supportDays": 0, "generateKeyInfo": true, "userKey": "string", "description": "string", "template": "string", "productId": 0, "signatureKeysId": 0, "releaseId": 0, "product": { "id": "string", "name": "string", "version": "string", "copyright": "string", "url": "string", "description": "string" }, "components": [ "string" ], "assemblies": [ { "id": 0, "name": "string", "version": "string", "culture": "string", "publicKeyToken": "string", "mappingFileId": 0, "debugSymbolsKey": "string" } ], "fields": [ { "name": "string", "value": "string" } ], "features": [ { "id": "string", "name": "string", "description": "string", "expireDate": "2019-08-24T14:15:22Z", "key": "string", "data": "string" } ], "restrictions": [ { "id": "string", "name": "string", "expireDate": "2019-08-24T14:15:22Z", "properties": { "property1": "string", "property2": "string" }, "customXmlContent": "string" } ] }, "licensee": { "name": "string", "company": "string", "contactInfo": "string", "url": "string" }, "components": [ "string" ], "assemblies": [ { "id": 0, "name": "string", "version": "string", "culture": "string", "publicKeyToken": "string", "mappingFileId": 0, "debugSymbolsKey": "string" } ], "fields": [ { "name": "string", "value": "string" } ], "features": [ { "id": "string", "name": "string", "description": "string", "expireDate": "2019-08-24T14:15:22Z", "key": "string", "data": "string" } ], "restrictions": [ { "id": "string", "name": "string", "expireDate": "2019-08-24T14:15:22Z", "properties": { "property1": "string", "property2": "string" }, "customXmlContent": "string" } ] }

Properties

NameTypeRequiredRestrictionsDescription
idinteger(int32)¦nullfalsenonenone
licenseIdstring¦nullfalsenonenone
licenseTypestring¦nullfalsenonenone
formatLicensing.LicenseFormatfalsenonenone
descriptionstring¦nullfalsenonenone
createdAtstring(date-time)¦nullfalsenonenone
updatedAtstring(date-time)¦nullfalsenonenone
issueDatestring(date-time)¦nullfalsenonenone
expireDatestring(date-time)¦nullfalsenonenone
supportExpireDatestring(date-time)¦nullfalsenonenone
revokedboolean¦nullfalsenonenone
traceboolean¦nullfalsenonenone
licenseKeystring(byte)¦nullfalsenonenone
maxAllowedSitesinteger(int32)¦nullfalsenonenone
userKeystring¦nullfalsenonenone
licensingModeManagement.LicensingModefalsenonenone
licenseeNamestring¦nullfalsenonenone
licenseeCompanystring¦nullfalsenonenone
licenseeEmailstring¦nullfalsenonenone
hashstring¦nullfalsenonenone
metastring¦nullfalsenonenone
templateIdinteger(int32)¦nullfalsenonenone
signatureKeysIdinteger(int32)¦nullfalsenonenone
customerIdinteger(int32)¦nullfalsenonenone
orderIdinteger(int32)¦nullfalsenonenone
productManagement.LicenseProductfalsenonenone
orderManagement.Orderfalsenonenone
customerManagement.Customerfalsenonenone
templateManagement.LicenseTemplatefalsenonenone
licenseeManagement.Licenseefalsenonenone
components[string]¦nullfalsenonenone
assemblies[Management.Assembly]¦nullfalsenonenone
fields[Management.LicenseField]¦nullfalsenonenone
features[Management.LicenseFeature]¦nullfalsenonenone
restrictions[Management.LicenseRestriction]¦nullfalsenonenone

Management.LicenseFeature

{ "id": "string", "name": "string", "description": "string", "expireDate": "2019-08-24T14:15:22Z", "key": "string", "data": "string" }

Properties

NameTypeRequiredRestrictionsDescription
idstring¦nullfalsenonenone
namestring¦nullfalsenonenone
descriptionstring¦nullfalsenonenone
expireDatestring(date-time)¦nullfalsenonenone
keystring(byte)¦nullfalsenonenone
datastring(byte)¦nullfalsenonenone

Management.LicenseField

{ "name": "string", "value": "string" }

Properties

NameTypeRequiredRestrictionsDescription
namestring¦nullfalsenonenone
valuestring¦nullfalsenonenone

Management.LicenseProduct

{ "id": "string", "name": "string", "version": "string", "copyright": "string", "url": "string", "description": "string" }

Properties

NameTypeRequiredRestrictionsDescription
idstring¦nullfalsenonenone
namestring¦nullfalsenonenone
versionstring¦nullfalsenonenone
copyrightstring¦nullfalsenonenone
urlstring¦nullfalsenonenone
descriptionstring¦nullfalsenonenone

Management.LicenseRestriction

{ "id": "string", "name": "string", "expireDate": "2019-08-24T14:15:22Z", "properties": { "property1": "string", "property2": "string" }, "customXmlContent": "string" }

Properties

NameTypeRequiredRestrictionsDescription
idstring¦nullfalsenonenone
namestring¦nullfalsenonenone
expireDatestring(date-time)¦nullfalsenonenone
propertiesobject¦nullfalsenonenone
» additionalPropertiesstring¦nullfalsenonenone
customXmlContentstring¦nullfalsenonenone

Management.LicenseTemplate

{ "id": 0, "name": "string", "code": "string", "licenseType": "string", "format": 0, "licensingMode": 0, "licenseFileName": "string", "issueDate": true, "expireDays": 0, "supportDays": 0, "generateKeyInfo": true, "userKey": "string", "description": "string", "template": "string", "productId": 0, "signatureKeysId": 0, "releaseId": 0, "product": { "id": "string", "name": "string", "version": "string", "copyright": "string", "url": "string", "description": "string" }, "components": [ "string" ], "assemblies": [ { "id": 0, "name": "string", "version": "string", "culture": "string", "publicKeyToken": "string", "mappingFileId": 0, "debugSymbolsKey": "string" } ], "fields": [ { "name": "string", "value": "string" } ], "features": [ { "id": "string", "name": "string", "description": "string", "expireDate": "2019-08-24T14:15:22Z", "key": "string", "data": "string" } ], "restrictions": [ { "id": "string", "name": "string", "expireDate": "2019-08-24T14:15:22Z", "properties": { "property1": "string", "property2": "string" }, "customXmlContent": "string" } ] }

Properties

NameTypeRequiredRestrictionsDescription
idinteger(int32)¦nullfalsenonenone
namestring¦nullfalsenonenone
codestring¦nullfalsenonenone
licenseTypestring¦nullfalsenonenone
formatLicensing.LicenseFormatfalsenonenone
licensingModeManagement.LicensingModefalsenonenone
licenseFileNamestring¦nullfalsenonenone
issueDateboolean¦nullfalsenonenone
expireDaysinteger(int32)¦nullfalsenonenone
supportDaysinteger(int32)¦nullfalsenonenone
generateKeyInfoboolean¦nullfalsenonenone
userKeystring¦nullfalsenonenone
descriptionstring¦nullfalsenonenone
templatestring(byte)¦nullfalsenonenone
productIdinteger(int32)¦nullfalsenonenone
signatureKeysIdinteger(int32)¦nullfalsenonenone
releaseIdinteger(int32)¦nullfalsenonenone
productManagement.LicenseProductfalsenonenone
components[string]¦nullfalsenonenone
assemblies[Management.Assembly]¦nullfalsenonenone
fields[Management.LicenseField]¦nullfalsenonenone
features[Management.LicenseFeature]¦nullfalsenonenone
restrictions[Management.LicenseRestriction]¦nullfalsenonenone

Management.LicenseToken

{ "id": 0, "token": "string", "address": "string", "clientId": "string", "clientName": "string", "machineId": "string", "issueDate": "2019-08-24T14:15:22Z", "expireDate": "2019-08-24T14:15:22Z", "lastHeartbeat": "2019-08-24T14:15:22Z", "hash": "string", "licenseId": 0, "license": { "id": 0, "licenseId": "string", "licenseType": "string", "format": 0, "description": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "issueDate": "2019-08-24T14:15:22Z", "expireDate": "2019-08-24T14:15:22Z", "supportExpireDate": "2019-08-24T14:15:22Z", "revoked": true, "trace": true, "licenseKey": "string", "maxAllowedSites": 0, "userKey": "string", "licensingMode": 0, "licenseeName": "string", "licenseeCompany": "string", "licenseeEmail": "string", "hash": "string", "meta": "string", "templateId": 0, "signatureKeysId": 0, "customerId": 0, "orderId": 0, "product": { "id": "string", "name": "string", "version": "string", "copyright": "string", "url": "string", "description": "string" }, "order": { "id": 0, "orderNumber": "string", "status": "string", "processedBy": "string", "purchaseOrder": "string", "total": 0.1, "currency": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "invoiceNumber": "string", "paymentType": "string", "paymentNumber": "string", "paymentStatus": "string", "paymentDate": "2019-08-24T14:15:22Z", "description": "string", "customerId": 0, "customer": { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "company": "string", "code": "string", "vatCode": "string", "invoiceCode": "string", "rating": 0, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "address": "string", "address1": "string", "address2": "string", "postalCode": "string", "region": "string", "city": "string", "country": "string", "countryCode": "string", "mapCoordinates": "string", "mapZoomLevel": 0.1, "email": "string", "phone": "string", "mobile": "string", "fax": "string", "website": "string", "notes": "string", "isReseller": true, "image": "string", "meta": "string", "contacts": [ { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "email": "string", "phone": "string", "mobile": "string", "fax": "string", "details": "string", "notify": true, "customerId": 0, "meta": "string" } ] }, "resellerId": 0 }, "customer": { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "company": "string", "code": "string", "vatCode": "string", "invoiceCode": "string", "rating": 0, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "address": "string", "address1": "string", "address2": "string", "postalCode": "string", "region": "string", "city": "string", "country": "string", "countryCode": "string", "mapCoordinates": "string", "mapZoomLevel": 0.1, "email": "string", "phone": "string", "mobile": "string", "fax": "string", "website": "string", "notes": "string", "isReseller": true, "image": "string", "meta": "string", "contacts": [ { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "email": "string", "phone": "string", "mobile": "string", "fax": "string", "details": "string", "notify": true, "customerId": 0, "meta": "string" } ] }, "template": { "id": 0, "name": "string", "code": "string", "licenseType": "string", "format": 0, "licensingMode": 0, "licenseFileName": "string", "issueDate": true, "expireDays": 0, "supportDays": 0, "generateKeyInfo": true, "userKey": "string", "description": "string", "template": "string", "productId": 0, "signatureKeysId": 0, "releaseId": 0, "product": { "id": "string", "name": "string", "version": "string", "copyright": "string", "url": "string", "description": "string" }, "components": [ "string" ], "assemblies": [ { "id": 0, "name": "string", "version": "string", "culture": "string", "publicKeyToken": "string", "mappingFileId": 0, "debugSymbolsKey": "string" } ], "fields": [ { "name": "string", "value": "string" } ], "features": [ { "id": "string", "name": "string", "description": "string", "expireDate": "2019-08-24T14:15:22Z", "key": "string", "data": "string" } ], "restrictions": [ { "id": "string", "name": "string", "expireDate": "2019-08-24T14:15:22Z", "properties": { "property1": "string", "property2": "string" }, "customXmlContent": "string" } ] }, "licensee": { "name": "string", "company": "string", "contactInfo": "string", "url": "string" }, "components": [ "string" ], "assemblies": [ { "id": 0, "name": "string", "version": "string", "culture": "string", "publicKeyToken": "string", "mappingFileId": 0, "debugSymbolsKey": "string" } ], "fields": [ { "name": "string", "value": "string" } ], "features": [ { "id": "string", "name": "string", "description": "string", "expireDate": "2019-08-24T14:15:22Z", "key": "string", "data": "string" } ], "restrictions": [ { "id": "string", "name": "string", "expireDate": "2019-08-24T14:15:22Z", "properties": { "property1": "string", "property2": "string" }, "customXmlContent": "string" } ] }, "nodeLockedLicenseId": 0, "nodeLockedLicense": { "id": 0, "licenseId": "string", "licenseType": "string", "format": 0, "description": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "issueDate": "2019-08-24T14:15:22Z", "expireDate": "2019-08-24T14:15:22Z", "supportExpireDate": "2019-08-24T14:15:22Z", "revoked": true, "trace": true, "licenseKey": "string", "maxAllowedSites": 0, "userKey": "string", "licensingMode": 0, "licenseeName": "string", "licenseeCompany": "string", "licenseeEmail": "string", "hash": "string", "meta": "string", "templateId": 0, "signatureKeysId": 0, "customerId": 0, "orderId": 0, "product": { "id": "string", "name": "string", "version": "string", "copyright": "string", "url": "string", "description": "string" }, "order": { "id": 0, "orderNumber": "string", "status": "string", "processedBy": "string", "purchaseOrder": "string", "total": 0.1, "currency": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "invoiceNumber": "string", "paymentType": "string", "paymentNumber": "string", "paymentStatus": "string", "paymentDate": "2019-08-24T14:15:22Z", "description": "string", "customerId": 0, "customer": { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "company": "string", "code": "string", "vatCode": "string", "invoiceCode": "string", "rating": 0, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "address": "string", "address1": "string", "address2": "string", "postalCode": "string", "region": "string", "city": "string", "country": "string", "countryCode": "string", "mapCoordinates": "string", "mapZoomLevel": 0.1, "email": "string", "phone": "string", "mobile": "string", "fax": "string", "website": "string", "notes": "string", "isReseller": true, "image": "string", "meta": "string", "contacts": [ { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "email": "string", "phone": "string", "mobile": "string", "fax": "string", "details": "string", "notify": true, "customerId": 0, "meta": "string" } ] }, "resellerId": 0 }, "customer": { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "company": "string", "code": "string", "vatCode": "string", "invoiceCode": "string", "rating": 0, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "address": "string", "address1": "string", "address2": "string", "postalCode": "string", "region": "string", "city": "string", "country": "string", "countryCode": "string", "mapCoordinates": "string", "mapZoomLevel": 0.1, "email": "string", "phone": "string", "mobile": "string", "fax": "string", "website": "string", "notes": "string", "isReseller": true, "image": "string", "meta": "string", "contacts": [ { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "email": "string", "phone": "string", "mobile": "string", "fax": "string", "details": "string", "notify": true, "customerId": 0, "meta": "string" } ] }, "template": { "id": 0, "name": "string", "code": "string", "licenseType": "string", "format": 0, "licensingMode": 0, "licenseFileName": "string", "issueDate": true, "expireDays": 0, "supportDays": 0, "generateKeyInfo": true, "userKey": "string", "description": "string", "template": "string", "productId": 0, "signatureKeysId": 0, "releaseId": 0, "product": { "id": "string", "name": "string", "version": "string", "copyright": "string", "url": "string", "description": "string" }, "components": [ "string" ], "assemblies": [ { "id": 0, "name": "string", "version": "string", "culture": "string", "publicKeyToken": "string", "mappingFileId": 0, "debugSymbolsKey": "string" } ], "fields": [ { "name": "string", "value": "string" } ], "features": [ { "id": "string", "name": "string", "description": "string", "expireDate": "2019-08-24T14:15:22Z", "key": "string", "data": "string" } ], "restrictions": [ { "id": "string", "name": "string", "expireDate": "2019-08-24T14:15:22Z", "properties": { "property1": "string", "property2": "string" }, "customXmlContent": "string" } ] }, "licensee": { "name": "string", "company": "string", "contactInfo": "string", "url": "string" }, "components": [ "string" ], "assemblies": [ { "id": 0, "name": "string", "version": "string", "culture": "string", "publicKeyToken": "string", "mappingFileId": 0, "debugSymbolsKey": "string" } ], "fields": [ { "name": "string", "value": "string" } ], "features": [ { "id": "string", "name": "string", "description": "string", "expireDate": "2019-08-24T14:15:22Z", "key": "string", "data": "string" } ], "restrictions": [ { "id": "string", "name": "string", "expireDate": "2019-08-24T14:15:22Z", "properties": { "property1": "string", "property2": "string" }, "customXmlContent": "string" } ] } }

Properties

NameTypeRequiredRestrictionsDescription
idinteger(int32)¦nullfalsenonenone
tokenstring¦nullfalsenonenone
addressstring¦nullfalsenonenone
clientIdstring¦nullfalsenonenone
clientNamestring¦nullfalsenonenone
machineIdstring¦nullfalsenonenone
issueDatestring(date-time)¦nullfalsenonenone
expireDatestring(date-time)¦nullfalsenonenone
lastHeartbeatstring(date-time)¦nullfalsenonenone
hashstring¦nullfalsenonenone
licenseIdinteger(int32)¦nullfalsenonenone
licenseManagement.Licensefalsenonenone
nodeLockedLicenseIdinteger(int32)¦nullfalsenonenone
nodeLockedLicenseManagement.Licensefalsenonenone

Management.LicenseTrace

{ "id": 0, "clientIp": "string", "clientId": "string", "clientName": "string", "machineId": "string", "createdDate": "2019-08-24T14:15:22Z", "action": 0, "geoLocation": "string", "meta": "string", "licenseId": 0 }

Properties

NameTypeRequiredRestrictionsDescription
idinteger(int32)¦nullfalsenonenone
clientIpstring¦nullfalsenonenone
clientIdstring¦nullfalsenonenone
clientNamestring¦nullfalsenonenone
machineIdstring¦nullfalsenonenone
createdDatestring(date-time)¦nullfalsenonenone
actioninteger(int32)¦nullfalsenonenone
geoLocationstring¦nullfalsenonenone
metastring¦nullfalsenonenone
licenseIdinteger(int32)¦nullfalsenonenone

Management.Licensee

{ "name": "string", "company": "string", "contactInfo": "string", "url": "string" }

Properties

NameTypeRequiredRestrictionsDescription
namestring¦nullfalsenonenone
companystring¦nullfalsenonenone
contactInfostring¦nullfalsenonenone
urlstring¦nullfalsenonenone

Management.LicensingMode

0

Properties

NameTypeRequiredRestrictionsDescription
anonymousinteger(int32)falsenonenone

Enumerated Values

PropertyValue
anonymous0
anonymous1
anonymous2

Management.LogEntry

{ "id": 0, "message": "string", "messageTemplate": "string", "level": "string", "timeStamp": "2019-08-24T14:15:22Z", "exception": "string", "properties": "string" }

Properties

NameTypeRequiredRestrictionsDescription
idinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone
messageTemplatestring¦nullfalsenonenone
levelstring¦nullfalsenonenone
timeStampstring(date-time)¦nullfalsenonenone
exceptionstring¦nullfalsenonenone
propertiesstring¦nullfalsenonenone

Management.LogLevelInfo

{ "date": "2019-08-24T14:15:22Z", "level": "string", "count": 0 }

Properties

NameTypeRequiredRestrictionsDescription
datestring(date-time)falsenonenone
levelstring¦nullfalsenonenone
countinteger(int32)falsenonenone

Management.LoginRequest

{ "username": "string", "password": "string" }

Properties

NameTypeRequiredRestrictionsDescription
usernamestring¦nullfalsenonenone
passwordstring¦nullfalsenonenone

Management.LoginResponse

{ "success": true, "code": 0, "message": "string", "token": "string", "expiresIn": 0 }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone
tokenstring¦nullfalsenonenone
expiresIninteger(int32)falsenonenone

Management.LogoutRequest

{}

Properties

None

Management.LogoutResponse

{ "success": true, "code": 0, "message": "string" }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone

Management.Order

{ "id": 0, "orderNumber": "string", "status": "string", "processedBy": "string", "purchaseOrder": "string", "total": 0.1, "currency": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "invoiceNumber": "string", "paymentType": "string", "paymentNumber": "string", "paymentStatus": "string", "paymentDate": "2019-08-24T14:15:22Z", "description": "string", "customerId": 0, "customer": { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "company": "string", "code": "string", "vatCode": "string", "invoiceCode": "string", "rating": 0, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "address": "string", "address1": "string", "address2": "string", "postalCode": "string", "region": "string", "city": "string", "country": "string", "countryCode": "string", "mapCoordinates": "string", "mapZoomLevel": 0.1, "email": "string", "phone": "string", "mobile": "string", "fax": "string", "website": "string", "notes": "string", "isReseller": true, "image": "string", "meta": "string", "contacts": [ { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "email": "string", "phone": "string", "mobile": "string", "fax": "string", "details": "string", "notify": true, "customerId": 0, "meta": "string" } ] }, "resellerId": 0 }

Properties

NameTypeRequiredRestrictionsDescription
idinteger(int32)¦nullfalsenonenone
orderNumberstring¦nullfalsenonenone
statusstring¦nullfalsenonenone
processedBystring¦nullfalsenonenone
purchaseOrderstring¦nullfalsenonenone
totalnumber(double)¦nullfalsenonenone
currencystring¦nullfalsenonenone
createdAtstring(date-time)¦nullfalsenonenone
updatedAtstring(date-time)¦nullfalsenonenone
invoiceNumberstring¦nullfalsenonenone
paymentTypestring¦nullfalsenonenone
paymentNumberstring¦nullfalsenonenone
paymentStatusstring¦nullfalsenonenone
paymentDatestring(date-time)¦nullfalsenonenone
descriptionstring¦nullfalsenonenone
customerIdinteger(int32)¦nullfalsenonenone
customerManagement.Customerfalsenonenone
resellerIdinteger(int32)¦nullfalsenonenone

Management.Product

{ "id": 0, "code": "string", "name": "string", "description": "string", "url": "string", "copyright": "string", "createdAt": "2019-08-24T14:15:22Z", "image": "string", "price": 0.1, "resellerPrice": 0.1, "currency": "string", "signatureKeysId": 0, "meta": "string", "signatureKeys": { "id": 0, "name": "string", "type": "string", "code": "string", "description": "string", "source": "string", "password": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "data": "string", "dataFormat": "string", "meta": "string" }, "productOrders": [ { "productId": 0, "orderId": 0, "quantity": 0, "unitPrice": 0.1, "discount": 0.1, "taxes": 0.1, "description": "string", "product": { "id": 0, "code": "string", "name": "string", "description": "string", "url": "string", "copyright": "string", "createdAt": "2019-08-24T14:15:22Z", "image": "string", "price": 0.1, "resellerPrice": 0.1, "currency": "string", "signatureKeysId": 0, "meta": "string", "signatureKeys": { "id": 0, "name": "string", "type": "string", "code": "string", "description": "string", "source": "string", "password": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "data": "string", "dataFormat": "string", "meta": "string" }, "productOrders": [] }, "order": { "id": 0, "orderNumber": "string", "status": "string", "processedBy": "string", "purchaseOrder": "string", "total": 0.1, "currency": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "invoiceNumber": "string", "paymentType": "string", "paymentNumber": "string", "paymentStatus": "string", "paymentDate": "2019-08-24T14:15:22Z", "description": "string", "customerId": 0, "customer": { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "company": "string", "code": "string", "vatCode": "string", "invoiceCode": "string", "rating": 0, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "address": "string", "address1": "string", "address2": "string", "postalCode": "string", "region": "string", "city": "string", "country": "string", "countryCode": "string", "mapCoordinates": "string", "mapZoomLevel": 0.1, "email": "string", "phone": "string", "mobile": "string", "fax": "string", "website": "string", "notes": "string", "isReseller": true, "image": "string", "meta": "string", "contacts": [ { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "email": "string", "phone": "string", "mobile": "string", "fax": "string", "details": "string", "notify": true, "customerId": 0, "meta": "string" } ] }, "resellerId": 0 } } ] }

Properties

NameTypeRequiredRestrictionsDescription
idinteger(int32)¦nullfalsenonenone
codestring¦nullfalsenonenone
namestring¦nullfalsenonenone
descriptionstring¦nullfalsenonenone
urlstring¦nullfalsenonenone
copyrightstring¦nullfalsenonenone
createdAtstring(date-time)¦nullfalsenonenone
imagestring(byte)¦nullfalsenonenone
pricenumber(double)¦nullfalsenonenone
resellerPricenumber(double)¦nullfalsenonenone
currencystring¦nullfalsenonenone
signatureKeysIdinteger(int32)¦nullfalsenonenone
metastring¦nullfalsenonenone
signatureKeysManagement.Resourcefalsenonenone
productOrders[Management.ProductOrder]¦nullfalsenonenone

Management.ProductOrder

{ "productId": 0, "orderId": 0, "quantity": 0, "unitPrice": 0.1, "discount": 0.1, "taxes": 0.1, "description": "string", "product": { "id": 0, "code": "string", "name": "string", "description": "string", "url": "string", "copyright": "string", "createdAt": "2019-08-24T14:15:22Z", "image": "string", "price": 0.1, "resellerPrice": 0.1, "currency": "string", "signatureKeysId": 0, "meta": "string", "signatureKeys": { "id": 0, "name": "string", "type": "string", "code": "string", "description": "string", "source": "string", "password": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "data": "string", "dataFormat": "string", "meta": "string" }, "productOrders": [ { "productId": 0, "orderId": 0, "quantity": 0, "unitPrice": 0.1, "discount": 0.1, "taxes": 0.1, "description": "string", "product": {}, "order": { "id": 0, "orderNumber": "string", "status": "string", "processedBy": "string", "purchaseOrder": "string", "total": 0.1, "currency": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "invoiceNumber": "string", "paymentType": "string", "paymentNumber": "string", "paymentStatus": "string", "paymentDate": "2019-08-24T14:15:22Z", "description": "string", "customerId": 0, "customer": { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "company": "string", "code": "string", "vatCode": "string", "invoiceCode": "string", "rating": 0, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "address": "string", "address1": "string", "address2": "string", "postalCode": "string", "region": "string", "city": "string", "country": "string", "countryCode": "string", "mapCoordinates": "string", "mapZoomLevel": 0.1, "email": "string", "phone": "string", "mobile": "string", "fax": "string", "website": "string", "notes": "string", "isReseller": true, "image": "string", "meta": "string", "contacts": [ { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "email": "string", "phone": "string", "mobile": "string", "fax": "string", "details": "string", "notify": true, "customerId": 0, "meta": "string" } ] }, "resellerId": 0 } } ] }, "order": { "id": 0, "orderNumber": "string", "status": "string", "processedBy": "string", "purchaseOrder": "string", "total": 0.1, "currency": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "invoiceNumber": "string", "paymentType": "string", "paymentNumber": "string", "paymentStatus": "string", "paymentDate": "2019-08-24T14:15:22Z", "description": "string", "customerId": 0, "customer": { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "company": "string", "code": "string", "vatCode": "string", "invoiceCode": "string", "rating": 0, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "address": "string", "address1": "string", "address2": "string", "postalCode": "string", "region": "string", "city": "string", "country": "string", "countryCode": "string", "mapCoordinates": "string", "mapZoomLevel": 0.1, "email": "string", "phone": "string", "mobile": "string", "fax": "string", "website": "string", "notes": "string", "isReseller": true, "image": "string", "meta": "string", "contacts": [ { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "email": "string", "phone": "string", "mobile": "string", "fax": "string", "details": "string", "notify": true, "customerId": 0, "meta": "string" } ] }, "resellerId": 0 } }

Properties

NameTypeRequiredRestrictionsDescription
productIdinteger(int32)¦nullfalsenonenone
orderIdinteger(int32)¦nullfalsenonenone
quantityinteger(int32)¦nullfalsenonenone
unitPricenumber(double)¦nullfalsenonenone
discountnumber(double)¦nullfalsenonenone
taxesnumber(double)¦nullfalsenonenone
descriptionstring¦nullfalsenonenone
productManagement.Productfalsenonenone
orderManagement.Orderfalsenonenone

Management.Release

{ "id": 0, "releaseDate": "2019-08-24T14:15:22Z", "name": "string", "version": "string", "description": "string" }

Properties

NameTypeRequiredRestrictionsDescription
idinteger(int32)¦nullfalsenonenone
releaseDatestring(date-time)falsenonenone
namestring¦nullfalsenonenone
versionstring¦nullfalsenonenone
descriptionstring¦nullfalsenonenone

Management.RemoveUserFromRoleRequest

{ "roles": "string" }

Properties

NameTypeRequiredRestrictionsDescription
rolesstring¦nullfalsenonenone

Management.RemoveUserFromRoleResponse

{ "success": true, "code": 0, "message": "string" }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone

Management.Report

{ "id": 0, "uid": "string", "name": "string", "version": "string", "date": "2019-08-24T14:15:22Z", "userKey": "string", "machineId": "string", "clientId": "string", "clientName": "string", "contentType": "string", "content": "string", "address": "string", "properties": [ { "id": 0, "name": "string", "value": "string", "reportId": 0 } ] }

Properties

NameTypeRequiredRestrictionsDescription
idinteger(int32)falsenonenone
uidstring¦nullfalsenonenone
namestring¦nullfalsenonenone
versionstring¦nullfalsenonenone
datestring(date-time)¦nullfalsenonenone
userKeystring¦nullfalsenonenone
machineIdstring¦nullfalsenonenone
clientIdstring¦nullfalsenonenone
clientNamestring¦nullfalsenonenone
contentTypestring¦nullfalsenonenone
contentstring¦nullfalsenonenone
addressstring¦nullfalsenonenone
properties[Management.ReportProperty]¦nullfalsenonenone

Management.ReportProperty

{ "id": 0, "name": "string", "value": "string", "reportId": 0 }

Properties

NameTypeRequiredRestrictionsDescription
idinteger(int32)falsenonenone
namestring¦nullfalsenonenone
valuestring¦nullfalsenonenone
reportIdinteger(int32)falsenonenone

Management.Resource

{ "id": 0, "name": "string", "type": "string", "code": "string", "description": "string", "source": "string", "password": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "data": "string", "dataFormat": "string", "meta": "string" }

Properties

NameTypeRequiredRestrictionsDescription
idinteger(int32)¦nullfalsenonenone
namestring¦nullfalsenonenone
typestring¦nullfalsenonenone
codestring¦nullfalsenonenone
descriptionstring¦nullfalsenonenone
sourcestring¦nullfalsenonenone
passwordstring¦nullfalsenonenone
createdAtstring(date-time)¦nullfalsenonenone
updatedAtstring(date-time)¦nullfalsenonenone
datastring(byte)¦nullfalsenonenone
dataFormatstring¦nullfalsenonenone
metastring¦nullfalsenonenone

Management.Role

{ "id": "string", "name": "string", "description": "string" }

Properties

NameTypeRequiredRestrictionsDescription
idstring¦nullfalsenonenone
namestring¦nullfalsenonenone
descriptionstring¦nullfalsenonenone

Management.SendEmailRequest

{ "to": [ { "name": "string", "email": "string" } ], "subject": "string", "body": "string", "isHtml": true, "attachments": [ { "fileName": "string", "content": "string", "contentType": "string" } ] }

Properties

NameTypeRequiredRestrictionsDescription
to[Management.EmailRecipient]¦nullfalsenonenone
subjectstring¦nullfalsenonenone
bodystring¦nullfalsenonenone
isHtmlbooleanfalsenonenone
attachments[Management.EmailAttachment]¦nullfalsenonenone

Management.SendEmailResponse

{ "success": true, "code": 0, "message": "string" }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone

Management.SendLicenseEmailRequest

{ "licenseId": 0, "resourceId": 0 }

Properties

NameTypeRequiredRestrictionsDescription
licenseIdinteger(int32)falsenonenone
resourceIdinteger(int32)falsenonenone

Management.SendLicenseEmailResponse

{ "success": true, "code": 0, "message": "string" }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone

Management.SendWebhookTestEventRequest

{ "payload": null }

Properties

NameTypeRequiredRestrictionsDescription
payloadanyfalsenonenone

Management.SendWebhookTestEventResponse

{ "success": true, "message": "string", "eventId": 0 }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
messagestring¦nullfalsenonenone
eventIdinteger(int32)¦nullfalsenonenone

Management.UpdateApiKeyRequest

{ "apiKey": { "id": 0, "name": "string", "key": "string", "clientSecret": "string", "createdDate": "2019-08-24T14:15:22Z", "expireDate": "2019-08-24T14:15:22Z", "ownerId": "string", "revoked": true, "permissions": 0, "description": "string" } }

Properties

NameTypeRequiredRestrictionsDescription
apiKeyManagement.ApiKeyfalsenonenone

Management.UpdateApiKeyResponse

{ "success": true, "code": 0, "message": "string" }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone

Management.UpdateAssemblyRequest

{ "assembly": { "id": 0, "name": "string", "version": "string", "culture": "string", "publicKeyToken": "string", "mappingFileId": 0, "debugSymbolsKey": "string" } }

Properties

NameTypeRequiredRestrictionsDescription
assemblyManagement.Assemblyfalsenonenone

Management.UpdateAssemblyResponse

{ "success": true, "code": 0, "message": "string" }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone

Management.UpdateContactRequest

{ "contact": { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "email": "string", "phone": "string", "mobile": "string", "fax": "string", "details": "string", "notify": true, "customerId": 0, "meta": "string" } }

Properties

NameTypeRequiredRestrictionsDescription
contactManagement.Contactfalsenonenone

Management.UpdateContactResponse

{ "success": true, "code": 0, "message": "string" }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone

Management.UpdateCustomerRequest

{ "customer": { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "company": "string", "code": "string", "vatCode": "string", "invoiceCode": "string", "rating": 0, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "address": "string", "address1": "string", "address2": "string", "postalCode": "string", "region": "string", "city": "string", "country": "string", "countryCode": "string", "mapCoordinates": "string", "mapZoomLevel": 0.1, "email": "string", "phone": "string", "mobile": "string", "fax": "string", "website": "string", "notes": "string", "isReseller": true, "image": "string", "meta": "string", "contacts": [ { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "email": "string", "phone": "string", "mobile": "string", "fax": "string", "details": "string", "notify": true, "customerId": 0, "meta": "string" } ] } }

Properties

NameTypeRequiredRestrictionsDescription
customerManagement.Customerfalsenonenone

Management.UpdateCustomerResponse

{ "success": true, "code": 0, "message": "string" }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone

Management.UpdateLicenseRequest

{ "license": { "id": 0, "licenseId": "string", "licenseType": "string", "format": 0, "description": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "issueDate": "2019-08-24T14:15:22Z", "expireDate": "2019-08-24T14:15:22Z", "supportExpireDate": "2019-08-24T14:15:22Z", "revoked": true, "trace": true, "licenseKey": "string", "maxAllowedSites": 0, "userKey": "string", "licensingMode": 0, "licenseeName": "string", "licenseeCompany": "string", "licenseeEmail": "string", "hash": "string", "meta": "string", "templateId": 0, "signatureKeysId": 0, "customerId": 0, "orderId": 0, "product": { "id": "string", "name": "string", "version": "string", "copyright": "string", "url": "string", "description": "string" }, "order": { "id": 0, "orderNumber": "string", "status": "string", "processedBy": "string", "purchaseOrder": "string", "total": 0.1, "currency": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "invoiceNumber": "string", "paymentType": "string", "paymentNumber": "string", "paymentStatus": "string", "paymentDate": "2019-08-24T14:15:22Z", "description": "string", "customerId": 0, "customer": { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "company": "string", "code": "string", "vatCode": "string", "invoiceCode": "string", "rating": 0, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "address": "string", "address1": "string", "address2": "string", "postalCode": "string", "region": "string", "city": "string", "country": "string", "countryCode": "string", "mapCoordinates": "string", "mapZoomLevel": 0.1, "email": "string", "phone": "string", "mobile": "string", "fax": "string", "website": "string", "notes": "string", "isReseller": true, "image": "string", "meta": "string", "contacts": [ { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "email": "string", "phone": "string", "mobile": "string", "fax": "string", "details": "string", "notify": true, "customerId": 0, "meta": "string" } ] }, "resellerId": 0 }, "customer": { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "company": "string", "code": "string", "vatCode": "string", "invoiceCode": "string", "rating": 0, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "address": "string", "address1": "string", "address2": "string", "postalCode": "string", "region": "string", "city": "string", "country": "string", "countryCode": "string", "mapCoordinates": "string", "mapZoomLevel": 0.1, "email": "string", "phone": "string", "mobile": "string", "fax": "string", "website": "string", "notes": "string", "isReseller": true, "image": "string", "meta": "string", "contacts": [ { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "email": "string", "phone": "string", "mobile": "string", "fax": "string", "details": "string", "notify": true, "customerId": 0, "meta": "string" } ] }, "template": { "id": 0, "name": "string", "code": "string", "licenseType": "string", "format": 0, "licensingMode": 0, "licenseFileName": "string", "issueDate": true, "expireDays": 0, "supportDays": 0, "generateKeyInfo": true, "userKey": "string", "description": "string", "template": "string", "productId": 0, "signatureKeysId": 0, "releaseId": 0, "product": { "id": "string", "name": "string", "version": "string", "copyright": "string", "url": "string", "description": "string" }, "components": [ "string" ], "assemblies": [ { "id": 0, "name": "string", "version": "string", "culture": "string", "publicKeyToken": "string", "mappingFileId": 0, "debugSymbolsKey": "string" } ], "fields": [ { "name": "string", "value": "string" } ], "features": [ { "id": "string", "name": "string", "description": "string", "expireDate": "2019-08-24T14:15:22Z", "key": "string", "data": "string" } ], "restrictions": [ { "id": "string", "name": "string", "expireDate": "2019-08-24T14:15:22Z", "properties": { "property1": "string", "property2": "string" }, "customXmlContent": "string" } ] }, "licensee": { "name": "string", "company": "string", "contactInfo": "string", "url": "string" }, "components": [ "string" ], "assemblies": [ { "id": 0, "name": "string", "version": "string", "culture": "string", "publicKeyToken": "string", "mappingFileId": 0, "debugSymbolsKey": "string" } ], "fields": [ { "name": "string", "value": "string" } ], "features": [ { "id": "string", "name": "string", "description": "string", "expireDate": "2019-08-24T14:15:22Z", "key": "string", "data": "string" } ], "restrictions": [ { "id": "string", "name": "string", "expireDate": "2019-08-24T14:15:22Z", "properties": { "property1": "string", "property2": "string" }, "customXmlContent": "string" } ] } }

Properties

NameTypeRequiredRestrictionsDescription
licenseManagement.Licensefalsenonenone

Management.UpdateLicenseResponse

{ "success": true, "code": 0, "message": "string", "licenseKeyId": "string", "userKey": "string", "licenseKey": "string" }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone
licenseKeyIdstring¦nullfalsenonenone
userKeystring¦nullfalsenonenone
licenseKeystring(byte)¦nullfalsenonenone

Management.UpdateLicenseTemplateRequest

{ "licenseTemplate": { "id": 0, "name": "string", "code": "string", "licenseType": "string", "format": 0, "licensingMode": 0, "licenseFileName": "string", "issueDate": true, "expireDays": 0, "supportDays": 0, "generateKeyInfo": true, "userKey": "string", "description": "string", "template": "string", "productId": 0, "signatureKeysId": 0, "releaseId": 0, "product": { "id": "string", "name": "string", "version": "string", "copyright": "string", "url": "string", "description": "string" }, "components": [ "string" ], "assemblies": [ { "id": 0, "name": "string", "version": "string", "culture": "string", "publicKeyToken": "string", "mappingFileId": 0, "debugSymbolsKey": "string" } ], "fields": [ { "name": "string", "value": "string" } ], "features": [ { "id": "string", "name": "string", "description": "string", "expireDate": "2019-08-24T14:15:22Z", "key": "string", "data": "string" } ], "restrictions": [ { "id": "string", "name": "string", "expireDate": "2019-08-24T14:15:22Z", "properties": { "property1": "string", "property2": "string" }, "customXmlContent": "string" } ] } }

Properties

NameTypeRequiredRestrictionsDescription
licenseTemplateManagement.LicenseTemplatefalsenonenone

Management.UpdateLicenseTemplateResponse

{ "success": true, "code": 0, "message": "string", "template": "string" }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone
templatestring(byte)¦nullfalsenonenone

Management.UpdateOrderRequest

{ "order": { "id": 0, "orderNumber": "string", "status": "string", "processedBy": "string", "purchaseOrder": "string", "total": 0.1, "currency": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "invoiceNumber": "string", "paymentType": "string", "paymentNumber": "string", "paymentStatus": "string", "paymentDate": "2019-08-24T14:15:22Z", "description": "string", "customerId": 0, "customer": { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "company": "string", "code": "string", "vatCode": "string", "invoiceCode": "string", "rating": 0, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "address": "string", "address1": "string", "address2": "string", "postalCode": "string", "region": "string", "city": "string", "country": "string", "countryCode": "string", "mapCoordinates": "string", "mapZoomLevel": 0.1, "email": "string", "phone": "string", "mobile": "string", "fax": "string", "website": "string", "notes": "string", "isReseller": true, "image": "string", "meta": "string", "contacts": [ { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "email": "string", "phone": "string", "mobile": "string", "fax": "string", "details": "string", "notify": true, "customerId": 0, "meta": "string" } ] }, "resellerId": 0 } }

Properties

NameTypeRequiredRestrictionsDescription
orderManagement.Orderfalsenonenone

Management.UpdateOrderResponse

{ "success": true, "code": 0, "message": "string" }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone

Management.UpdateProductOrderRequest

{ "productOrder": { "productId": 0, "orderId": 0, "quantity": 0, "unitPrice": 0.1, "discount": 0.1, "taxes": 0.1, "description": "string", "product": { "id": 0, "code": "string", "name": "string", "description": "string", "url": "string", "copyright": "string", "createdAt": "2019-08-24T14:15:22Z", "image": "string", "price": 0.1, "resellerPrice": 0.1, "currency": "string", "signatureKeysId": 0, "meta": "string", "signatureKeys": { "id": 0, "name": "string", "type": "string", "code": "string", "description": "string", "source": "string", "password": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "data": "string", "dataFormat": "string", "meta": "string" }, "productOrders": [ {} ] }, "order": { "id": 0, "orderNumber": "string", "status": "string", "processedBy": "string", "purchaseOrder": "string", "total": 0.1, "currency": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "invoiceNumber": "string", "paymentType": "string", "paymentNumber": "string", "paymentStatus": "string", "paymentDate": "2019-08-24T14:15:22Z", "description": "string", "customerId": 0, "customer": { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "company": "string", "code": "string", "vatCode": "string", "invoiceCode": "string", "rating": 0, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "address": "string", "address1": "string", "address2": "string", "postalCode": "string", "region": "string", "city": "string", "country": "string", "countryCode": "string", "mapCoordinates": "string", "mapZoomLevel": 0.1, "email": "string", "phone": "string", "mobile": "string", "fax": "string", "website": "string", "notes": "string", "isReseller": true, "image": "string", "meta": "string", "contacts": [ { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "email": "string", "phone": "string", "mobile": "string", "fax": "string", "details": "string", "notify": true, "customerId": 0, "meta": "string" } ] }, "resellerId": 0 } } }

Properties

NameTypeRequiredRestrictionsDescription
productOrderManagement.ProductOrderfalsenonenone

Management.UpdateProductOrderResponse

{ "success": true, "code": 0, "message": "string" }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone

Management.UpdateProductReleaseAssemblyRequest

{ "assembly": { "id": 0, "name": "string", "version": "string", "culture": "string", "publicKeyToken": "string", "mappingFileId": 0, "debugSymbolsKey": "string" } }

Properties

NameTypeRequiredRestrictionsDescription
assemblyManagement.Assemblyfalsenonenone

Management.UpdateProductReleaseAssemblyResponse

{ "assemblyId": 0, "success": true, "code": 0, "message": "string" }

Properties

NameTypeRequiredRestrictionsDescription
assemblyIdinteger(int32)¦nullfalsenonenone
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone

Management.UpdateProductReleaseRequest

{ "release": { "id": 0, "releaseDate": "2019-08-24T14:15:22Z", "name": "string", "version": "string", "description": "string" } }

Properties

NameTypeRequiredRestrictionsDescription
releaseManagement.Releasefalsenonenone

Management.UpdateProductReleaseResponse

{ "releaseId": 0, "success": true, "code": 0, "message": "string" }

Properties

NameTypeRequiredRestrictionsDescription
releaseIdinteger(int32)¦nullfalsenonenone
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone

Management.UpdateProductRequest

{ "product": { "id": 0, "code": "string", "name": "string", "description": "string", "url": "string", "copyright": "string", "createdAt": "2019-08-24T14:15:22Z", "image": "string", "price": 0.1, "resellerPrice": 0.1, "currency": "string", "signatureKeysId": 0, "meta": "string", "signatureKeys": { "id": 0, "name": "string", "type": "string", "code": "string", "description": "string", "source": "string", "password": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "data": "string", "dataFormat": "string", "meta": "string" }, "productOrders": [ { "productId": 0, "orderId": 0, "quantity": 0, "unitPrice": 0.1, "discount": 0.1, "taxes": 0.1, "description": "string", "product": {}, "order": { "id": 0, "orderNumber": "string", "status": "string", "processedBy": "string", "purchaseOrder": "string", "total": 0.1, "currency": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "invoiceNumber": "string", "paymentType": "string", "paymentNumber": "string", "paymentStatus": "string", "paymentDate": "2019-08-24T14:15:22Z", "description": "string", "customerId": 0, "customer": { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "company": "string", "code": "string", "vatCode": "string", "invoiceCode": "string", "rating": 0, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "address": "string", "address1": "string", "address2": "string", "postalCode": "string", "region": "string", "city": "string", "country": "string", "countryCode": "string", "mapCoordinates": "string", "mapZoomLevel": 0.1, "email": "string", "phone": "string", "mobile": "string", "fax": "string", "website": "string", "notes": "string", "isReseller": true, "image": "string", "meta": "string", "contacts": [ { "id": 0, "title": "string", "firstName": "string", "lastName": "string", "email": "string", "phone": "string", "mobile": "string", "fax": "string", "details": "string", "notify": true, "customerId": 0, "meta": "string" } ] }, "resellerId": 0 } } ] } }

Properties

NameTypeRequiredRestrictionsDescription
productManagement.Productfalsenonenone

Management.UpdateProductResponse

{ "success": true, "code": 0, "message": "string" }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone

Management.UpdateResourceRequest

{ "resource": { "id": 0, "name": "string", "type": "string", "code": "string", "description": "string", "source": "string", "password": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "data": "string", "dataFormat": "string", "meta": "string" } }

Properties

NameTypeRequiredRestrictionsDescription
resourceManagement.Resourcefalsenonenone

Management.UpdateResourceResponse

{ "success": true, "code": 0, "message": "string" }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone

Management.UpdateSettingsRequest

{ "settings": [ { "group": "string", "name": "string", "type": "string", "value": null } ] }

Properties

NameTypeRequiredRestrictionsDescription
settings[Management.ApplicationSetting]¦nullfalsenonenone

Management.UpdateSettingsResponse

{ "success": true, "code": 0, "message": "string" }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone

Management.UpdateUserRequest

{ "user": { "id": "string", "userName": "string", "email": "string", "phoneNumber": "string", "title": "string", "firstName": "string", "lastName": "string", "department": "string", "birthDate": "2019-08-24T14:15:22Z", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "lastDismissMessages": "2019-08-24T14:15:22Z", "lastLogIn": "2019-08-24T14:15:22Z", "rank": 0, "image": "string", "address": "string", "postalCode": "string", "region": "string", "city": "string", "country": "string", "countryCode": "string", "mobile": "string", "notes": "string", "customerId": 0, "roles": [ "string" ], "apiKeys": [ { "id": 0, "name": "string", "key": "string", "clientSecret": "string", "createdDate": "2019-08-24T14:15:22Z", "expireDate": "2019-08-24T14:15:22Z", "ownerId": "string", "revoked": true, "permissions": 0, "description": "string" } ], "settings": [ { "id": 0, "category": "string", "group": "string", "name": "string", "value": "string", "type": "string", "description": "string", "readOnly": true, "userId": "string" } ] }, "currentPassword": "string", "newPassword": "string" }

Properties

NameTypeRequiredRestrictionsDescription
userManagement.Userfalsenonenone
currentPasswordstring¦nullfalsenonenone
newPasswordstring¦nullfalsenonenone

Management.UpdateUserResponse

{ "success": true, "code": 0, "message": "string" }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone

Management.UpdateUserSettingRequest

{ "setting": { "id": 0, "category": "string", "group": "string", "name": "string", "value": "string", "type": "string", "description": "string", "readOnly": true, "userId": "string" } }

Properties

NameTypeRequiredRestrictionsDescription
settingManagement.UserSettingfalsenonenone

Management.UpdateUserSettingResponse

{ "settingsId": 0, "success": true, "code": 0, "message": "string" }

Properties

NameTypeRequiredRestrictionsDescription
settingsIdinteger(int32)¦nullfalsenonenone
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone

Management.UpdateUserSettingsRequest

{ "user": { "id": "string", "userName": "string", "email": "string", "phoneNumber": "string", "title": "string", "firstName": "string", "lastName": "string", "department": "string", "birthDate": "2019-08-24T14:15:22Z", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "lastDismissMessages": "2019-08-24T14:15:22Z", "lastLogIn": "2019-08-24T14:15:22Z", "rank": 0, "image": "string", "address": "string", "postalCode": "string", "region": "string", "city": "string", "country": "string", "countryCode": "string", "mobile": "string", "notes": "string", "customerId": 0, "roles": [ "string" ], "apiKeys": [ { "id": 0, "name": "string", "key": "string", "clientSecret": "string", "createdDate": "2019-08-24T14:15:22Z", "expireDate": "2019-08-24T14:15:22Z", "ownerId": "string", "revoked": true, "permissions": 0, "description": "string" } ], "settings": [ { "id": 0, "category": "string", "group": "string", "name": "string", "value": "string", "type": "string", "description": "string", "readOnly": true, "userId": "string" } ] } }

Properties

NameTypeRequiredRestrictionsDescription
userManagement.Userfalsenonenone

Management.UpdateUserSettingsResponse

{ "success": true, "code": 0, "message": "string", "user": { "id": "string", "userName": "string", "email": "string", "phoneNumber": "string", "title": "string", "firstName": "string", "lastName": "string", "department": "string", "birthDate": "2019-08-24T14:15:22Z", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "lastDismissMessages": "2019-08-24T14:15:22Z", "lastLogIn": "2019-08-24T14:15:22Z", "rank": 0, "image": "string", "address": "string", "postalCode": "string", "region": "string", "city": "string", "country": "string", "countryCode": "string", "mobile": "string", "notes": "string", "customerId": 0, "roles": [ "string" ], "apiKeys": [ { "id": 0, "name": "string", "key": "string", "clientSecret": "string", "createdDate": "2019-08-24T14:15:22Z", "expireDate": "2019-08-24T14:15:22Z", "ownerId": "string", "revoked": true, "permissions": 0, "description": "string" } ], "settings": [ { "id": 0, "category": "string", "group": "string", "name": "string", "value": "string", "type": "string", "description": "string", "readOnly": true, "userId": "string" } ] } }

Properties

NameTypeRequiredRestrictionsDescription
successbooleanfalsenonenone
codeinteger(int32)¦nullfalsenonenone
messagestring¦nullfalsenonenone
userManagement.Userfalsenonenone

Management.UpdateWebhookSubscriptionDto

{ "name": "string", "eventType": "string", "url": "string", "secret": "string", "headers": { "property1": "string", "property2": "string" }, "maxRetryCount": 0, "isActive": true }

Properties

NameTypeRequiredRestrictionsDescription
namestring¦nullfalsenonenone
eventTypestring¦nullfalsenonenone
urlstring¦nullfalsenonenone
secretstring¦nullfalsenonenone
headersobject¦nullfalsenonenone
» additionalPropertiesstring¦nullfalsenonenone
maxRetryCountinteger(int32)¦nullfalsenonenone
isActiveboolean¦nullfalsenonenone

Management.UpdateWebhookSubscriptionRequest

{ "subscription": { "name": "string", "eventType": "string", "url": "string", "secret": "string", "headers": { "property1": "string", "property2": "string" }, "maxRetryCount": 0, "isActive": true } }

Properties

NameTypeRequiredRestrictionsDescription
subscriptionManagement.UpdateWebhookSubscriptionDtofalsenonenone

Management.UpdateWebhookSubscriptionResponse

{ "subscription": { "id": 0, "name": "string", "eventType": "string", "url": "string", "secret": "string", "maxRetryCount": 0, "isActive": true, "userId": "string", "headers": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "webhookEvents": [ { "id": 0, "webhookSubscriptionId": 0, "eventType": "string", "payload": "string", "statusCode": 0, "response": "string", "errorMessage": "string", "isSuccess": true, "retryCount": 0, "sentAt": "2019-08-24T14:15:22Z", "nextRetryAt": "2019-08-24T14:15:22Z", "createdAt": "2019-08-24T14:15:22Z" } ] }, "success": true, "message": "string" }

Properties

NameTypeRequiredRestrictionsDescription
subscriptionManagement.WebhookSubscriptionfalsenonenone
successbooleanfalsenonenone
messagestring¦nullfalsenonenone

Management.User

{ "id": "string", "userName": "string", "email": "string", "phoneNumber": "string", "title": "string", "firstName": "string", "lastName": "string", "department": "string", "birthDate": "2019-08-24T14:15:22Z", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "lastDismissMessages": "2019-08-24T14:15:22Z", "lastLogIn": "2019-08-24T14:15:22Z", "rank": 0, "image": "string", "address": "string", "postalCode": "string", "region": "string", "city": "string", "country": "string", "countryCode": "string", "mobile": "string", "notes": "string", "customerId": 0, "roles": [ "string" ], "apiKeys": [ { "id": 0, "name": "string", "key": "string", "clientSecret": "string", "createdDate": "2019-08-24T14:15:22Z", "expireDate": "2019-08-24T14:15:22Z", "ownerId": "string", "revoked": true, "permissions": 0, "description": "string" } ], "settings": [ { "id": 0, "category": "string", "group": "string", "name": "string", "value": "string", "type": "string", "description": "string", "readOnly": true, "userId": "string" } ] }

Properties

NameTypeRequiredRestrictionsDescription
idstring¦nullfalsenonenone
userNamestring¦nullfalsenonenone
emailstring¦nullfalsenonenone
phoneNumberstring¦nullfalsenonenone
titlestring¦nullfalsenonenone
firstNamestring¦nullfalsenonenone
lastNamestring¦nullfalsenonenone
departmentstring¦nullfalsenonenone
birthDatestring(date-time)¦nullfalsenonenone
createdAtstring(date-time)¦nullfalsenonenone
updatedAtstring(date-time)¦nullfalsenonenone
lastDismissMessagesstring(date-time)¦nullfalsenonenone
lastLogInstring(date-time)¦nullfalsenonenone
rankinteger(int32)¦nullfalsenonenone
imagestring(byte)¦nullfalsenonenone
addressstring¦nullfalsenonenone
postalCodestring¦nullfalsenonenone
regionstring¦nullfalsenonenone
citystring¦nullfalsenonenone
countrystring¦nullfalsenonenone
countryCodestring¦nullfalsenonenone
mobilestring¦nullfalsenonenone
notesstring¦nullfalsenonenone
customerIdinteger(int32)¦nullfalsenonenone
roles[string]¦nullfalsenonenone
apiKeys[Management.ApiKey]¦nullfalsenonenone
settings[Management.UserSetting]¦nullfalsenonenone

Management.UserSetting

{ "id": 0, "category": "string", "group": "string", "name": "string", "value": "string", "type": "string", "description": "string", "readOnly": true, "userId": "string" }

Properties

NameTypeRequiredRestrictionsDescription
idinteger(int32)falsenonenone
categorystring¦nullfalsenonenone
groupstring¦nullfalsenonenone
namestring¦nullfalsenonenone
valuestring¦nullfalsenonenone
typestring¦nullfalsenonenone
descriptionstring¦nullfalsenonenone
readOnlybooleanfalsenonenone
userIdstring¦nullfalsenonenone

Management.WebhookEvent

{ "id": 0, "webhookSubscriptionId": 0, "eventType": "string", "payload": "string", "statusCode": 0, "response": "string", "errorMessage": "string", "isSuccess": true, "retryCount": 0, "sentAt": "2019-08-24T14:15:22Z", "nextRetryAt": "2019-08-24T14:15:22Z", "createdAt": "2019-08-24T14:15:22Z" }

Properties

NameTypeRequiredRestrictionsDescription
idinteger(int32)falsenonenone
webhookSubscriptionIdinteger(int32)falsenonenone
eventTypestring¦nullfalsenonenone
payloadstring¦nullfalsenonenone
statusCodeinteger(int32)¦nullfalsenonenone
responsestring¦nullfalsenonenone
errorMessagestring¦nullfalsenonenone
isSuccessboolean¦nullfalsenonenone
retryCountinteger(int32)falsenonenone
sentAtstring(date-time)¦nullfalsenonenone
nextRetryAtstring(date-time)¦nullfalsenonenone
createdAtstring(date-time)falsenonenone

Management.WebhookEventType

{ "name": "string", "description": "string" }

Properties

NameTypeRequiredRestrictionsDescription
namestring¦nullfalsenonenone
descriptionstring¦nullfalsenonenone

Management.WebhookSubscription

{ "id": 0, "name": "string", "eventType": "string", "url": "string", "secret": "string", "maxRetryCount": 0, "isActive": true, "userId": "string", "headers": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "webhookEvents": [ { "id": 0, "webhookSubscriptionId": 0, "eventType": "string", "payload": "string", "statusCode": 0, "response": "string", "errorMessage": "string", "isSuccess": true, "retryCount": 0, "sentAt": "2019-08-24T14:15:22Z", "nextRetryAt": "2019-08-24T14:15:22Z", "createdAt": "2019-08-24T14:15:22Z" } ] }

Properties

NameTypeRequiredRestrictionsDescription
idinteger(int32)falsenonenone
namestring¦nullfalsenonenone
eventTypestring¦nullfalsenonenone
urlstring¦nullfalsenonenone
secretstring¦nullfalsenonenone
maxRetryCountinteger(int32)falsenonenone
isActivebooleanfalsenonenone
userIdstring¦nullfalsenonenone
headersstring¦nullfalsenonenone
createdAtstring(date-time)¦nullfalsenonenone
updatedAtstring(date-time)¦nullfalsenonenone
webhookEvents[Management.WebhookEvent]¦nullfalsenonenone
Last updated on