OfferRequestRefreshInput
The OfferRequestRefreshInput object is the GraphQL data type of the input
to the offerRequestRefresh mutation.
Definition
Section titled “Definition”input OfferRequestRefreshInput { opendoorOfferRequestId: String!}Fields
Section titled “Fields”| Field | Type | Description |
|---|---|---|
opendoorOfferRequestId | String! | Unique ID for offer requests. This is the same ID returned by offerRequestCreate. |