Structure Maintenance Service API REST Endpoints
Structure Services/Structure Maintenance Service API
This service is used to perform Structure Maintenance related operations for Service application, like fetching, creating, modifying, closing, reopening, authorizing a structure etc.
- Adds a new structure from external system
- Method: postPath:
/service/lma/structure/createExternal
- Export a structure
- Method: getPath:
/service/lma/structure/{id}/export/{format}
- Fetch all the accounts of a structure by given ID
- Method: getPath:
/service/lma/structure/{id}/accounts
- Fetch various structures and their priorities for the given Account
- Method: getPath:
/service/lma/structure/priorities/accountNumbers/{accountNumbers}
- For a Given Intruction ID or Frequency, validates whether there are open structures
- Method: getPath:
/service/lma/structure/checkStructureExists
- Generate the structure ID
- Method: getPath:
/service/lma/structure/getStructureId
- Generates the Structure ID for the Simulation structure
- Method: getPath:
/service/lma/structure/simulation/getSimulationId
- Get all valid structure
- Method: getPath:
/service/lma/structure
- Get Structure Details for Accounts Participating in Multiple Structures
- Method: postPath:
/service/lma/structure/v1/having-common-accounts
- Get structure logs to view, authorize or reject
- Method: getPath:
/service/lma/structure/approval
- Modifies a structure from external system
- Method: postPath:
/service/lma/structure/modifyExternal
- Retrieves the BOD Structure Master Id by header Branch Code
- Method: getPath:
/service/lma/structure/structureBod/{headerBranchCode}
- Retrieves the Child Account by Parent Account Number and Structure key ID
- Method: getPath:
/service/lma/structure/v1/childAccounts
- Retrieves the Reallocation Structure details by header Branch Code
- Method: getPath:
/service/lma/structure/strRealloc/{headerBranchCode}
- Retrieves the structure by ID
- Method: getPath:
/service/lma/structure/accounts/{structureMasterId}
- Retrieves the structure by ID
- Method: getPath:
/service/lma/structure/fetch/{id}
- Retrieves the structure by ID
- Method: getPath:
/service/lma/structure/v1/{id}
- Retrieves the structure by ID
- Method: getPath:
/service/lma/structure/{id}
- Retrieves the Structure details for BOD reverse sweeps execution
- Method: getPath:
/service/lma/structure/revFreqStructure
- Retrieves the Structure details for Pool for the given Header Branch Code
- Method: getPath:
/service/lma/structure/poolstructure/{headerBranchCode}
- Retrieves the Structure details for reverse sweep for the given Header Branch Code
- Method: getPath:
/service/lma/structure/strRevSweep/{headerBranchCode}
- Retrieves the Structure details for Reverse Sweep to be executed intraday
- Method: getPath:
/service/lma/structure/strRevSweepIntraDay
- Retrieves the Structure details to be executed during EOD for the given Header Branch Code
- Method: getPath:
/service/lma/structure/structureEod/{headerBranchCode}
- Retrieves the Structure details to be executed for intraday sweeps
- Method: getPath:
/service/lma/structure/structureIntraDay
- Retrives the structure audit information by given ID
- Method: getPath:
/service/lma/structure/{id}/history
- Retrives the unauthorized structure by given ID
- Method: getPath:
/service/lma/structure/{id}/unauthorized
- Update an existing structure with list of Structure Detail records.
- Method: putPath:
/service/lma/structure/v1/{id}
- Update the structures priorities upon customer hierarchy change
- Method: postPath:
/service/lma/structure/priority/updateCustIds
- Validates a new structure
- Method: postPath:
/service/lma/structure/validate