Early Payment Offer Assignments REST Endpoints

Early Payment Offers/Early Payment Offer Assignments
The early payment offer assignments resource is used to manage details about supplier assignment to the standing discount offers which includes descriptive flexfields.
Create a standing offer assignment
Method: post
Path: /fscmRestApi/resources/11.13.18.05/buyerInitiatedEarlyPaymentOffers/{discountOfferId}/child/assignments
Get a standing offer assignment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/buyerInitiatedEarlyPaymentOffers/{discountOfferId}/child/assignments/{offerAssignmentId}
Get all standing offer assignments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/buyerInitiatedEarlyPaymentOffers/{discountOfferId}/child/assignments
Update a standing offer assignment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/buyerInitiatedEarlyPaymentOffers/{discountOfferId}/child/assignments/{offerAssignmentId}