DEV

Type.

Party

Represents a party, which can be associated with various entities such as carriers or service levels.

Fields

id

ID!

Required

The unique identifier for the party.

createdAt

DateTime!

Required

The timestamp when the party was created.

createdBy

ID!

Required

The ID of the user or system that created the party record.

location

Location

The location associated with the party.

mode

Mode!

Required

Specifies whether the Party is in live or test mode.

organization

ID!

Required

The unique identifier for the organization associated with the party.

organizationId

ID!

Required

Deprecated

Deprecated: Use organization instead.

person

Person

The person associated with the party.

type

PartyType

The type of the party (e.g., ORIGIN, DESTINATION, PAYOR, PAYEE).

updatedAt

DateTime!

Required

The timestamp when the party record was last updated.

updatedBy

ID!

Required

The ID of the user or system that last updated the party record.

Was this page helpful?