Contract Line Internal Attributes REST Endpoints
            
            Contracts/Contract Lines/Contract Line Internal Attributes
            
        
        
    The contract line internal attributes resource is used to view, create, update, and delete internal contract line attributes.
- Create a contract line internal attribute
 - Method: postPath:
/fscmRestApi/resources/11.13.18.05/contracts/{contractsUniqID}/child/ContractLine/{LineId}/child/ProjectContractLineInternalAttributes - Get a contract line internal attribute
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/contracts/{contractsUniqID}/child/ContractLine/{LineId}/child/ProjectContractLineInternalAttributes/{ProjectContractLineInternalAttributesUniqID} - Get all contract line internal attributes
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/contracts/{contractsUniqID}/child/ContractLine/{LineId}/child/ProjectContractLineInternalAttributes - Update a contract line internal attribute
 - Method: patchPath:
/fscmRestApi/resources/11.13.18.05/contracts/{contractsUniqID}/child/ContractLine/{LineId}/child/ProjectContractLineInternalAttributes/{ProjectContractLineInternalAttributesUniqID}