cancel
Showing results for 
Search instead for 
Did you mean: 

CI Content Modifier JSONPayload Manipulation

ag3silaus
Participant
0 Kudos

Hi Experts,

I try to change two objects from JSON Payload. Which start date and end date.

I can't use expression in body because I am getting 400 Error which is Payload is not JSON format.

If I use Constant, then I can't use Apache Camel expressions.

I would like to know how can I change the dates as a start day of the month and end day of the month automatically.

Thanks in advance

Burak

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member724290
Participant
0 Kudos

Hi Burak,

You can convert to xml then change data then convert back to json.

Or make changes in json in the script before request.