NodeDataExtrapolation
nodeDataExtapolationId int32
extrapolationMethod object
id int32
label object
createdBy object
userId int32
username string
createdDate date-time
lastModifiedBy object
userId int32
username string
lastModifiedDate date-time
active boolean
labelId int32
label_en string
label_sp string
label_fr string
label_pr string
baseModel object
createdBy object
userId int32
username string
createdDate date-time
lastModifiedBy object
userId int32
username string
lastModifiedDate date-time
active boolean
baseModel
idString string
notes string
extrapolationDataList object[]
Array [
month date-time
amount double
ci double
reportingRate double
manualChange double
]
NodeDataExtrapolation
{
"nodeDataExtapolationId": 0,
"extrapolationMethod": {
"id": 0,
"label": {
"createdBy": {
"userId": 0,
"username": "string"
},
"createdDate": "2024-07-29T15:51:28.071Z",
"lastModifiedBy": {
"userId": 0,
"username": "string"
},
"lastModifiedDate": "2024-07-29T15:51:28.071Z",
"active": true,
"labelId": 0,
"label_en": "string",
"label_sp": "string",
"label_fr": "string",
"label_pr": "string",
"baseModel": {
"createdBy": {
"userId": 0,
"username": "string"
},
"createdDate": "2024-07-29T15:51:28.071Z",
"lastModifiedBy": {
"userId": 0,
"username": "string"
},
"lastModifiedDate": "2024-07-29T15:51:28.071Z",
"active": true
}
},
"idString": "string"
},
"notes": "string",
"extrapolationDataList": [
{
"month": "2024-07-29T15:51:28.071Z",
"amount": 0,
"ci": 0,
"reportingRate": 0,
"manualChange": 0
}
]
}