What we would like to achieve: Creating a retainer project and assign a monthly budget with carry over options to this project. Is there an API which we can use to do so?
@ian : Sorry to bother you — just checking in to see if there are any updates on the endpoint? We’re under a bit of pressure, as it’s needed to fulfill a customer requirement.
Hi @chris.uhrig ,
the retainer endpoints are already available for external API clients however I didn’t manage to update the developer docs yet due to the docs release.
The Post model includes the following properties:
TimeBudget (int in sec)
Timezone (please use Etc/Utc for now)
RollOverUnderspentBudget (bool)
RollOverOverspentBudget (bool)
StartDate (DateTime, should be in UTC and in 00:00:00 of the first day of the month)
EndDate (DateTime, should be in UTC and 23:59:59 the last day of the ending month)
SyncProjectDates (bool, if the dates should be synced with the project, there can only be one synced retainer per project at time)
Otherwise, you can always check the request models by inspecting the network tab when creating a retainer via the web app. I hope with this info you can already start the implementation. I will update the dev docs next week once I am back from vacation.
If there are any questions pls let me know.
Best regards
Ian