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:
/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 Instruction 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 Simulation Structure
- Method: getPath:
/service/lma/structure/simulation
- Get all Valid Structure
- Method: getPath:
/service/lma/structure
- Get Structure Details for Accounts Participating in Multiple Structures
- Method: postPath:
/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:
/structure/modifyExternal
- 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 BOD for the Given Header Branch Code
- Method: getPath:
/service/lma/structure/structureBod/{headerBranchCode}
- 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
- Retrives the Unauthorized Structure by Given ID
- Method: getPath:
/structure/{id}/unauthorized
- Update an Existing Structure with List of Structure Detail Records
- Method: putPath:
/service/lma/structure/v1/{id}
- Validates a New Structure
- Method: postPath:
/structure/validate