Depot->UpdateAddress
UpdateAddress (Depot Function)
This function updates the Depot address of the Depot Name specified in the input. If one of the address fields is not specified in the input then the old value will be wiped out and replaced with blank.
XML Request
Parameters
This web service method takes the following input parameters:
Parameter | Type | Optional | Description |
---|---|---|---|
DepotName | String | No | The name for the existing ID |
StreetAddress | String | Yes | Updated Street Address |
StreetAddress2 | String | Yes | Updated Street Address - line 2 |
City | String | Yes | Updated City Name |
Region | String | Yes | Updated State or Province |
Postal | String | Yes | Updated Postal Code |
XML Structure
<soap:Body> <UpdateAddress xmlns="http://www.qualcomm.com"> <UpdateAddressRequest> <DepotName>string</DepotName> <StreetAddress>string</StreetAddress> <StreetAddress2>string</StreetAddress2> <City>string</City> <Region>string</Region> <Postal>string</Postal> </UpdateAddressRequest> </soap:Body>
XML Response
Parameters
The web service method provides the following information in the response document.
Parameter | Type | Optional | Description |
---|---|---|---|
IsUpdated | boolean | Yes | Indicates whether the operation succeeded |
XML Structure
<soap:Body> <UpdateAddressResponse xmlns="http://www.qualcomm.com"> <UpdateAddressResult> <IsUpdated>boolean</IsUpdated> </UpdateAddressResult> </UpdateAddressResponse> </soap:Body> </soap:Body>