Licensing.ActivateLicenseRequest
{
"userKey": "string",
"machineId": "string",
"clientId": "string",
"clientName": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| userKey | string¦null | false | none | none |
| machineId | string¦null | false | none | none |
| clientId | string¦null | false | none | none |
| clientName | string¦null | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| licenseToken | string¦null | false | none | none |
| tokenExpireAt | Licensing.Timestamp | false | none | none |
| activeClientCount | integer(int32) | false | none | none |
| maxClientCount | integer(int32) | false | none | none |
| license | Licensing.License | false | none | none |
Licensing.DeactivateLicenseRequest
{
"userKey": "string",
"machineId": "string",
"clientId": "string",
"clientName": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| userKey | string¦null | false | none | none |
| machineId | string¦null | false | none | none |
| clientId | string¦null | false | none | none |
| clientName | string¦null | false | none | none |
Licensing.DeactivateLicenseResponse
{
"licenseId": "string",
"activeClientCount": 0,
"maxClientCount": 0
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| licenseId | string¦null | false | none | none |
| activeClientCount | integer(int32) | false | none | none |
| maxClientCount | integer(int32) | false | none | none |
Licensing.Duration
{
"seconds": 0,
"nanos": 0
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| seconds | integer(int64) | false | none | none |
| nanos | integer(int32) | false | none | none |
Licensing.HeartbeatRequest
{
"licenseToken": "string",
"machineId": "string",
"clientId": "string",
"clientName": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| licenseToken | string¦null | false | none | none |
| machineId | string¦null | false | none | none |
| clientId | string¦null | false | none | none |
| clientName | string¦null | false | none | none |
Licensing.HeartbeatResponse
{
"active": true,
"activeClientCount": 0,
"maxClientCount": 0,
"tokenExpireAt": {
"seconds": 0,
"nanos": 0
},
"heartbeatInterval": {
"seconds": 0,
"nanos": 0
}
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| active | boolean | false | none | none |
| activeClientCount | integer(int32) | false | none | none |
| maxClientCount | integer(int32) | false | none | none |
| tokenExpireAt | Licensing.Timestamp | false | none | none |
| heartbeatInterval | Licensing.Duration | false | none | none |
Licensing.License
{
"licenseId": "string",
"licensingMode": 0,
"expireAt": {
"seconds": 0,
"nanos": 0
},
"supportExpireAt": {
"seconds": 0,
"nanos": 0
},
"licenseKey": [
0
]
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| licenseId | string¦null | false | none | none |
| licensingMode | Licensing.LicensingMode | false | none | none |
| expireAt | Licensing.Timestamp | false | none | none |
| supportExpireAt | Licensing.Timestamp | false | none | none |
| licenseKey | [integer]¦null | false | none | none |
Licensing.LicenseFormat
0
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| anonymous | integer(int32) | false | none | none |
Enumerated Values
| Property | Value |
|---|---|
| anonymous | 0 |
| anonymous | 1 |
| anonymous | 2 |
| anonymous | 3 |
Licensing.LicenseInfoRequest
{
"userKey": "string",
"machineId": "string",
"clientId": "string",
"clientName": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| userKey | string¦null | false | none | none |
| machineId | string¦null | false | none | none |
| clientId | string¦null | false | none | none |
| clientName | string¦null | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| licenseTokens | [Licensing.LicenseToken]¦null | false | read-only | none |
| licenseId | string¦null | false | none | none |
| maxClientCount | integer(int32) | false | none | none |
| activeClientCount | integer(int32) | false | none | none |
| licensingMode | Licensing.LicensingMode | false | none | none |
| revoked | boolean | false | none | none |
| issuedAt | Licensing.Timestamp | false | none | none |
| expireAt | Licensing.Timestamp | false | none | none |
| supportExpireAt | Licensing.Timestamp | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| token | string¦null | false | none | none |
| licenseId | string¦null | false | none | none |
| revoked | boolean | false | none | none |
| clientId | string¦null | false | none | none |
| clientAddr | string¦null | false | none | none |
| clientName | string¦null | false | none | none |
| machineId | string¦null | false | none | none |
| issuedAt | Licensing.Timestamp | false | none | none |
| expireAt | Licensing.Timestamp | false | none | none |
| lastHearbeat | Licensing.Timestamp | false | none | none |
Licensing.LicensingMode
0
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| anonymous | integer(int32) | false | none | none |
Enumerated Values
| Property | Value |
|---|---|
| anonymous | 0 |
| anonymous | 1 |
| anonymous | 2 |
Licensing.ReleaseLicenseRequest
{
"licenseToken": "string",
"machineId": "string",
"clientId": "string",
"clientName": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| licenseToken | string¦null | false | none | none |
| machineId | string¦null | false | none | none |
| clientId | string¦null | false | none | none |
| clientName | string¦null | false | none | none |
Licensing.ReleaseLicenseResponse
{
"licenseId": "string",
"activeClientCount": 0,
"maxClientCount": 0
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| licenseId | string¦null | false | none | none |
| activeClientCount | integer(int32) | false | none | none |
| maxClientCount | integer(int32) | false | none | none |
Licensing.Report
{
"name": "string",
"version": "string",
"date": {
"seconds": 0,
"nanos": 0
},
"encrypted": true,
"content": [
0
]
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| name | string¦null | false | none | none |
| version | string¦null | false | none | none |
| date | Licensing.Timestamp | false | none | none |
| encrypted | boolean | false | none | none |
| content | [integer]¦null | false | none | none |
Licensing.RequestLicenseRequest
{
"userKey": "string",
"machineId": "string",
"clientId": "string",
"clientName": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| userKey | string¦null | false | none | none |
| machineId | string¦null | false | none | none |
| clientId | string¦null | false | none | none |
| clientName | string¦null | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| granted | boolean | false | none | none |
| licenseToken | string¦null | false | none | none |
| tokenExpireAt | Licensing.Timestamp | false | none | none |
| heartbeatInterval | Licensing.Duration | false | none | none |
| activeClientCount | integer(int32) | false | none | none |
| maxClientCount | integer(int32) | false | none | none |
| license | Licensing.License | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| userKey | string¦null | false | none | none |
| machineId | string¦null | false | none | none |
| clientId | string¦null | false | none | none |
| clientName | string¦null | false | none | none |
| report | Licensing.Report | false | none | none |
Licensing.SendReportResponse
{
"success": true,
"reportUid": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| reportUid | string¦null | false | none | none |
Licensing.Timestamp
{
"seconds": 0,
"nanos": 0
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| seconds | integer(int64) | false | none | none |
| nanos | integer(int32) | false | none | none |
Licensing.ValidateLicenseRequest
{
"userKey": "string",
"machineId": "string",
"clientId": "string",
"clientName": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| userKey | string¦null | false | none | none |
| machineId | string¦null | false | none | none |
| clientId | string¦null | false | none | none |
| clientName | string¦null | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| licenseToken | string¦null | false | none | none |
| tokenExpireAt | Licensing.Timestamp | false | none | none |
| activeClientCount | integer(int32) | false | none | none |
| maxClientCount | integer(int32) | false | none | none |
| license | Licensing.License | false | none | none |
Management.AddUserToRoleRequest
{
"roles": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| roles | string¦null | false | none | none |
Management.AddUserToRoleResponse
{
"success": true,
"code": 0,
"message": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| id | integer(int32)¦null | false | none | none |
| name | string¦null | false | none | none |
| key | string¦null | false | none | none |
| clientSecret | string¦null | false | none | none |
| createdDate | string(date-time)¦null | false | none | none |
| expireDate | string(date-time)¦null | false | none | none |
| ownerId | string¦null | false | none | none |
| revoked | boolean¦null | false | none | none |
| permissions | integer(int32)¦null | false | none | none |
| description | string¦null | false | none | none |
Management.ApplicationSetting
{
"group": "string",
"name": "string",
"type": "string",
"value": null
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| group | string¦null | false | none | none |
| name | string¦null | false | none | none |
| type | string¦null | false | none | none |
| value | any | false | none | none |
Management.Assembly
{
"id": 0,
"name": "string",
"version": "string",
"culture": "string",
"publicKeyToken": "string",
"mappingFileId": 0,
"debugSymbolsKey": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| id | integer(int32)¦null | false | none | none |
| name | string¦null | false | none | none |
| version | string¦null | false | none | none |
| culture | string¦null | false | none | none |
| publicKeyToken | string¦null | false | none | none |
| mappingFileId | integer(int32)¦null | false | none | none |
| debugSymbolsKey | string¦null | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| id | integer(int32)¦null | false | none | none |
| title | string¦null | false | none | none |
| firstName | string¦null | false | none | none |
| lastName | string¦null | false | none | none |
| string¦null | false | none | none | |
| phone | string¦null | false | none | none |
| mobile | string¦null | false | none | none |
| fax | string¦null | false | none | none |
| details | string¦null | false | none | none |
| notify | boolean¦null | false | none | none |
| customerId | integer(int32)¦null | false | none | none |
| meta | string¦null | false | none | none |
Management.CreateWebhookSubscriptionDto
{
"name": "string",
"eventType": "string",
"url": "string",
"secret": "string",
"headers": {
"property1": "string",
"property2": "string"
},
"maxRetryCount": 0,
"isActive": true
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| name | string¦null | false | none | none |
| eventType | string¦null | false | none | none |
| url | string¦null | false | none | none |
| secret | string¦null | false | none | none |
| headers | object¦null | false | none | none |
| » additionalProperties | string¦null | false | none | none |
| maxRetryCount | integer(int32)¦null | false | none | none |
| isActive | boolean¦null | false | none | none |
Management.CreateWebhookSubscriptionRequest
{
"subscription": {
"name": "string",
"eventType": "string",
"url": "string",
"secret": "string",
"headers": {
"property1": "string",
"property2": "string"
},
"maxRetryCount": 0,
"isActive": true
}
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| subscription | Management.CreateWebhookSubscriptionDto | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| subscription | Management.WebhookSubscription | false | none | none |
| success | boolean | false | none | none |
| message | string¦null | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| id | integer(int32)¦null | false | none | none |
| title | string¦null | false | none | none |
| firstName | string¦null | false | none | none |
| lastName | string¦null | false | none | none |
| company | string¦null | false | none | none |
| code | string¦null | false | none | none |
| vatCode | string¦null | false | none | none |
| invoiceCode | string¦null | false | none | none |
| rating | integer(int32)¦null | false | none | none |
| createdAt | string(date-time)¦null | false | none | none |
| updatedAt | string(date-time)¦null | false | none | none |
| address | string¦null | false | none | none |
| address1 | string¦null | false | none | none |
| address2 | string¦null | false | none | none |
| postalCode | string¦null | false | none | none |
| region | string¦null | false | none | none |
| city | string¦null | false | none | none |
| country | string¦null | false | none | none |
| countryCode | string¦null | false | none | none |
| mapCoordinates | string¦null | false | none | none |
| mapZoomLevel | number(double)¦null | false | none | none |
| string¦null | false | none | none | |
| phone | string¦null | false | none | none |
| mobile | string¦null | false | none | none |
| fax | string¦null | false | none | none |
| website | string¦null | false | none | none |
| notes | string¦null | false | none | none |
| isReseller | boolean¦null | false | none | none |
| image | string(byte)¦null | false | none | none |
| meta | string¦null | false | none | none |
| contacts | [Management.Contact]¦null | false | none | none |
Management.DeleteApiKeyResponse
{
"success": true,
"code": 0,
"message": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
Management.DeleteAssemblyResponse
{
"success": true,
"code": 0,
"message": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
Management.DeleteContactResponse
{
"success": true,
"code": 0,
"message": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
Management.DeleteCustomerResponse
{
"success": true,
"code": 0,
"message": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
Management.DeleteLicenseResponse
{
"success": true,
"code": 0,
"message": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
Management.DeleteLicenseTemplateResponse
{
"success": true,
"code": 0,
"message": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
Management.DeleteLicenseTokenResponse
{
"success": true,
"code": 0,
"message": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
Management.DeleteLicenseTraceRequest
{
"traceId": 0,
"licenseId": 0,
"filter": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| traceId | integer(int32)¦null | false | none | none |
| licenseId | integer(int32)¦null | false | none | none |
| filter | string¦null | false | none | none |
Management.DeleteLicenseTraceResponse
{
"success": true,
"code": 0,
"message": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
Management.DeleteOrderResponse
{
"success": true,
"code": 0,
"message": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
Management.DeleteProductOrderResponse
{
"success": true,
"code": 0,
"message": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
Management.DeleteProductReleaseAssemblyResponse
{
"success": true,
"code": 0,
"message": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
Management.DeleteProductReleaseResponse
{
"success": true,
"code": 0,
"message": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
Management.DeleteProductResponse
{
"success": true,
"code": 0,
"message": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
Management.DeleteReportResponse
{
"success": true,
"code": 0,
"message": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
Management.DeleteResourceResponse
{
"success": true,
"code": 0,
"message": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
Management.DeleteUserResponse
{
"success": true,
"code": 0,
"message": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
Management.DeleteUserSettingResponse
{
"success": true,
"code": 0,
"message": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
Management.DeleteWebhookEventResponse
{
"success": true,
"message": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| message | string¦null | false | none | none |
Management.DeleteWebhookSubscriptionResponse
{
"success": true,
"message": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| message | string¦null | false | none | none |
Management.EmailAttachment
{
"fileName": "string",
"content": "string",
"contentType": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| fileName | string¦null | false | none | none |
| content | string(byte)¦null | false | none | none |
| contentType | string¦null | false | none | none |
Management.EmailRecipient
{
"name": "string",
"email": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| name | string¦null | false | none | none |
| string¦null | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
| apiKeys | [Management.ApiKey]¦null | false | none | none |
| totalApiKeysCount | integer(int32)¦null | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
| assemblies | [Management.Assembly]¦null | false | none | none |
| totalAssembliesCount | integer(int32)¦null | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
| contacts | [Management.Contact]¦null | false | none | none |
| totalContactsCount | integer(int32) | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
| contacts | [Management.Contact]¦null | false | none | none |
| totalContactsCount | integer(int32)¦null | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
| licenses | [Management.License]¦null | false | none | none |
| totalLicensesCount | integer(int32)¦null | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
| orders | [Management.Order]¦null | false | none | none |
| totalOrdersCount | integer(int32)¦null | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
| customers | [Management.Customer]¦null | false | none | none |
| totalCustomersCount | integer(int32)¦null | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
| licenses | [Management.License]¦null | false | none | none |
| totalLicensesCount | integer(int32)¦null | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
| licenseTemplates | [Management.LicenseTemplate]¦null | false | none | none |
| totalLicenseTemplatesCount | integer(int32)¦null | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
| licenseTokens | [Management.LicenseToken]¦null | false | none | none |
| licenseTokensCount | integer(int32)¦null | false | none | none |
| totalLicenseTokensCount | integer(int32)¦null | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
| licenseTraces | [Management.LicenseTrace]¦null | false | none | none |
| totalLicenseTracesCount | integer(int32)¦null | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
| licenses | [Management.License]¦null | false | none | none |
| totalLicensesCount | integer(int32)¦null | false | none | none |
Management.GetLogLevelsResponse
{
"success": true,
"code": 0,
"message": "string",
"logLevels": [
{
"date": "2019-08-24T14:15:22Z",
"level": "string",
"count": 0
}
],
"groupBy": "string",
"totalLogLevelEntriesCount": 0
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
| logLevels | [Management.LogLevelInfo]¦null | false | none | none |
| groupBy | string¦null | false | none | none |
| totalLogLevelEntriesCount | integer(int32)¦null | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
| logEntries | [Management.LogEntry]¦null | false | none | none |
| totalLogEntriesCount | integer(int32)¦null | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
| user | Management.User | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
| licenses | [Management.License]¦null | false | none | none |
| totalLicensesCount | integer(int32)¦null | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
| orderProducts | [Management.ProductOrder]¦null | false | none | none |
| totalOrderProductsCount | integer(int32)¦null | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
| orders | [Management.Order]¦null | false | none | none |
| totalOrdersCount | integer(int32) | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
| productOrders | [Management.ProductOrder]¦null | false | none | none |
| totalProductOrdersCount | integer(int32)¦null | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
| assemblies | [Management.Assembly]¦null | false | none | none |
| totalAssembliesCount | integer(int32) | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
| licenseTemplates | [Management.LicenseTemplate]¦null | false | none | none |
| totalLicenseTemplatesCount | integer(int32)¦null | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
| releases | [Management.Release]¦null | false | none | none |
| totalReleasesCount | integer(int32)¦null | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
| products | [Management.Product]¦null | false | none | none |
| totalProductsCount | integer(int32) | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
| reports | [Management.Report]¦null | false | none | none |
| totalReportsCount | integer(int32)¦null | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
| resources | [Management.Resource]¦null | false | none | none |
| totalResourcesCount | integer(int32)¦null | false | none | none |
Management.GetRolesResponse
{
"success": true,
"code": 0,
"message": "string",
"roles": [
{
"id": "string",
"name": "string",
"description": "string"
}
],
"totalRolesCount": 0
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
| roles | [Management.Role]¦null | false | none | none |
| totalRolesCount | integer(int32)¦null | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
| product | string¦null | false | none | none |
| edition | integer(int32)¦null | false | none | none |
| version | string¦null | false | none | none |
| license | string¦null | false | none | none |
| serverHost | string¦null | false | none | none |
| serverTime | string(date-time)¦null | false | none | none |
| clientAddress | string¦null | false | none | none |
| activeTokens | integer(int32)¦null | false | none | none |
| maxTokens | integer(int32)¦null | false | none | none |
| activationTokens | integer(int32)¦null | false | none | none |
| floatingTokens | integer(int32)¦null | false | none | none |
| expiredTokens | integer(int32)¦null | false | none | none |
| totalLicenses | integer(int32)¦null | false | none | none |
| revokedLicenses | integer(int32)¦null | false | none | none |
| tracedLicenses | integer(int32)¦null | false | none | none |
| activationLicenses | integer(int32)¦null | false | none | none |
| floatingLicenses | integer(int32)¦null | false | none | none |
| fileLicenses | integer(int32)¦null | false | none | none |
Management.GetSettingsRequest
{}
Properties
None
Management.GetSettingsResponse
{
"success": true,
"code": 0,
"message": "string",
"settings": [
{
"group": "string",
"name": "string",
"type": "string",
"value": null
}
]
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
| settings | [Management.ApplicationSetting]¦null | false | none | none |
Management.GetUserRolesResponse
{
"success": true,
"code": 0,
"message": "string",
"roles": [
{
"id": "string",
"name": "string",
"description": "string"
}
],
"totalRolesCount": 0
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
| roles | [Management.Role]¦null | false | none | none |
| totalRolesCount | integer(int32)¦null | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
| settings | [Management.UserSetting]¦null | false | none | none |
| totalSettingsCount | integer(int32)¦null | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
| users | [Management.User]¦null | false | none | none |
| totalUsersCount | integer(int32)¦null | false | none | none |
Management.GetWebhookEventTypesResponse
{
"eventTypes": [
{
"name": "string",
"description": "string"
}
],
"success": true,
"message": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| eventTypes | [Management.WebhookEventType]¦null | false | none | none |
| success | boolean | false | none | none |
| message | string¦null | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| events | [Management.WebhookEvent]¦null | false | none | none |
| totalEventsCount | integer(int32) | false | none | none |
| success | boolean | false | none | none |
| message | string¦null | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| subscription | Management.WebhookSubscription | false | none | none |
| success | boolean | false | none | none |
| message | string¦null | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| subscriptions | [Management.WebhookSubscription]¦null | false | none | none |
| totalSubscriptionsCount | integer(int32) | false | none | none |
| success | boolean | false | none | none |
| message | string¦null | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| apiKey | Management.ApiKey | false | none | none |
Management.InsertApiKeyResponse
{
"apiKeyId": 0,
"success": true,
"code": 0,
"message": "string",
"apiKey": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| apiKeyId | integer(int32)¦null | false | none | none |
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
| apiKey | string¦null | false | none | none |
Management.InsertAssemblyRequest
{
"assembly": {
"id": 0,
"name": "string",
"version": "string",
"culture": "string",
"publicKeyToken": "string",
"mappingFileId": 0,
"debugSymbolsKey": "string"
}
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| assembly | Management.Assembly | false | none | none |
Management.InsertAssemblyResponse
{
"assemblyId": 0,
"success": true,
"code": 0,
"message": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| assemblyId | integer(int32)¦null | false | none | none |
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| contact | Management.Contact | false | none | none |
Management.InsertContactResponse
{
"contactId": 0,
"success": true,
"code": 0,
"message": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| contactId | integer(int32)¦null | false | none | none |
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| customer | Management.Customer | false | none | none |
Management.InsertCustomerResponse
{
"customerId": 0,
"success": true,
"code": 0,
"message": "string",
"customerCode": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| customerId | integer(int32)¦null | false | none | none |
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
| customerCode | string¦null | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| license | Management.License | false | none | none |
Management.InsertLicenseResponse
{
"licenseId": 0,
"success": true,
"code": 0,
"message": "string",
"licenseKeyId": "string",
"userKey": "string",
"licenseKey": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| licenseId | integer(int32)¦null | false | none | none |
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
| licenseKeyId | string¦null | false | none | none |
| userKey | string¦null | false | none | none |
| licenseKey | string(byte)¦null | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| licenseTemplate | Management.LicenseTemplate | false | none | none |
Management.InsertLicenseTemplateResponse
{
"templateId": 0,
"success": true,
"code": 0,
"message": "string",
"template": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| templateId | integer(int32)¦null | false | none | none |
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
| template | string(byte)¦null | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| licenseToken | Management.LicenseToken | false | none | none |
Management.InsertLicenseTokenResponse
{
"success": true,
"code": 0,
"message": "string",
"licenseId": 0,
"licenseTokenId": 0,
"token": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
| licenseId | integer(int32)¦null | false | none | none |
| licenseTokenId | integer(int32)¦null | false | none | none |
| token | string¦null | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| order | Management.Order | false | none | none |
Management.InsertOrderResponse
{
"orderId": 0,
"success": true,
"code": 0,
"message": "string",
"orderNumber": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| orderId | integer(int32)¦null | false | none | none |
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
| orderNumber | string¦null | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| productOrder | Management.ProductOrder | false | none | none |
Management.InsertProductOrderResponse
{
"success": true,
"code": 0,
"message": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
Management.InsertProductReleaseAssemblyRequest
{
"productId": 0,
"releaseId": 0,
"assembly": {
"id": 0,
"name": "string",
"version": "string",
"culture": "string",
"publicKeyToken": "string",
"mappingFileId": 0,
"debugSymbolsKey": "string"
}
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| productId | integer(int32) | false | none | none |
| releaseId | integer(int32) | false | none | none |
| assembly | Management.Assembly | false | none | none |
Management.InsertProductReleaseAssemblyResponse
{
"assemblyId": 0,
"success": true,
"code": 0,
"message": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| assemblyId | integer(int32)¦null | false | none | none |
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
Management.InsertProductReleaseRequest
{
"release": {
"id": 0,
"releaseDate": "2019-08-24T14:15:22Z",
"name": "string",
"version": "string",
"description": "string"
}
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| release | Management.Release | false | none | none |
Management.InsertProductReleaseResponse
{
"releaseId": 0,
"success": true,
"code": 0,
"message": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| releaseId | integer(int32)¦null | false | none | none |
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| product | Management.Product | false | none | none |
Management.InsertProductResponse
{
"productId": 0,
"success": true,
"code": 0,
"message": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| productId | integer(int32)¦null | false | none | none |
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| resource | Management.Resource | false | none | none |
Management.InsertResourceResponse
{
"resourceId": 0,
"success": true,
"code": 0,
"message": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| resourceId | integer(int32)¦null | false | none | none |
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| user | Management.User | false | none | none |
| password | string¦null | false | none | none |
Management.InsertUserResponse
{
"userId": "string",
"success": true,
"code": 0,
"message": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| userId | string¦null | false | none | none |
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
Management.InsertUserSettingRequest
{
"setting": {
"id": 0,
"category": "string",
"group": "string",
"name": "string",
"value": "string",
"type": "string",
"description": "string",
"readOnly": true,
"userId": "string"
}
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| setting | Management.UserSetting | false | none | none |
Management.InsertUserSettingResponse
{
"settingId": 0,
"success": true,
"code": 0,
"message": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| settingId | integer(int32)¦null | false | none | none |
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| id | integer(int32)¦null | false | none | none |
| licenseId | string¦null | false | none | none |
| licenseType | string¦null | false | none | none |
| format | Licensing.LicenseFormat | false | none | none |
| description | string¦null | false | none | none |
| createdAt | string(date-time)¦null | false | none | none |
| updatedAt | string(date-time)¦null | false | none | none |
| issueDate | string(date-time)¦null | false | none | none |
| expireDate | string(date-time)¦null | false | none | none |
| supportExpireDate | string(date-time)¦null | false | none | none |
| revoked | boolean¦null | false | none | none |
| trace | boolean¦null | false | none | none |
| licenseKey | string(byte)¦null | false | none | none |
| maxAllowedSites | integer(int32)¦null | false | none | none |
| userKey | string¦null | false | none | none |
| licensingMode | Management.LicensingMode | false | none | none |
| licenseeName | string¦null | false | none | none |
| licenseeCompany | string¦null | false | none | none |
| licenseeEmail | string¦null | false | none | none |
| hash | string¦null | false | none | none |
| meta | string¦null | false | none | none |
| templateId | integer(int32)¦null | false | none | none |
| signatureKeysId | integer(int32)¦null | false | none | none |
| customerId | integer(int32)¦null | false | none | none |
| orderId | integer(int32)¦null | false | none | none |
| product | Management.LicenseProduct | false | none | none |
| order | Management.Order | false | none | none |
| customer | Management.Customer | false | none | none |
| template | Management.LicenseTemplate | false | none | none |
| licensee | Management.Licensee | false | none | none |
| components | [string]¦null | false | none | none |
| assemblies | [Management.Assembly]¦null | false | none | none |
| fields | [Management.LicenseField]¦null | false | none | none |
| features | [Management.LicenseFeature]¦null | false | none | none |
| restrictions | [Management.LicenseRestriction]¦null | false | none | none |
Management.LicenseFeature
{
"id": "string",
"name": "string",
"description": "string",
"expireDate": "2019-08-24T14:15:22Z",
"key": "string",
"data": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| id | string¦null | false | none | none |
| name | string¦null | false | none | none |
| description | string¦null | false | none | none |
| expireDate | string(date-time)¦null | false | none | none |
| key | string(byte)¦null | false | none | none |
| data | string(byte)¦null | false | none | none |
Management.LicenseField
{
"name": "string",
"value": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| name | string¦null | false | none | none |
| value | string¦null | false | none | none |
Management.LicenseProduct
{
"id": "string",
"name": "string",
"version": "string",
"copyright": "string",
"url": "string",
"description": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| id | string¦null | false | none | none |
| name | string¦null | false | none | none |
| version | string¦null | false | none | none |
| copyright | string¦null | false | none | none |
| url | string¦null | false | none | none |
| description | string¦null | false | none | none |
Management.LicenseRestriction
{
"id": "string",
"name": "string",
"expireDate": "2019-08-24T14:15:22Z",
"properties": {
"property1": "string",
"property2": "string"
},
"customXmlContent": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| id | string¦null | false | none | none |
| name | string¦null | false | none | none |
| expireDate | string(date-time)¦null | false | none | none |
| properties | object¦null | false | none | none |
| » additionalProperties | string¦null | false | none | none |
| customXmlContent | string¦null | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| id | integer(int32)¦null | false | none | none |
| name | string¦null | false | none | none |
| code | string¦null | false | none | none |
| licenseType | string¦null | false | none | none |
| format | Licensing.LicenseFormat | false | none | none |
| licensingMode | Management.LicensingMode | false | none | none |
| licenseFileName | string¦null | false | none | none |
| issueDate | boolean¦null | false | none | none |
| expireDays | integer(int32)¦null | false | none | none |
| supportDays | integer(int32)¦null | false | none | none |
| generateKeyInfo | boolean¦null | false | none | none |
| userKey | string¦null | false | none | none |
| description | string¦null | false | none | none |
| template | string(byte)¦null | false | none | none |
| productId | integer(int32)¦null | false | none | none |
| signatureKeysId | integer(int32)¦null | false | none | none |
| releaseId | integer(int32)¦null | false | none | none |
| product | Management.LicenseProduct | false | none | none |
| components | [string]¦null | false | none | none |
| assemblies | [Management.Assembly]¦null | false | none | none |
| fields | [Management.LicenseField]¦null | false | none | none |
| features | [Management.LicenseFeature]¦null | false | none | none |
| restrictions | [Management.LicenseRestriction]¦null | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| id | integer(int32)¦null | false | none | none |
| token | string¦null | false | none | none |
| address | string¦null | false | none | none |
| clientId | string¦null | false | none | none |
| clientName | string¦null | false | none | none |
| machineId | string¦null | false | none | none |
| issueDate | string(date-time)¦null | false | none | none |
| expireDate | string(date-time)¦null | false | none | none |
| lastHeartbeat | string(date-time)¦null | false | none | none |
| hash | string¦null | false | none | none |
| licenseId | integer(int32)¦null | false | none | none |
| license | Management.License | false | none | none |
| nodeLockedLicenseId | integer(int32)¦null | false | none | none |
| nodeLockedLicense | Management.License | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| id | integer(int32)¦null | false | none | none |
| clientIp | string¦null | false | none | none |
| clientId | string¦null | false | none | none |
| clientName | string¦null | false | none | none |
| machineId | string¦null | false | none | none |
| createdDate | string(date-time)¦null | false | none | none |
| action | integer(int32)¦null | false | none | none |
| geoLocation | string¦null | false | none | none |
| meta | string¦null | false | none | none |
| licenseId | integer(int32)¦null | false | none | none |
Management.Licensee
{
"name": "string",
"company": "string",
"contactInfo": "string",
"url": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| name | string¦null | false | none | none |
| company | string¦null | false | none | none |
| contactInfo | string¦null | false | none | none |
| url | string¦null | false | none | none |
Management.LicensingMode
0
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| anonymous | integer(int32) | false | none | none |
Enumerated Values
| Property | Value |
|---|---|
| anonymous | 0 |
| anonymous | 1 |
| anonymous | 2 |
Management.LogEntry
{
"id": 0,
"message": "string",
"messageTemplate": "string",
"level": "string",
"timeStamp": "2019-08-24T14:15:22Z",
"exception": "string",
"properties": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| id | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
| messageTemplate | string¦null | false | none | none |
| level | string¦null | false | none | none |
| timeStamp | string(date-time)¦null | false | none | none |
| exception | string¦null | false | none | none |
| properties | string¦null | false | none | none |
Management.LogLevelInfo
{
"date": "2019-08-24T14:15:22Z",
"level": "string",
"count": 0
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| date | string(date-time) | false | none | none |
| level | string¦null | false | none | none |
| count | integer(int32) | false | none | none |
Management.LoginRequest
{
"username": "string",
"password": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| username | string¦null | false | none | none |
| password | string¦null | false | none | none |
Management.LoginResponse
{
"success": true,
"code": 0,
"message": "string",
"token": "string",
"expiresIn": 0
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
| token | string¦null | false | none | none |
| expiresIn | integer(int32) | false | none | none |
Management.LogoutRequest
{}
Properties
None
Management.LogoutResponse
{
"success": true,
"code": 0,
"message": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| id | integer(int32)¦null | false | none | none |
| orderNumber | string¦null | false | none | none |
| status | string¦null | false | none | none |
| processedBy | string¦null | false | none | none |
| purchaseOrder | string¦null | false | none | none |
| total | number(double)¦null | false | none | none |
| currency | string¦null | false | none | none |
| createdAt | string(date-time)¦null | false | none | none |
| updatedAt | string(date-time)¦null | false | none | none |
| invoiceNumber | string¦null | false | none | none |
| paymentType | string¦null | false | none | none |
| paymentNumber | string¦null | false | none | none |
| paymentStatus | string¦null | false | none | none |
| paymentDate | string(date-time)¦null | false | none | none |
| description | string¦null | false | none | none |
| customerId | integer(int32)¦null | false | none | none |
| customer | Management.Customer | false | none | none |
| resellerId | integer(int32)¦null | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| id | integer(int32)¦null | false | none | none |
| code | string¦null | false | none | none |
| name | string¦null | false | none | none |
| description | string¦null | false | none | none |
| url | string¦null | false | none | none |
| copyright | string¦null | false | none | none |
| createdAt | string(date-time)¦null | false | none | none |
| image | string(byte)¦null | false | none | none |
| price | number(double)¦null | false | none | none |
| resellerPrice | number(double)¦null | false | none | none |
| currency | string¦null | false | none | none |
| signatureKeysId | integer(int32)¦null | false | none | none |
| meta | string¦null | false | none | none |
| signatureKeys | Management.Resource | false | none | none |
| productOrders | [Management.ProductOrder]¦null | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| productId | integer(int32)¦null | false | none | none |
| orderId | integer(int32)¦null | false | none | none |
| quantity | integer(int32)¦null | false | none | none |
| unitPrice | number(double)¦null | false | none | none |
| discount | number(double)¦null | false | none | none |
| taxes | number(double)¦null | false | none | none |
| description | string¦null | false | none | none |
| product | Management.Product | false | none | none |
| order | Management.Order | false | none | none |
Management.Release
{
"id": 0,
"releaseDate": "2019-08-24T14:15:22Z",
"name": "string",
"version": "string",
"description": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| id | integer(int32)¦null | false | none | none |
| releaseDate | string(date-time) | false | none | none |
| name | string¦null | false | none | none |
| version | string¦null | false | none | none |
| description | string¦null | false | none | none |
Management.RemoveUserFromRoleRequest
{
"roles": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| roles | string¦null | false | none | none |
Management.RemoveUserFromRoleResponse
{
"success": true,
"code": 0,
"message": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| id | integer(int32) | false | none | none |
| uid | string¦null | false | none | none |
| name | string¦null | false | none | none |
| version | string¦null | false | none | none |
| date | string(date-time)¦null | false | none | none |
| userKey | string¦null | false | none | none |
| machineId | string¦null | false | none | none |
| clientId | string¦null | false | none | none |
| clientName | string¦null | false | none | none |
| contentType | string¦null | false | none | none |
| content | string¦null | false | none | none |
| address | string¦null | false | none | none |
| properties | [Management.ReportProperty]¦null | false | none | none |
Management.ReportProperty
{
"id": 0,
"name": "string",
"value": "string",
"reportId": 0
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| id | integer(int32) | false | none | none |
| name | string¦null | false | none | none |
| value | string¦null | false | none | none |
| reportId | integer(int32) | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| id | integer(int32)¦null | false | none | none |
| name | string¦null | false | none | none |
| type | string¦null | false | none | none |
| code | string¦null | false | none | none |
| description | string¦null | false | none | none |
| source | string¦null | false | none | none |
| password | string¦null | false | none | none |
| createdAt | string(date-time)¦null | false | none | none |
| updatedAt | string(date-time)¦null | false | none | none |
| data | string(byte)¦null | false | none | none |
| dataFormat | string¦null | false | none | none |
| meta | string¦null | false | none | none |
Management.Role
{
"id": "string",
"name": "string",
"description": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| id | string¦null | false | none | none |
| name | string¦null | false | none | none |
| description | string¦null | false | none | none |
Management.SendEmailRequest
{
"to": [
{
"name": "string",
"email": "string"
}
],
"subject": "string",
"body": "string",
"isHtml": true,
"attachments": [
{
"fileName": "string",
"content": "string",
"contentType": "string"
}
]
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| to | [Management.EmailRecipient]¦null | false | none | none |
| subject | string¦null | false | none | none |
| body | string¦null | false | none | none |
| isHtml | boolean | false | none | none |
| attachments | [Management.EmailAttachment]¦null | false | none | none |
Management.SendEmailResponse
{
"success": true,
"code": 0,
"message": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
Management.SendLicenseEmailRequest
{
"licenseId": 0,
"resourceId": 0
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| licenseId | integer(int32) | false | none | none |
| resourceId | integer(int32) | false | none | none |
Management.SendLicenseEmailResponse
{
"success": true,
"code": 0,
"message": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
Management.SendWebhookTestEventRequest
{
"payload": null
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| payload | any | false | none | none |
Management.SendWebhookTestEventResponse
{
"success": true,
"message": "string",
"eventId": 0
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| message | string¦null | false | none | none |
| eventId | integer(int32)¦null | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| apiKey | Management.ApiKey | false | none | none |
Management.UpdateApiKeyResponse
{
"success": true,
"code": 0,
"message": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
Management.UpdateAssemblyRequest
{
"assembly": {
"id": 0,
"name": "string",
"version": "string",
"culture": "string",
"publicKeyToken": "string",
"mappingFileId": 0,
"debugSymbolsKey": "string"
}
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| assembly | Management.Assembly | false | none | none |
Management.UpdateAssemblyResponse
{
"success": true,
"code": 0,
"message": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| contact | Management.Contact | false | none | none |
Management.UpdateContactResponse
{
"success": true,
"code": 0,
"message": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| customer | Management.Customer | false | none | none |
Management.UpdateCustomerResponse
{
"success": true,
"code": 0,
"message": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| license | Management.License | false | none | none |
Management.UpdateLicenseResponse
{
"success": true,
"code": 0,
"message": "string",
"licenseKeyId": "string",
"userKey": "string",
"licenseKey": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
| licenseKeyId | string¦null | false | none | none |
| userKey | string¦null | false | none | none |
| licenseKey | string(byte)¦null | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| licenseTemplate | Management.LicenseTemplate | false | none | none |
Management.UpdateLicenseTemplateResponse
{
"success": true,
"code": 0,
"message": "string",
"template": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
| template | string(byte)¦null | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| order | Management.Order | false | none | none |
Management.UpdateOrderResponse
{
"success": true,
"code": 0,
"message": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| productOrder | Management.ProductOrder | false | none | none |
Management.UpdateProductOrderResponse
{
"success": true,
"code": 0,
"message": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
Management.UpdateProductReleaseAssemblyRequest
{
"assembly": {
"id": 0,
"name": "string",
"version": "string",
"culture": "string",
"publicKeyToken": "string",
"mappingFileId": 0,
"debugSymbolsKey": "string"
}
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| assembly | Management.Assembly | false | none | none |
Management.UpdateProductReleaseAssemblyResponse
{
"assemblyId": 0,
"success": true,
"code": 0,
"message": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| assemblyId | integer(int32)¦null | false | none | none |
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
Management.UpdateProductReleaseRequest
{
"release": {
"id": 0,
"releaseDate": "2019-08-24T14:15:22Z",
"name": "string",
"version": "string",
"description": "string"
}
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| release | Management.Release | false | none | none |
Management.UpdateProductReleaseResponse
{
"releaseId": 0,
"success": true,
"code": 0,
"message": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| releaseId | integer(int32)¦null | false | none | none |
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| product | Management.Product | false | none | none |
Management.UpdateProductResponse
{
"success": true,
"code": 0,
"message": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| resource | Management.Resource | false | none | none |
Management.UpdateResourceResponse
{
"success": true,
"code": 0,
"message": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
Management.UpdateSettingsRequest
{
"settings": [
{
"group": "string",
"name": "string",
"type": "string",
"value": null
}
]
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| settings | [Management.ApplicationSetting]¦null | false | none | none |
Management.UpdateSettingsResponse
{
"success": true,
"code": 0,
"message": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| user | Management.User | false | none | none |
| currentPassword | string¦null | false | none | none |
| newPassword | string¦null | false | none | none |
Management.UpdateUserResponse
{
"success": true,
"code": 0,
"message": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
Management.UpdateUserSettingRequest
{
"setting": {
"id": 0,
"category": "string",
"group": "string",
"name": "string",
"value": "string",
"type": "string",
"description": "string",
"readOnly": true,
"userId": "string"
}
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| setting | Management.UserSetting | false | none | none |
Management.UpdateUserSettingResponse
{
"settingsId": 0,
"success": true,
"code": 0,
"message": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| settingsId | integer(int32)¦null | false | none | none |
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| user | Management.User | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| success | boolean | false | none | none |
| code | integer(int32)¦null | false | none | none |
| message | string¦null | false | none | none |
| user | Management.User | false | none | none |
Management.UpdateWebhookSubscriptionDto
{
"name": "string",
"eventType": "string",
"url": "string",
"secret": "string",
"headers": {
"property1": "string",
"property2": "string"
},
"maxRetryCount": 0,
"isActive": true
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| name | string¦null | false | none | none |
| eventType | string¦null | false | none | none |
| url | string¦null | false | none | none |
| secret | string¦null | false | none | none |
| headers | object¦null | false | none | none |
| » additionalProperties | string¦null | false | none | none |
| maxRetryCount | integer(int32)¦null | false | none | none |
| isActive | boolean¦null | false | none | none |
Management.UpdateWebhookSubscriptionRequest
{
"subscription": {
"name": "string",
"eventType": "string",
"url": "string",
"secret": "string",
"headers": {
"property1": "string",
"property2": "string"
},
"maxRetryCount": 0,
"isActive": true
}
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| subscription | Management.UpdateWebhookSubscriptionDto | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| subscription | Management.WebhookSubscription | false | none | none |
| success | boolean | false | none | none |
| message | string¦null | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| id | string¦null | false | none | none |
| userName | string¦null | false | none | none |
| string¦null | false | none | none | |
| phoneNumber | string¦null | false | none | none |
| title | string¦null | false | none | none |
| firstName | string¦null | false | none | none |
| lastName | string¦null | false | none | none |
| department | string¦null | false | none | none |
| birthDate | string(date-time)¦null | false | none | none |
| createdAt | string(date-time)¦null | false | none | none |
| updatedAt | string(date-time)¦null | false | none | none |
| lastDismissMessages | string(date-time)¦null | false | none | none |
| lastLogIn | string(date-time)¦null | false | none | none |
| rank | integer(int32)¦null | false | none | none |
| image | string(byte)¦null | false | none | none |
| address | string¦null | false | none | none |
| postalCode | string¦null | false | none | none |
| region | string¦null | false | none | none |
| city | string¦null | false | none | none |
| country | string¦null | false | none | none |
| countryCode | string¦null | false | none | none |
| mobile | string¦null | false | none | none |
| notes | string¦null | false | none | none |
| customerId | integer(int32)¦null | false | none | none |
| roles | [string]¦null | false | none | none |
| apiKeys | [Management.ApiKey]¦null | false | none | none |
| settings | [Management.UserSetting]¦null | false | none | none |
Management.UserSetting
{
"id": 0,
"category": "string",
"group": "string",
"name": "string",
"value": "string",
"type": "string",
"description": "string",
"readOnly": true,
"userId": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| id | integer(int32) | false | none | none |
| category | string¦null | false | none | none |
| group | string¦null | false | none | none |
| name | string¦null | false | none | none |
| value | string¦null | false | none | none |
| type | string¦null | false | none | none |
| description | string¦null | false | none | none |
| readOnly | boolean | false | none | none |
| userId | string¦null | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| id | integer(int32) | false | none | none |
| webhookSubscriptionId | integer(int32) | false | none | none |
| eventType | string¦null | false | none | none |
| payload | string¦null | false | none | none |
| statusCode | integer(int32)¦null | false | none | none |
| response | string¦null | false | none | none |
| errorMessage | string¦null | false | none | none |
| isSuccess | boolean¦null | false | none | none |
| retryCount | integer(int32) | false | none | none |
| sentAt | string(date-time)¦null | false | none | none |
| nextRetryAt | string(date-time)¦null | false | none | none |
| createdAt | string(date-time) | false | none | none |
Management.WebhookEventType
{
"name": "string",
"description": "string"
}
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| name | string¦null | false | none | none |
| description | string¦null | false | none | none |
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
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| id | integer(int32) | false | none | none |
| name | string¦null | false | none | none |
| eventType | string¦null | false | none | none |
| url | string¦null | false | none | none |
| secret | string¦null | false | none | none |
| maxRetryCount | integer(int32) | false | none | none |
| isActive | boolean | false | none | none |
| userId | string¦null | false | none | none |
| headers | string¦null | false | none | none |
| createdAt | string(date-time)¦null | false | none | none |
| updatedAt | string(date-time)¦null | false | none | none |
| webhookEvents | [Management.WebhookEvent]¦null | false | none | none |
Last updated on