Microsoft Project · Example Payload

Rest Api Enterprise Resource Example

BudgetingGantt ChartsMicrosoftPortfolio ManagementProject ManagementResource ManagementSchedulingTask Management

Rest Api Enterprise Resource Example is an example object payload from Microsoft Project, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

IdNameEmailResourceTypeIsActiveIsGenericMaxUnitsStandardRateCostCenterGroupBaseCalendar

Example Payload

Raw ↑
{
  "Id": "28eeb2b5-fe74-4efc-aa35-6a64514d1526",
  "Name": "Jane Smith",
  "Email": "jsmith@contoso.com",
  "ResourceType": 1,
  "IsActive": true,
  "IsGeneric": false,
  "MaxUnits": 1.0,
  "StandardRate": 150.00,
  "CostCenter": "IT-DEV",
  "Group": "Development",
  "BaseCalendar": "Standard"
}