CyberStore Return Web Service
MethodSaveReturnAddress
CyberStore Return Web Service > All Operations Resource Group : SaveReturnAddress (Method)
Description
Saves the supplied address data to the pending Return.
Request (SaveReturnAddressSoapIn)

The request body is of type SaveReturnAddress.

Request Body Parameters

NameDescriptionData Type
 xml:string
 xml:string
 xml:string
 xml:string
 xml:string
 xml:string
 xml:string
 xml:string
 xml:string
 xml:string
 xml:string
 xml:string
200 Response (SaveReturnAddressSoapOut)

The response body is of type SaveReturnAddressResponse.

Response Body Parameters

NameDescriptionData Type

A string value containing a JSON object.

{
    "Data": {
        "ShippingFirstName": "Susan",
        "ShippingLastName": "Brown",
        "ShippingAddress1": "3 Beach Road",
        "ShippingAddress2": "Bayside North",
        "ShippingAddress3": "",
        "ShippingCity": "Seattle",
        "ShippingState": "WA",
        "ShippingZip": "98101",
        "ShippingCountry": "United States",
        "ShippingPhone": "5554647985",
        "ShippingCode": "1",
        "ShippingTaxArea": "02057"
    },
    "LookupData": {},
    "Result": {
        "Success": true,
        "Message": "The return address was updated successfully.",
        "ElapsedTime": "5 ms"
    }
}

 

xml:string
See Also
All Operations Resource GroupCyberStore Return Web Service