Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

x-companyid
string

The Company-Id (int or uuid) of the company on whose behalf the request is executed.

x-tenant-id
string<uuid>
required

The tenant ID for the target ERP instance.

Path Parameters

CopyDetailsFromItemId
string<uuid>
required
Example:

"b45f6432-2462-4c6f-b00f-1d9d01000000"

Body

application/json

Request parameters

  • Request
copyDetailsIntoItemIds
string<uuid>[]

Transfer the itemdetails into the items identified by these unique identifiers.

copyOptions
object

Specifies which properties and aspects of the source item should be duplicated to the new items.

Response

Itemdetails successfully copied to the specified items.

  • Response
itemId
string<uuid>[]

Unique IDs of the items that received copied values.