DocsAPI ReferenceProject Rate/bff/project-rate/write
postProject RateAdmin BFF

/bff/project-rate/write

Validity windows must not overlap per (organisation, project). Overlap returns a 400 with guidance.

ProjectRatepostBffProject-rateWrite

Parameters

11 body

11 total
Body · 11
idnumber
projectIdnumberRequired
costRatePerHournumber | null
billingRatePerHournumber | null
currencystring
billingModestring
fixedPriceAmountnumber | null
billingIncrementMinutesnumber
roundingPolicystring
validFromstringRequired

Inclusive lower bound (YYYY-MM-DD).

validTostring | null

Request

POST /bff/project-rate/write

post
curl -X POST "https://api.bizkithub.com/bff/project-rate/write" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
  "id": 0,
  "projectId": 0,
  "currency": "example_currency",
  "billingMode": "example_billingMode",
  "billingIncrementMinutes": 0,
  "roundingPolicy": "example_roundingPolicy",
  "validFrom": "example_validFrom"
}'

Response

JSON payload

{
  "success": true
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key