POST /orders/{id}/copy
Creates a copy of the original order in the target company.
Roles that can access this endpoint are Users.
Parameters
name |
description |
type |
default |
type |
id |
ID of the order to be copied |
path
|
|
String
|
copyControlId |
ID of the Copy Control record to be used for copying the order |
query
|
|
String
|
Result
String
a String value representing the order ID of the newly created order
Try It Out
Request