How to attach Rate card in Project by using Custom API call module in fusion? | Community
Skip to main content
Level 2
April 16, 2025
Solved

How to attach Rate card in Project by using Custom API call module in fusion?

  • April 16, 2025
  • 1 reply
  • 394 views

How to attach Rate card in Project by using Custom API call module in fusion?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by cverges

We don't use rates, but looking at the PROJ object in https://developer.adobe.com/workfront/api-explorer/, there's a collection on it for "rates".  I imagine you'd do a POST to the PROJ/{id} object and set the rates in the body.

I recommend setting a project just like you want it and then use a GET PROJ/{{id}}?fields=rates to see what the structure is so you know how to match the body.  There's going to be a bit of playing with it until you get it just right.

1 reply

cvergesAccepted solution
Level 5
April 17, 2025

We don't use rates, but looking at the PROJ object in https://developer.adobe.com/workfront/api-explorer/, there's a collection on it for "rates".  I imagine you'd do a POST to the PROJ/{id} object and set the rates in the body.

I recommend setting a project just like you want it and then use a GET PROJ/{{id}}?fields=rates to see what the structure is so you know how to match the body.  There's going to be a bit of playing with it until you get it just right.