Logical Device Account REST Endpoints

Resource/Logical Device Account
Create, get, update and delete logical device accounts.
Create Logical Device Accounts
Method: post
Path: /logicalDeviceAccount
Delete a Logical Device Account
Method: delete
Path: /logicalDeviceAccount/{id}
Get a Logical Device Account by ID
Method: get
Path: /logicalDeviceAccount/{id}
Get Logical Device Accounts
Method: get
Path: /logicalDeviceAccount
Update a Logical Device Account
Method: patch
Path: /logicalDeviceAccount/{id}