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
Body ()
Root Schema : PricingChargeAttrMigrateBean
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Back to Top

Response

204 Response

Success
Back to Top

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"]
}
Back to Top