Multidomain MDM
- Multidomain MDM 10.5
- All Products
<METHOD> <<host>:<port>/<context>/<database ID>/<Path> Content-Type: application/<json/xml> Accept: application/<json/xml>
Request component
| Description
|
---|---|
Content-Type
| Media type of the data in the request. When you include a body in the REST request, you must specify the media type of the body in the Content-Type header field. Include the Content-Type header field in PUT and POST requests.
|
Accept
| Media type of the data in the response. To specify the request format, use
application/<json/xml> in the header or add
.json or
.xml to the URL. Default is XML.
|