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.

Idempotency-Key
string

Optional, client-generated key for deduplicating repeated write requests. A repeated request with the same key returns the originally recorded result instead of executing the effect again.

Required string length: 1 - 255
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>[]
required

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

copyOptions
object
required

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>[]
required

Unique IDs of the items that received copied values.