Updates Or creates An endpoint associated with the provided service Id and endpointTypeId.
Only available to solution users
the id of the service
the id of the endpoint type
the endpoint to update or create
{
"lastUpdated": "string",
"endPointType": {
"protocol": "string",
"typeId": "string"
},
"serviceInfoId": "string",
"createdDate": "string",
"endPointAttributes": [
{
"id": "string",
"value": "string",
"key": "string"
}
],
"id": "string",
"sslTrusts": [
"string"
],
"url": "string"
}
The last updated date.
The service info id associated with this end point.
The created date.
The specific attributes associated with this end point, if any.
The id.
The trust anchor certificates used to validate the SSL certificate path for this endpoint. If specified, the elements of this field should contain base64-encoded DER representations of X509 certificates. Multiple certificates may be included to eliminate certificate expiration gap for a single endpoint
The URL of this end point.
successful operation