publisheraddress EntityType

Address and shipping information. Used to store additional addresses for a publisher.

Entity Set Path
[organization URI]/api/data/v9.2/publisheraddresses
Base Type
crmbaseentity
Display Name
Publisher Address
Primary Key
publisheraddressid
Primary Key Attribute
name
Operations Supported
POST GET PATCH DELETE

Properties

Properties represent fields of data stored in the entity.Some properties are read-only.

Name Type Details
addressnumber Edm.Int32

Specifies which publisher address is applicable.

Display Name: Address Number

addresstypecode Edm.Int32

Type of address for the publisher, such as billing, shipping, or primary address.

Display Name: Address Type

Default Options
Values Label
1 Bill To
2 Ship To
3 Primary
4 Other
city Edm.String

City name in the publisher address.

Display Name: City

country Edm.String

Country/region name in the publisher address.

Display Name: Country

county Edm.String

County name in the publisher address.

Display Name: County

createdon Edm.DateTimeOffset

Date and time when the publisher address was created.

Display Name: Created On

Read Only
fax Edm.String

Fax number for the publisher address.

Display Name: Fax

freighttermscode Edm.Int32

Freight terms for the publisher address.

Display Name: Freight Terms

Default Options
Values Label
1 FOB
2 No Charge
importsequencenumber Edm.Int32

Unique identifier of the data import or data migration that created this record.

Display Name: Import Sequence Number

latitude Edm.Double

Latitude for the publisher address.

Display Name: Latitude

line1 Edm.String

First line for entering address information.

Display Name: Street 1

line2 Edm.String

Second line for entering address information.

Display Name: Street 2

line3 Edm.String

Third line for entering address information.

Display Name: Street 3

longitude Edm.Double

Longitude for the publisher address.

Display Name: Longitude

modifiedon Edm.DateTimeOffset

Date and time when the publisher address was last modified.

Display Name: Modified On

Read Only
name Edm.String

Name used to identify the publisher address.

Display Name: Address Name

postalcode Edm.String

ZIP Code or postal code in the publisher address.

Display Name: ZIP/Postal Code

postofficebox Edm.String

Post office box number in the publisher address.

Display Name: Post Office Box

primarycontactname Edm.String

Name of the primary contact at the publisher address.

Display Name: Address Contact

publisheraddressid Edm.Guid

Unique identifier of the publisher address.

Display Name: Address

shippingmethodcode Edm.Int32

Method of shipment for the publisher address.

Display Name: Shipping Method

Default Options
Values Label
1 Default
stateorprovince Edm.String

State or province in the publisher address.

Display Name: State/Province

telephone1 Edm.String

First telephone number for the publisher address.

Display Name: Main Phone

telephone2 Edm.String

Second telephone number for the publisher address.

Display Name: Phone 2

telephone3 Edm.String

Third telephone number for the publisher address.

Display Name: Telephone 3

timezoneruleversionnumber Edm.Int32

For internal use only.

Display Name: Time Zone Rule Version Number

upszone Edm.String

United Parcel Service (UPS) zone for the address of the publisher.

Display Name: UPS Zone

utcconversiontimezonecode Edm.Int32

Time zone code that was in use when the record was created.

Display Name: UTC Conversion Time Zone Code

utcoffset Edm.Int32

UTC offset for the address. This is the difference between local time and standard Coordinated Universal Time.

Display Name: UTC Offset

versionnumber Edm.Int64
Read Only

Lookup Properties

Lookup properties are read-only, computed properties which contain entity primary key Edm.Guid data for one or more corresponding single-valued navigation properties. More information: Lookup properties and Lookup property data.

Name Single-valued navigation property Description
_createdby_value createdby

Unique identifier of the user who created the publisher address.

_createdonbehalfby_value createdonbehalfby

Unique identifier of the delegate user who created the publisher address.

_modifiedby_value modifiedby

Unique identifier of the user who last modified the publisher address.

_modifiedonbehalfby_value modifiedonbehalfby

Unique identifier of the delegate user who modified the publisher address.

_parentid_value parentid

Unique identifier of the parent object with which the publisher address is associated.

Single-valued navigation properties

Single-valued navigation properties represent lookup fields where a single entity can be referenced. Each single-valued navigation property has a corresponding partner collection-valued navigation property on the related entity.

Name Type Partner
createdby systemuser lk_publisheraddressbase_createdby
createdonbehalfby systemuser lk_publisheraddressbase_createdonbehalfby
modifiedby systemuser lk_publisheraddressbase_modifiedby
modifiedonbehalfby systemuser lk_publisheraddressbase_modifiedonbehalfby
parentid publisher Publisher_PublisherAddress

See also