Structure Details REST Endpoints
Fee Groups/Grouping Structures/Structure Details
Details about the fee group structure, such as name and description.
- Create a group structure detail
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/feeGroups/{FeeGroupId}/child/feeGroupStructures/{FeeGroupStructureId}/child/structureDetails - Delete a group structure detail
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/feeGroups/{FeeGroupId}/child/feeGroupStructures/{FeeGroupStructureId}/child/structureDetails/{StructureDetailId} - Get all group structure details
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/feeGroups/{FeeGroupId}/child/feeGroupStructures/{FeeGroupStructureId}/child/structureDetails - Get group structure details
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/feeGroups/{FeeGroupId}/child/feeGroupStructures/{FeeGroupStructureId}/child/structureDetails/{StructureDetailId} - Update a group structure detail
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/feeGroups/{FeeGroupId}/child/feeGroupStructures/{FeeGroupStructureId}/child/structureDetails/{StructureDetailId}