Application Integration
- Application Integration
- All Products
<root xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance”> <Employee> <Name xsi:nil=”true”></Name> <Address xsi:nil=”true”></Address> </Employee> </root>
<root> <code>400</code> <details> <missing>[ID]</missing> </details> <message>The parameter validation failed</message> </root>
<root xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance”> <Employee> <ID>1234</ID> <Name xsi:nil=”true”></Name> <Address xsi:nil=”true”></Address> </Employee> </root>