Federal Account Attribute Lines REST Endpoints
Federal Account Attributes/Federal Account Attribute Lines
The federal account attribute lines enable users to manage account attribute with lines.
- Create a federal account attribute line
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/fedAccountAttributes/{AccountAttributeHeaderId}/child/fedAccountAttributeLines - Delete a federal account attribute line
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/fedAccountAttributes/{AccountAttributeHeaderId}/child/fedAccountAttributeLines/{AccountAttributeLineId} - Get a federal account attribute line
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/fedAccountAttributes/{AccountAttributeHeaderId}/child/fedAccountAttributeLines/{AccountAttributeLineId} - Get all federal account attribute lines
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/fedAccountAttributes/{AccountAttributeHeaderId}/child/fedAccountAttributeLines - Update a federal account attribute line
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/fedAccountAttributes/{AccountAttributeHeaderId}/child/fedAccountAttributeLines/{AccountAttributeLineId}