CostBearingUnitEntryList Data Type

Properties
name data type constraints description
entries array of CostBearingUnitEntry  
rowCount number required

Example

{
  "entries" : [ {
    "description" : "...",
    "id" : 12345
  }, {
    "description" : "...",
    "id" : 12345
  } ],
  "rowCount" : 12345
}