pricelists_Update
Update/insert the specified pricelists.
Parameters: pricelists: Array of pricelist
objects.
The following is a sample SOAP request and response. The placeholders shown need to be replaced with actual values.
Request:
POST /amsdocs/system/service/module/soap/api HTTP/1.1
Host: demo-docs.centra.com
Connection: Keep-Alive
Content-Type: text/xml; charset=utf-8
SOAPAction: "http://www.centra.com/webservices/Pricelists_Update"
<?xml version="1.0"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://www.centra.com/webservices/">
<SOAP-ENV:Body>
<ns1:pricelists_Update>
<ns1:login>
<ns1:username>demo</ns1:username>
<ns1:password>demo</ns1:password>
</ns1:login>
<ns1:pricelists>
<ns1:pricelist>
<ns1:id>string</ns1:id>
<ns1:store>string</ns1:store>
<ns1:type>string</ns1:type>
<ns1:currency>string</ns1:currency>
<ns1:description>string</ns1:description>
<ns1:items>
<ns1:product>
<ns1:id>string</ns1:id>
<ns1:price>string</ns1:price>
<ns1:priceb>string</ns1:priceb>
<ns1:alteredprice>string</ns1:alteredprice>
<ns1:alteredpriceb>string</ns1:alteredpriceb>
<ns1:variation>
<ns1:id>string</ns1:id>
<ns1:price>string</ns1:price>
<ns1:priceb>string</ns1:priceb>
<ns1:alteredprice>string</ns1:alteredprice>
<ns1:alteredpriceb>string</ns1:alteredpriceb>
</ns1:variation>
</ns1:product>
</ns1:items>
</ns1:pricelist>
</ns1:pricelists>
</ns1:pricelists_Update>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Response:
HTTP/1.1 200 OK
Date: Fri, 07 Aug 2026 12:50:34 GMT
Content-Type: text/xml; charset=utf-8
Transfer-Encoding: chunked
Connection: keep-alive
X-Centra-Request-ID: 1_48a9260cb1cfbdc7edf5b8753f803adf
X-Correlation-ID: centra_1_48a9260cb1cfbdc7edf5b8753f803adf
Content-Security-Policy: default-src 'self' https://centra-pdf-generator.s3.eu-west-1.amazonaws.com/; style-src 'self' 'unsafe-inline' https://www.gstatic.com/charts/; img-src 'self' data: https:; media-src 'self' https://static.centrahq.com/; connect-src 'self' https://demo-docs-silk.s3.eu-west-1.amazonaws.com https://centra.systems/ https://sso-login-dev.centra.systems/ https://sso-login.centra.systems/ https://www.google-analytics.com/ https://www.gstatic.com/charts/ https://*.amplitude.com/ https://*.ingest.sentry.io/ https://stats.g.doubleclick.net https://www.googletagmanager.com/ https://www.google.com/ https://maps.googleapis.com/ https://analytics.google.com/ https://*.analytics.google.com; script-src 'self' 'unsafe-inline' 'unsafe-eval' data: https://centra.systems/ https://www.googletagmanager.com/ https://www.google-analytics.com/analytics.js https://maps.googleapis.com/ https://*.amplitude.com/ https://static.cloudflareinsights.com/ https://www.gstatic.com/charts/; frame-src 'none'; font-src 'self'; object-src 'none'; worker-src 'self' blob:; report-uri https://o866615.ingest.us.sentry.io/api/4506099646136320/security/?sentry_key=e3bcf69ff74ec0f96e9d998310ef561c;
Cache-Control: max-age=0, private, must-revalidate
Set-Cookie: centrasess=3d7e54c4ce5a55afad1ef86768ed89af; path=/amsdocs/; secure; HttpOnly
X-mem: 4.0 MB
X-max-mem: 4.0 MB
Strict-Transport-Security: max-age=63072000
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
<?xml version="1.0"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://www.centra.com/webservices/">
<SOAP-ENV:Body>
<ns1:result/>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>