Transfer Authorization Groups REST Endpoints

Intercompany Agreements/Transfer Authorization Groups
The transfer authorization group represents the receivers organizations definition information.
Create a transfer authorization group
Method: post
Path: /fscmRestApi/resources/11.13.18.05/intercompanyAgreements/{IntercompanyAgreementId}/child/transferAuthorizationGroups
Delete a transfer authorization group
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/intercompanyAgreements/{IntercompanyAgreementId}/child/transferAuthorizationGroups/{TransferAuthorizationGroupId}
Get a transfer authorization group
Method: get
Path: /fscmRestApi/resources/11.13.18.05/intercompanyAgreements/{IntercompanyAgreementId}/child/transferAuthorizationGroups/{TransferAuthorizationGroupId}
Get all transfer authorization groups
Method: get
Path: /fscmRestApi/resources/11.13.18.05/intercompanyAgreements/{IntercompanyAgreementId}/child/transferAuthorizationGroups
Update a transfer authorization group
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/intercompanyAgreements/{IntercompanyAgreementId}/child/transferAuthorizationGroups/{TransferAuthorizationGroupId}