HTTP POST

The POST method is used to edit the details of a resource.

URL Pattern

https://localhost:8443/ems/v90/ws/<ObjectType>/<ObjectId>.ws

Example

For:

<ObjectType> = product

<ObjectId> = 1

the URL becomes:

https://localhost:8443/ems/v90/ws/product/1.ws

This request will update details of the product with product ID = 1. In the request body, you need to provide a valid input XML (validated by the XSD provided).

NOTE   The URL for this request is based on the unique auto-generated ID of the resource in the database.