How to pass data to a CLOB type parameter by API?

Hi,

I have a field of type ACRTF added to a representation and its class. I followed the online documentation, looking for: "How to add a clob text to a representation class".

When I test with postman, I have problems with the ACRTF type field. I can't retrieve the value passed as parameter.

If I enter only the ACRTF type parameter, I get an incorrect formatting error. Here is an example:

But if I introduce another parameter, the request does not give error, but in the TRT file of the class (_CSPE), the property does not have the value of the parameter.

Do you know how can I send the data for an ACRTF exposed property throught an API call?

Many tanks,

Regards

  • 0

    Testing I have seen that when I pass some more parameters and it doesn't fail, the information returned by the clob field is of type text/rtf:

    Does anyone know how I can pass a parameter in the call indicating the contenttype?
    When I try this format I get an error identifying the $uuid:

    Regards