You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

How to send data as per the below Json format

Received Response
21
Views
6
Comments
edited Dec 22, 2022 10:05AM in Integration 6 comments

Summary:

How to send data as per the below Json format 

Content (required):

Hi Expert,

I have requirement to send the data as per the below JSON structure. I need to send the data as per below format from a single database table.

{

  "TargetValues":[

   {

     "Source":"test",

     "Source_vale":"test",

     "Lookup_type":"test",

     "Target Value":"test",

     "labels":[

      {

        "Attribute1":"test",

        "Label1":"test"

      },

      {

        "Attribute2":"test",

        "Label2":"test2"

      },

      {

        "Attribute3":"test",

        "Label3":"test2"

      },

      {

        "Attribute4":"test3",

        "Label4":"test"

      }

     ]

   },

   {

     "Source":"test",

     "Source_vale":"test",

     "Lookup_type":"test",

     "Target Value":"test2",

     "labels":[

      {

        "Attribute1":"test",

        "Label1":"test"

      },

      {

        "Attribute2":"tset2",

        "Label2":"test"

      },

      {

        "Attribute3":"test",

        "Label3":"test"

      },

      {

        "Attribute4":"test",

        "Label4":"test"

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!