Add LST configuration.
post
/rest/{version}/configuration/lst/lstentry
Adds LST Entry to the configuration with username, password, aor and universal number. This is applied only to ECB.
Request
Path Parameters
-
version(required):
REST API version string.
Available values: v1.2
Header Parameters
-
Authorization(required):
The value in the Authorization header must be the string "
Bearer {access token}
", where{access token}
is a valid, unexpired token received in response to a prior/rest/{version}/auth/token
request.
Response
204 Response
Successful addtion. No response body will be returned for a Successful addtion.
400 Response
The request is malformed in some way or is missing required information and therefore cannot be processed.
401 Response
Unauthorized - Request lacks valid authentication credentials.
404 Response
Unsupported versionId in URI, or requested element type not supported, or element instance specified by key attribute(s) not found