Leiste mit Community-Erfolgen erweitern.

Don’t miss the Workfront AMA: System Smarts & Strategic Starts! Ask your questions about keeping Workfront running smoothly, planning enhancements, reporting, or adoption, and get practical insights from Adobe experts.
GELÖST

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

Avatar

Level 2

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

Themen

Anhand von Themen werden Community-Inhalte kategorisiert und Sie können so relevanten Inhalt besser finden.

1 Akzeptierte Lösung

Avatar

Korrekte Antwort von
Level 7

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.

Screenshot 2025-04-17 at 12.16.51 PM.png

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.

Lösung in ursprünglichem Beitrag anzeigen

1 Antwort

Avatar

Korrekte Antwort von
Level 7

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.

Screenshot 2025-04-17 at 12.16.51 PM.png

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.