Move close entity
Path parameters
-
id
integer Required
POST
/closeAPI/api/close/entity/{id}/move
curl \
--request POST 'http://close-service:8082/closeAPI/api/close/entity/{id}/move' \
--header "Content-Type: application/json" \
--data '42'
Request examples
42
Response examples (200)
{
"id": 42,
"parentId": 42,
"name": "string",
"number": "string",
"description": "string",
"status": "ACTIVE",
"type": "ENTITY",
"entityId": 42,
"collaboration": true
}