GET JsonCompare

Request Information

URI Parameters

None.

Body Parameters

JsonCompareHead
NameDescriptionTypeAdditional information
jsonDiffList

Collection of JsonDiffRow

None.

isBeforeUpdateExists

boolean

None.

jsonBeforeUpdate

string

None.

jsonPostInner

string

None.

jsonAfterUpdate

string

None.

diff

Collection of Object

None.

Request Formats

application/json, text/json

Sample:
{
  "jsonDiffList": null,
  "isBeforeUpdateExists": true,
  "jsonBeforeUpdate": "sample string 2",
  "jsonPostInner": "sample string 3",
  "jsonAfterUpdate": "sample string 4",
  "diff": null
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

JsonCompareHead
NameDescriptionTypeAdditional information
jsonDiffList

Collection of JsonDiffRow

None.

isBeforeUpdateExists

boolean

None.

jsonBeforeUpdate

string

None.

jsonPostInner

string

None.

jsonAfterUpdate

string

None.

diff

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
{
  "jsonDiffList": null,
  "isBeforeUpdateExists": true,
  "jsonBeforeUpdate": "sample string 2",
  "jsonPostInner": "sample string 3",
  "jsonAfterUpdate": "sample string 4",
  "diff": null
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.