Get Service (/productservice)

Migration guide for ATWS getService to ATLAS getservice

Please enter your host and distributor key here to update the links on the page.

Quick Start

Get the details of the service with id 56b25db92880253d74c4525d for product with id 56b25db92880253d74c45257 in JSON

https://[host]/api/atlas/productservice?key=[key]&productid=56b25db92880253d74c45257&serviceid=56b25db92880253d74c4525d&out=json

Click here for full documentation on ATLAS getProductService.

Migration to ATLAS

Please note that the getProductService protocol has not changed from ATWS to ATLAS. Objects created to consume getProductService will still be able to consume the ATLAS output.

A standard type of getProduct call to ATLAS will look like this

ATWS getProductService:
The parameters are embedded within the soap message.
<parameters>
<row><param>PRODUCT_ID</param><value>9000417</value></row>
<row><param>SERVICE_ID</param><value>9000244</value></row>
</parameters>
Common ATWS parameters and ATLAS equivalent:
ATWS ATLAS
<row><param>PRODUCT_ID</param><value>9000417</value></row> &productid=56b25db92880253d74c45257
<row><param>SERVICE_ID</param><value>9000244</value></row> &serviceid=56b25db92880253d74c4525d

Output (&out)

Results can be requested in JSON or XML format.

OPTIONS :
xml or json
DEFAULT :
xml
EXAMPLE :