Autodesk BIM 360 · Example Payload

Autodesk Bim360 Project Example

ConstructionProject ManagementBIMDocument ManagementField ManagementIssues TrackingCost ManagementModel CoordinationRFIsChecklists

Autodesk Bim360 Project Example is an example object payload from Autodesk BIM 360, with 24 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idaccountIdnamestatusjobNumberaddressLine1citystateOrProvincepostalCodecountryphoneclassificationplatformtypeconstructionTypedeliveryMethodcontractTypetimezonecurrencylanguagecreatedAtupdatedAtstartDateendDate

Example Payload

autodesk-bim360-project-example.json Raw ↑
{
  "id": "b.project-uuid-1234",
  "accountId": "b.account-uuid-5678",
  "name": "Downtown Office Tower",
  "status": "active",
  "jobNumber": "PRJ-2024-001",
  "addressLine1": "123 Main Street",
  "city": "San Francisco",
  "stateOrProvince": "CA",
  "postalCode": "94105",
  "country": "US",
  "phone": "+1-415-555-0100",
  "classification": "building",
  "platform": "acc",
  "type": "Commercial",
  "constructionType": "New Construction",
  "deliveryMethod": "Design-Bid-Build",
  "contractType": "Lump Sum",
  "timezone": "America/Los_Angeles",
  "currency": "USD",
  "language": "en",
  "createdAt": "2024-01-15T09:00:00.000Z",
  "updatedAt": "2024-06-01T12:00:00.000Z",
  "startDate": "2024-03-01",
  "endDate": "2026-12-31"
}