DataTime Proposal Information Element

The DateTime Proposal IE Base Type holds information about the proposed date and time of a requested arrangement, e.g. a senders request for a physical presentation of a property.

Properties

Property Type Description
DateTime DateTime (Optional) Proposed date and time.

Example

The properties “namespace” and “parentId” are inherited from the Data Node Type. Here, they’re used to define the created Data Node as a Bid Proposal IE, and to make it a child of a Request.

{
    "namespace": "dk.realequity.ie.datetimeproposal.default",
  "parentId": "5bf17cf0-92c6-4a4e-bcdc-8ba6e46900d4",
    "parentNamespace": "dk.realequity.message.request.houseshowing",
    "dateTime": "2022-03-07T08:50:46.511Z"
}