dseville
10-13-2011, 01:16 PM
I need to interpret these instructions into English (I am new to this!)
This is from AWeber:
Custom POST methods
Move Subscriber to another List
Use this method to move a Subscriber to another List in the same Account. When calling this method, the Subscriber will be unsubscribed from the original List and subscribed to the List passed into this method
Parameter Options Expected Value Description
ws.op Constant move
list_link Required A link to the list resource.
On success, the response status will be 201 CREATED with a link to the newly created subscriber appearing in the Location header.
This is from AWeber:
Custom POST methods
Move Subscriber to another List
Use this method to move a Subscriber to another List in the same Account. When calling this method, the Subscriber will be unsubscribed from the original List and subscribed to the List passed into this method
Parameter Options Expected Value Description
ws.op Constant move
list_link Required A link to the list resource.
On success, the response status will be 201 CREATED with a link to the newly created subscriber appearing in the Location header.