Docs
Clone Resource
POST /procurement-resources/{resourceId}/clone
POST
/procurement-resources/{resourceId}/cloneRequired Tokens
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <api-key> | Optional | Your 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
| Field | Type | Required | Description |
|---|---|---|---|
| resourceId | Guid | Required | The 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.