Hello,we are trying to create with postman objects that do not inherit from dm_document but from NULL and we get this error
http://rhel7:8080/dctm-rest/repositories/CCE_ARCHIVO/folders/0cf4240180000107/documents
{"properties":
{"total_tratados":"8",
"r_object_type":"inem_do_etep_control_ci"
}}
------>
{ "status": 400, "code": "E_CREATE_OBJECT_WITH_WRONG_TYPE",
"message": "Only dm_document is allowed to be created in this collection.",
"id": "f96ab63f-c826-4c0a-92a4-e9aabe66caHello,
we are trying to create with postman objects that do not inherit from dm_document but from NULL and we get this error.
Hello,
we are trying to create with postman objects that do not inherit from dm_document but from NULL and we get this error.
http://rhel7:8080/dctm-rest/repositories/CCE_ARCHIVO/folders/0cf4240180000107/documents
"properties": "total_tratados":"8", "r_object_type":"inem_do_etep_control_ci"
------> "status": 400,"code": "E_CREATE_OBJECT_WITH_WRONG_TYPE","message": "Only dm_document is allowed to be created in this collection.",
Is there any way to create objects of types whose supertype is NULL?