REST CALL Problem

Hi ,

I am setting a rest call using Integration Smart Service and on the field which is text I need to sent a sprecific structure like follow:

{ { "Name": "Name1","Value": pv!Value1},{ "Name": "Name2","Value": pv!Value2}} .

I try several different scenarios but nothing is complete as expected.

Please advice me how to proceed.

Thanks in advance.

  Discussion posts and replies are publicly visible

Parents Reply
  • Hi,

    We just have some improvement but I need a little help  once more. So I sent it without a!tojson and the request is going but on the other site we have 

    "{\"Name\":\"distributionPlace\",\"Value\":\"008M- САЛОН ТЦ ВЕРО\"}"

    So my question is prevent and sent it like this 

    {\"Name\":\"distributionPlace\",\"Value\":\"008M- САЛОН ТЦ ВЕРО\"}

    without " at the begining and end.

    BR,Natasa

Children