Clone Sales Transaction Input

Input representation of the request to clone records within a sales transaction.
JSON example
This is a sample request to clone records within a sales transaction.
{
  "recordIds": ["0QLxx0000004CBYGA2"],
  "salesTransactionId": "0Q0xx0000004CE0CAM"
}
Properties
Name Type Description Required or Optional Available Version
recordIds String[] ID of the record to be cloned. Required 64.0
salesTransactionId String ID of the sales transaction related to the record IDs to clone. Required 64.0