ATG REST MVC requests use a /rest/model URL to process requests against the actor framework. The general format for a REST MVC URLS is:

http://host:port/rest/model/actor_component/tail

The format variables are:

A typical request may be similar to the following call that adds an item to a shopping cart:

http://rest.company.com:8280/rest/model/atg/commerce/order/purchase/
  CartModifierActor/addItemtoOrder

Refer to the External REST MVC Service Call Examples and Internal REST MVC Service Call Examples sections to see examples of request URLs.


Copyright © 1997, 2013 Oracle and/or its affiliates. All rights reserved. Legal Notices