actioncarduserstate EntityType

Entity Set Path
[organization URI]/api/data/v9.2/actioncarduserstates
Base Type
crmbaseentity
Display Name
ActionCardUserState
Primary Key
actioncarduserstateid
Operations Supported
POST GET PATCH DELETE

Properties

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

Name Type Details
actioncarduserstateid Edm.Guid

Unique identifier for entity instances

Display Name: ActionCardUserState

exchangerate Edm.Decimal

Exchange rate for the currency associated with the ActionCardUserState with respect to the base currency.

Display Name: ExchangeRate

Read Only
startdate Edm.DateTimeOffset

Shows the Start Date

Display Name: Start Date

state Edm.Int32

State of the Action Card

Display Name: Action Card State

Default Options
Values Label
0 Active
1 Dismissed
2 Completed
timezoneruleversionnumber Edm.Int32

For internal use only.

Display Name: Time Zone Rule Version Number

utcconversiontimezonecode Edm.Int32

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

Display Name: UTC Conversion Time Zone Code

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
_actioncardid_value actioncardid

Parent ActionCard Id.

_ownerid_value ownerid

Unique identifier of the user or team who owns the state of this action card.

_transactioncurrencyid_value transactioncurrencyid

Exchange rate for the currency associated with the ActionCardUserState with respect to the base currency.

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
actioncardid actioncard ActionCardUserState_ActionCard
ownerid principal ActionCardUserState_Owner
transactioncurrencyid transactioncurrency TransactionCurrency_ActionCardUserState

See also