Migrate Agreement Charge Attributes
post
                    /rest/v19/pricingSetup/agreementAttributes/actions/createFromChargeAttributes
Use this endpoint to create pricing agreement charge attributes from an existing price charge attribute.
                
                Request
Supported Media Types
                - application/json
Response
204 Response
Success
                
                
                Examples
The following example shows how to create pricing agreement charge attributes from an existing price charge attribute by submitting a POST request to the REST resource using cURL. For more information about cURL, see Use cURL.
curl -X POST -H "Authorization: Bearer <token>" -H "Accept: application/json" https://sitename.oracle.com/rest/v19/pricingSetup/agreementAttributes/actions/createFromChargeAttributes
Response Body Sample
{
  "items": ["_requestedAgreementNumber"]
}