DealPlanRound

The type code is DPR

typedId
string
comments
string
createdBy
integer
lastUpdateDate
string <date-time>
planId
integer
label
string <= 255 characters
negotiationDate
string <date-time>
id
integer
version
integer
object
additional property
object
lineId
string
driverId
string
driverText
string
agreement
string
status
string
Possible values: "TEMPORARY" "IN_PROGRESS" "FINALIZED"
giveGets
string
attendees
Array of strings
agreedWith
Array of strings
notes
string
createDate
string <date-time>
lastUpdateBy
integer
{
  • "typedId": "string",
  • "comments": "string",
  • "createdBy": 0,
  • "lastUpdateDate": "2019-08-24T14:15:22Z",
  • "planId": 0,
  • "label": "string",
  • "negotiationDate": "2019-08-24T14:15:22Z",
  • "id": 0,
  • "version": 0,
  • "items": {
    • "property1": {
      • "lineId": "string",
      • "driverId": "string",
      • "driverText": "string",
      • "agreement": "string",
      • "status": "TEMPORARY",
      • "giveGets": "string",
      • "attendees": [
        • "string"
        ],
      • "agreedWith": [
        • "string"
        ],
      • "notes": "string"
      },
    • "property2": {
      • "lineId": "string",
      • "driverId": "string",
      • "driverText": "string",
      • "agreement": "string",
      • "status": "TEMPORARY",
      • "giveGets": "string",
      • "attendees": [
        • "string"
        ],
      • "agreedWith": [
        • "string"
        ],
      • "notes": "string"
      }
    },
  • "createDate": "2019-08-24T14:15:22Z",
  • "lastUpdateBy": 0
}