Receipt Method Assignments REST Endpoints

Receipt Method Assignments
The receipt method assignments resource is used to assign a new receipt method to a customer account or site, and to find, update, and delete existing receipt methods of a customer account or site.
Create a receipt method assignment at customer account or site
Method: post
Path: /fscmRestApi/resources/11.13.18.05/receiptMethodAssignments
Delete a receipt method assigned to a customer account or site
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/receiptMethodAssignments/{CustomerReceiptMethodId}
Get a receipt method assigned to a customer account or site
Method: get
Path: /fscmRestApi/resources/11.13.18.05/receiptMethodAssignments/{CustomerReceiptMethodId}
Get all receipt methods assigned to a customer account or site
Method: get
Path: /fscmRestApi/resources/11.13.18.05/receiptMethodAssignments
Update a receipt method assigned to a customer account or site
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/receiptMethodAssignments/{CustomerReceiptMethodId}