Update an existing external system setup
put
/externalsystemsetup/{id}
This endpoint is used to update an existing external system setup.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
id: string
key of the external system setup Maintenance
Request Body that contains data required for updating an existing externalsystemsetup
Root Schema : LmxTmExternalSystemDTO
Type:
object
Match All
Show Source
-
allOf
GenericDto
-
object
LmxTmExternalSystemDTO-allOf[1]
Nested Schema : GenericDto
Match All
Show Source
-
object
GenericDto-allOf[0]
Discriminator:
resource_type
Nested Schema : GenericDto-allOf[0]
Type:
object
Discriminator:
resource_type
Nested Schema : LmxTmExternalSystemDTO-allOf[1]
Type:
Show Source
object
-
externalSystemId:
string
-
externalSystemName:
string
-
isDda(optional):
string
-
LmxTmExternalSystemDetailsDTO(optional):
array LmxTmExternalSystemDetailsDTO
Nested Schema : LmxTmExternalSystemDetailsDTO
Type:
Show Source
array
-
Array of:
object LmxTmExternalSystemDetailsDTO
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns updated externalsystemsetup
Root Schema : ResponseDtoWrapper
Type:
Show Source
object
-
data(optional):
object ResponseResourceSupport
-
messages(optional):
object ResponseDto
Nested Schema : ResponseResourceSupport
Type:
object
Nested Schema : ResponseDto
Type:
Show Source
object
-
codes(optional):
array codes
-
id(optional):
string
-
requestId(optional):
string
-
status(optional):
string
Nested Schema : ResponseCode
Type:
Show Source
object
-
arg(optional):
string
-
args(optional):
array args
-
Code(optional):
string
-
Desc(optional):
string
-
Language(optional):
string
-
Type(optional):
string
Nested Schema : items
Type:
object
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
Invalid input
500 Response
Internal error