Skip to main content

services/pricelists/{plid}/services/{svcid} (PUT)

To update an existing pricelist service.

URL

(PUT) /api/services/pricelists/{plid}/services/{svcid}

PARAMETERS

URL parameters are:

plid

The price list ID

Integer, Mandatory
svcidThe service IDInteger, Mandatory


The body must include a JSON object.

The properties are the same as with services/pricelists/{plid}/services/new (POST) with these exceptions:

  • src, trg: The languages of an existing service cannot be updated. These properties are disregarded.
  • task: The task code of an existing service cannot be updated. These prperties are disregarded.


Note: All service properties will be updated (unless otherwise described).

If you do not set a property, the indicated default value will be set. It is best to first fetch the existing service, then change the properties you intend to change and then submit all properties with this method.

RESULTS

The method returns the updated service.

The properties are the same as described here: services/pricelists/{plid}/services/{svcid}


ACCESS RIGHTS

See Services.



JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.