See Also

AddressWebService Members  | ObjAcct.Framework.WebServices Namespace  | Address SQL Schema  | Address XML Schema

Requirements

Namespace: ObjAcct.Framework.WebServices

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

Assembly: ObjAcct.Framework.WebServices (in ObjAcct.Framework.WebServices.dll)

Language

Visual Basic

C#

Show All

See Also Requirements Languages ObjAcct.Framework.WebServices Send comments on this topic.

AddressWebService Class

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.

Syntax

[Visual Basic]
Public Class AddressWebService    Inherits SoapHttpClientProtocol    Implements IComponentIDisposable 
[C#]
public class AddressWebService : SoapHttpClientProtocol, IComponentIDisposable 

Remarks

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)

Requirements

Namespace: ObjAcct.Framework.WebServices

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

Assembly: ObjAcct.Framework.WebServices (in ObjAcct.Framework.WebServices.dll)

See Also

AddressWebService Members  | ObjAcct.Framework.WebServices Namespace  | Address SQL Schema  | Address XML Schema

 

 


Copyright 2007 © ObjAcct, Inc. All Rights Reserved.