Associations REST Endpoints

Order Management/Channel Customer Claims/Associations
The Associations resource manages accrual associations of a claim.
Create one customer claim association
Method: post
Path: /fscmRestApi/resources/11.13.18.05/channelCustomerClaims/{ClaimId}/child/associations
Delete one customer claim association
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/channelCustomerClaims/{ClaimId}/child/associations/{AssociationId}
Get all customer claim associations
Method: get
Path: /fscmRestApi/resources/11.13.18.05/channelCustomerClaims/{ClaimId}/child/associations
Get one customer claim association
Method: get
Path: /fscmRestApi/resources/11.13.18.05/channelCustomerClaims/{ClaimId}/child/associations/{AssociationId}