LSSGOP_ContactAddress Operations
This Web service allows you to create, update, delete, and query records in the ContactAddress object. For a list of operations, see the following table.
Name | Description |
---|---|
ContactAddressInsert |
Creates a new contactaddress record. |
ContactAddressUpdate |
Updates an existing contactaddress record. |
ContactAddressDelete |
Deletes a contactaddress record. |
ContactAddressQueryPage |
Queries for a contactaddress record. |
Request Message Description: ContactAddressInsert
For a description of this request message, see the following table.
Node | Description | Type |
---|---|---|
ContactId |
ID of the contact to be inserted. |
String |
AddressId |
ID of the address to associate to the contact. |
String |
Response Message Description: ContactAddressInsert
For a description of this response message, see the following table.
Node | Description | Type |
---|---|---|
Id |
ID of the newly created contactaddress record. |
String |
Request Message Description: ContactAddressUpdate
For a description of this request message, see the following table.
Node | Description | Type |
---|---|---|
Id |
ID of the contactaddress record. |
String |
ContactId |
Contact ID of the corresponding record. |
String |
AddressId |
Address ID of the corresponding record. |
String |
Response Message Description: ContactAddressUpdate
For a description of this response message, see the following table.
Node | Description | Type |
---|---|---|
Id |
ID of the updated contactaddress record. |
String |
Request Message Description: ContactAddressDelete
For a description of this request message, see the following table.
Node | Description | Type |
---|---|---|
Id |
ID of the contactaddress record to be deleted. |
String |
For a description of this response message, see the following table.
Node | Description | Type |
---|---|---|
Id |
ID of the deleted contactaddress record. |
String |
For a description of this request message, see the following table.
Node | Description | Type |
---|---|---|
Id |
ID of the contactaddress record to be queried. |
String |
For a description of this response message, see the following table.
Node | Description | Type |
---|---|---|
Id |
ID of the contactaddress record. |
String |