Get an XML string of a document
Gets
an XML string of a document.
Request |
|
Parameters |
|
Headers |
|
Response | The document of the record in the specified container. |
Status |
|
Limitation | This REST API does not support getting an XML string of a document for the Role entity in the PROVISIONING system data container. |
Sample response
<ii>
<c>Product</c>
<dmn>Product</dmn>
<dmr/>
<sp/>
<t>1531728848296</t>
<taskId>null</taskId>
<i>1</i>
<p>
<Product>
<Id>1</Id>
<Name>New Name</Name>
<Description>2</Description>
<Features>
<Sizes>
<Size>Small</Size>
<Size>Medium</Size>
<Size>Large</Size>
</Sizes>
<Colors>
<Color>White</Color>
<Color>Light Blue</Color>
<Color>Light Pink</Color>
</Colors>
</Features>
<Availability>true</Availability>
<Price>3.00</Price>
<Stores>
</Stores>
</Product>
</p>
</ii>