About this endpoint
What it does
Serializes a JSON object into a well-formed XML document. You send the JSON payload in the request body, and the endpoint returns the XML string representation.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| data | Object | Yes | JSON object to serialize into XML. |
| root | String | No | Root element tag name. Default: root. |
Response
Returns a JSON string containing the XML document. The success response is a single string value representing the serialized XML output.
| Parameter | Type | Mandatory | Description |
|---|