Get Structure Details for Accounts Participating in Multiple Structures

post

/service/lma/structure/v1/having-common-accounts

This endpoint is used to get structure details for the accounts participating in multiple structures.

Request

Supported Media Types
Body ()
List of Accounts/Delink Accounts to get structure details along with id
Root Schema : LinkDelinkAccountListDTO
Type: object
Collection of accounts participating in multiple structures.
Show Source
Nested Schema : delinkAccounts
Type: array
Show Source
Nested Schema : linkAccounts
Type: array
Show Source
Back to Top

Response

Supported Media Types

200 Response

Returns message of success or failure
Body ()
Root Schema : AccParticipatingInMSCollection
Type: object
Collection of accounts participating in multiple structures.
Show Source
Nested Schema : data
Type: array
Show Source
Nested Schema : PagingDto
Type: object
Show Source
Nested Schema : AccParticipatingInMSDTO
Type: object
Show Source

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
Back to Top