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 onlyy

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