Docs

Clone Resource

POST /procurement-resources/{resourceId}/clone

POST/procurement-resources/{resourceId}/clone

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour API key. Pass it as the Bearer token on every request.

Creates a copy of a procurement resource with the same type, quantity, and properties. The clone starts with a blank schedule and no context links.

If the source resource has no cloneGroupId yet, a new shared group ID is assigned to both the source and the clone. If the source is already part of a clone group, the new clone joins that same group.

Path Parameters

FieldTypeRequiredDescription
resourceIdGuidRequiredThe ID of the resource to clone. Replace `{{resourceId}}` in the URL.

Response

Returns 201 Created with the new cloned resource's ID in the body.