v3

latestOpenAPI 3.1.02026-07-31144319609.5 KB
Project

put/v3/projects/{id}/setBilled

Path parameters

idinteger required
Example:1

Request body

billedboolean
billed_moneynumber float nullable

Response

Successful operation

Example response

{
  "data": {
    "id": 10,
    "name": "Publicity campaign",
    "note": "This project is important for us",
    "completed_at": "2023-02-28T12:00:00Z",
    "deadline": "2023-02-28",
    "start_date": "2023-01-01",
    "count_subprojects": 5,
    "bill_service_id": "1234",
    "service_assignments": [
      10
    ]
  }
}