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: post
Path: /fscmRestApi/resources/11.13.18.05/fedAccountAttributes/{AccountAttributeHeaderId}/child/fedAccountAttributeLines
Delete a federal account attribute line
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/fedAccountAttributes/{AccountAttributeHeaderId}/child/fedAccountAttributeLines/{AccountAttributeLineId}
Get a federal account attribute line
Method: get
Path: /fscmRestApi/resources/11.13.18.05/fedAccountAttributes/{AccountAttributeHeaderId}/child/fedAccountAttributeLines/{AccountAttributeLineId}
Get all federal account attribute lines
Method: get
Path: /fscmRestApi/resources/11.13.18.05/fedAccountAttributes/{AccountAttributeHeaderId}/child/fedAccountAttributeLines
Update a federal account attribute line
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/fedAccountAttributes/{AccountAttributeHeaderId}/child/fedAccountAttributeLines/{AccountAttributeLineId}