I'm trying to make POST API call to create a folder using custom REST code. On execution I'm getting the 400 status code and following error message.
{"status":400,"code":"E_INPUT_MESSAGE_NOT_READABLE","message":"The input message is not readable.","details":"Error in unmarshalling the JSON representation into annotated object of class com.emc.documentum.rest.model.FolderObject at [Source: (PushbackInputStream); line: 1, column: 279];The field propertiesMap is undefined","id":"d0606cf3-09f0-4a8f-ae39-a141ecda54c0"}
org.springframework.web.client.HttpClientErrorException: 400 null
Kindly help.