Create timecode
POST/api/v1/timecodes
Create a timecode for the calling company; name is the only required
field, and omitted fields take their model/DB defaults. Its owning company
is set automatically from the API key, and an optional effective_date
sets the version's valid_from (defaulting to the request time). A timecode
marked pwa: true may not also be restricted_to: non_job.
Required scope:
timecodes:create
Request
Responses
- 201
- 403
- 422
Created with effective_date
Forbidden
Unprocessable Content