Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
SOLVED

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?

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
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.

View solution in original post

1 Reply

Avatar

Correct answer by
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.