Query Project Billing Types

GET {{baseUrl}}/odata/ProjectBillingTypes

Request project billing types.

RESPONSES

status: OK

{"@odata.context":"https://api.timetta.com/odata/$metadata#ProjectBillingTypes","value":[{"code":"NonBillable","name":"Non-billable","id":"4d1a525f-3abc-4871-a64a-349c1dd3cabf","created":"2022-07-05T08:14:00.543692Z","modified":"2022-09-03T18:26:59.361378Z","isActive":true},{"code":"TM","name":"Time and material","id":"584dddc1-94df-43b2-b3f3-372c02fcb016","created":"2022-07-05T08:14:00.543703Z","modified":"2022-09-03T18:26:59.361378Z","isActive":true},{"code":"FixedBid","name":"Fixed bid","id":"e87e0e6b-c034-45ac-8b74-bd0256f3f535","created":"2022-07-05T08:14:00.543706Z","modified":"2022-09-03T18:26:59.361378Z","isActive":true}]}