Robohead API Documentation - Estimate

REST API Documentation - Estimate

Following is the json structure for estimateExpenseTypeJson.

[
  {
    "estimateType": 1,
    "id": 0,
    "items": [
      {
        "id": 0,
        "description": "Printing budgeted expense description",
        "taxRate": 10,
        "unitCost": 1000,
        "expenseId": 32241
      }
    ]
  },
  {
    "estimateType": 3,
    "id": 0,
    "items": [
      {
        "id": 0,
        "description": "Test rate card description",
        "taxRate": 10,
        "unitCost": 200,
        "quantity": "22",
        "rateCardId": 26
      }
    ]
  },
  {
    "estimateType": 2,
    "id": 0,
    "items": [
      {
        "id": 0,
        "description": "Photographer labor expense description",
        "taxRate": 10,
        "unitCost": 300,
        "hours": "21",
        "taskRoleId": 31688
      }
    ]
  }
]

Paths List all operations