Associations REST Endpoints
    
        Order Management/Channel Customer Claims/Associations
    
The Associations resource manages accrual associations of a claim.
- Create one customer claim association
 - Method: postPath:
/fscmRestApi/resources/11.13.18.05/channelCustomerClaims/{ClaimId}/child/associations - Delete one customer claim association
 - Method: deletePath:
/fscmRestApi/resources/11.13.18.05/channelCustomerClaims/{ClaimId}/child/associations/{AssociationId} - Get all customer claim associations
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/channelCustomerClaims/{ClaimId}/child/associations - Get one customer claim association
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/channelCustomerClaims/{ClaimId}/child/associations/{AssociationId}