ServiceRegistration
ServiceRegistration
Class used as a holder for ServiceInfo and SolutionInfo in order for the solution info registration and service registration to be performed with one call.
JSON Example
{
"serviceInfo": {
"serviceVersion": "string",
"serviceType": {
"productId": "string",
"serviceTypeId": "string",
"typeId": "string",
"serviceName": "string"
},
"lastUpdated": "string",
"nameMsgKey": "string",
"createdDate": "string",
"name": "string",
"serviceAttributes": [
{
"id": "string",
"value": "string",
"key": "string"
}
],
"id": "string",
"ownerId": "string",
"endPoints": [
{
"lastUpdated": "string",
"endPointType": {
"protocol": "string",
"typeId": "string"
},
"serviceInfoId": "string",
"createdDate": "string",
"endPointAttributes": [
{
"id": "string",
"value": "string",
"key": "string"
}
],
"id": "string",
"sslTrusts": [
"string"
],
"url": "string"
}
]
},
"solutionInfo": {
"solutionName": "string",
"certificate": "string",
"description": "string"
}
}