ContractJourneyInterface
Represents a Contract Journey.
Implemented by
Fields
The details of the associated contract.
The type of the contract journey.
Notes associated with this contract journey.
The number of the contract journey.
The order reference associated with the contract journey.
The date and time when the contract journey was requested.
The status of the contract journey.
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
Example
{
"contractDetails": ContractDetails,
"journeyType": "CONTRACT_CREATION",
"notes": [ContractNoteType],
"number": "break-cold-drop-season-bill",
"orderReference": "treat-her-wife-training-family",
"requestedAt": "1984-05-04T02:38:32.885199+00:00",
"status": "IN_PROGRESS"
}