Skip to main content

PartnerRework

A rework item associated with an offer.

type PartnerRework {
contractID: PolicyID!
openedOn: Date!
reason: String
status: OfferReworkStatus!
taskId: ID!
}

Fields

PartnerRework.contractID ● PolicyID! non-null scalar

The contract ID (policy ID) associated with this rework.

PartnerRework.openedOn ● Date! non-null scalar

The date the rework was opened.

PartnerRework.reason ● String scalar

The reason for the rework.

PartnerRework.status ● OfferReworkStatus! non-null enum

The current status of the rework.

PartnerRework.taskId ● ID! non-null scalar

The unique ID of the rework task.

Member Of

OpenReworks object