CompareXmls
Compare old and new XMl or objects
- application/json
Request Body
- OldXML string
first xml object in string format
- NewXML string
second xml object in string format
Responses
- 200
- 404
Success
- application/json
- Schema
- Example (from schema)
Schema
- result string
difference details in json format
{
"result": "string"
}
Comparision Details not found
Loading...