Skip to main content

OfferRework

A rework item that needs attention for an offer.

type OfferRework {
openedOn: Date!
reason: String
status: OfferReworkStatus!
taskId: ID!
}

Fields​

OfferRework.openedOn ● Date! non-null scalar​

The date the rework was opened.

OfferRework.reason ● String scalar​

The reason for the rework.

OfferRework.status ● OfferReworkStatus! non-null enum​

The current status of the rework.

OfferRework.taskId ● ID! non-null scalar​

The unique ID of the rework task.

Member Of​

OfferStatus object