XentrDeveloper Docs
API ReferenceMachines

Transfer without moving history; organization administrators are restricted to their current organization

POST
/api/factories/{factoryId}/machines/{id}/transfer
AuthorizationBearer <token>

In: header

Path Parameters

factoryId*string

Source factory slug

id*string

Source machine UUID or code

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://api.xentr.ai/api/factories/string/machines/string/transfer" \  -H "Content-Type: application/json" \  -d '{    "destinationFactoryId": "string",    "destinationCode": "string",    "requestId": "string",    "reason": "string"  }'
Empty
Empty