| ObjAcct.Framework.WebServices Namespace : AddressWebService Class |
Web service to retrieve Addresses and address lists. Addresses are managed in the entity classes in which they are used and are supported in the following entity classes: Account, Customer, Employee, Job, OtherName, Vendor.
For a list of all members of this type, see AddressWebService members.
[Visual Basic]
Public Class AddressWebService
Inherits SoapHttpClientProtocol
Implements IComponent, IDisposable [C#]
public class AddressWebService : SoapHttpClientProtocol, IComponent, IDisposable To create an address, use the SaveAddress function in one of these classes. When retrieving an entity from one of these classes, that entity's addresses can also be retrieved at the same time with a single call to the web service.
Address Types
| Address Type | Description | Pubic Constant in StdLib | AddressTypeRowID |
|---|---|---|---|
| Entity Address | Required for all entities that support addresses. One per entity. | ADDRESS_TYPE_ENTITY | 1.0 (String) |
| Bill To Address | Customer and Job entities only. | ADDRESS_TYPE_BILLTO | 2.0 (String) |
| Ship To Address | Customer and Job entities only. | ADDRESS_TYPE_SHIPTO | 3.0 (String) |
| Purchase From Address | Vendor entities only. | ADDRESS_PURCHASEFROM | 4.0 (String) |
| Remit To Address | Vendor entities only. | ADDRESS_TYPE_REMITTO | 5.0 (String) |
Namespace: ObjAcct.Framework.WebServices
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
Assembly: ObjAcct.Framework.WebServices (in ObjAcct.Framework.WebServices.dll)
AddressWebService Members | ObjAcct.Framework.WebServices Namespace | Address SQL Schema | Address XML Schema
Copyright 2007 © ObjAcct, Inc. All Rights Reserved.