LSSGOP_AccountAddress Operations
This Web service allows you to create, update, delete and query records in the AccountAddress object. For a list of operations, see the following table.
Name | Description |
---|---|
AccountAddressInsert |
Creates an accountaddress record. |
AccountAddressUpdate |
Updates an existing accountaddress record. |
AccountAddressDelete |
Deletes an accountaddress record. |
AccountAddressPage |
Queries for an accountaddress record. |
Request Message Description: AccountAddressInsert
For a description of this request message, see the following table.
Node | Description | Type |
---|---|---|
AddressId |
ID of the address to be associated to an account. |
String |
AccountId |
Account ID to which an address is associated. |
String |
Response Message Description: AccountAddressInsert
For a description of this response message, see the following table.
Node | Description | Type |
---|---|---|
Id |
ID of the newly created accountaddress record. |
String |
Request Message Description: AccountAddressUpdate
For a description of this request message, see the following table.
Node | Description | Type |
---|---|---|
Id |
ID of the accountaddress record. |
String |
AddressId |
Name of the corresponding record. |
String |
AccountId |
Type of the corresponding record. |
String |
Response Message Description: AccountAddressUpdate
For a description of this response message, see the following table.
Node | Description | Type |
---|---|---|
Id |
ID of the updated accountaddress record. |
String |
Request Message Description: AccountAddressDelete
For a description of this request message, see the following table.
Node | Description | Type |
---|---|---|
Id |
ID of the accountaddress to be deleted. |
String |
For a description of this response message, see the following table.
Node | Description | Type |
---|---|---|
Id |
ID of the deleted accountaddress record. |
.String |
For a description of this request message, see the following table.
Node | Description | Type |
---|---|---|
Id |
ID of the accountaddress record to be queried. |
String |
For a description of this response message, see the following table.
Node | Description | Type |
---|---|---|
Id |
ID of the accountaddress record. |
String |