Convert XML to JSON
Select
Customer Managed
This operation converts XML payload into equivalent JSON object.
Header Parameters
- Content-Type string required
Possible values: [
application/xml
] - Accept string required
Possible values: [
application/json
]Default value:
application/json
- application/xml
Request Body
- object
Responses
- 200
OK
- application/json
- Example 1
{
"clientGroupOperationType": 1,
"clientGroupDetail": {
"description": "client computer group description",
"clientGroup": {
"clientGroupName": "sales_group"
}
}
}
Loading...