Structure Maintenance API REST Endpoints
Structure Services/Structure Maintenance API
This service is used for structure maintenance operation.
- Adds a new structure
- Method: postPath:
/structure
- Adds a new structure from external system
- Method: postPath:
/structure/createExternal
- Adds a new structure from simulated structure
- Method: postPath:
/structure/createFromSimulation
- Authorize the structure by given ID
- Method: patchPath:
/structure/{id}/approve
- Close the structure by given ID
- Method: patchPath:
/structure/{id}/close
- Deletes the structure identified by given ID
- Method: deletePath:
/structure/{id}
- Export an a structure
- Method: getPath:
/structure/{id}/export/{format}
- Fetch all the accounts of a structure by given ID
- Method: getPath:
/structure/{id}/accounts
- Fetch Structure Account Priority's for the given account
- Method: getPath:
/structure/priorities
- Fetch Structure Account Priority's for the given account
- Method: getPath:
/structure/priority/{accountNumber}
- Fetch Structure Account Priority's for the given accounts
- Method: getPath:
/structure/priorities/accountNumbers/{accountNumbers}
- For a given intruction ID or frequency, validates whether there are open structures
- Method: getPath:
/structure/checkStructureExists
- Get all structure that are going to expire within n days
- Method: postPath:
/structure/expiry
- Get all valid simulation structure
- Method: getPath:
/structure/simulation
- Get all valid structure
- Method: getPath:
/structure
- Get structure logs to view, authorize or reject
- Method: getPath:
/structure/approval
- Modifies a structure from external system
- Method: postPath:
/structure/modifyExternal
- Reject the structure by given ID
- Method: patchPath:
/structure/{id}/reject
- Reopen the structure by given ID
- Method: patchPath:
/structure/{id}/reopen
- Retrieves active VA count for the input real customer with structure
- Method: postPath:
/structure/vacountperstrcustomer
- Retrieves the BOD structure master ID by header branch code
- Method: getPath:
/structure/structureBod/{headerBranchCode}
- Retrieves the reallocation structure details by header branch code
- Method: getPath:
/structure/strRealloc/{headerBranchCode}
- Retrieves the structure by ID
- Method: getPath:
/structure/fetch/{id}
- Retrieves the structure by ID.
- Method: getPath:
/structure/{id}
- Retrieves the structure for EOD by header branch code
- Method: getPath:
/structure/structureEod/{headerBranchCode}
- Retrieves the structure for pool by header branch code
- Method: getPath:
/structure/poolstructure/{headerBranchCode}
- Retrieves the structure ID
- Method: getPath:
/structure/getStructureId
- Retrieves the structure ID and simulation ID
- Method: getPath:
/structure/simulation/getSimulationId
- Retrieves the structure Master ID by header branch code reverse sweep
- Method: getPath:
/structure/strRevSweep/{headerBranchCode}
- Retrieves the structure master ID by next run date
- Method: getPath:
/structure/structureIntraDay
- Retrieves the structure master ID by next run date for reverse sweep
- Method: getPath:
/structure/strRevSweepIntraDay
- Retrieves the structure master ID by next run date reverse
- Method: getPath:
/structure/revFreqStructure
- Retrives the structure by given ID
- Method: getPath:
/structure/{id}/history
- Retrives the structure by given ID
- Method: getPath:
/structure/{id}/unauthorized
- Update an existing structure
- Method: putPath:
/structure/{id}
- Update an existing structure with validation
- Method: putPath:
/structure/submit/{id}
- Update last successful sweep for given structure
- Method: patchPath:
/structure/{structureId}/last-successful-sweep-date
- Update next run date for given structure
- Method: postPath:
/structure/updateNextRunDate
- Update structure status of existing structures
- Method: putPath:
/structure/updateStructureStatus/{headerBranchCode}
- Validates a new structure
- Method: postPath:
/structure/validate