The updateGiftlist actor-chain edits a gift list.

Parameter

Description

giftlistId

The ID of the gift list.

isPublished

Identifies if the list is published.

eventName

The name of the gift list event.

eventDate

The date of the gift list event.

eventType

The type of the gift list event.

description

A description associated with the list.

shippingAddressId

The Shipping Address ID associated with the list.

instructions

Any instructions that are associated with the list.

Update Gift List Example
curl -v -b customer_cookies.txt -H "Content-Type: application/json" -d "{
"giftlistId": "gl20002", \"eventName\" : \"updated Birthday\", \"eventType\" :
\"Birthday\", "eventDate" : \"AUG 30, 2013\"}" "http://localhost:8280/rest/
model/atg/commerce/gifts/GiftlistActor/updateGiftlist"

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