Expand my Community achievements bar.

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.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

Create Expense Record sample payload

Avatar

Level 1

Anyone can give me a sample payload to set a custom field in the Expense record? Also sample payload to create the Expense Record? I am getting this response using:

Request

{
    "description""Test Expense",
    "projectID""6368f3e6043db3e999c02afd05727954",
    "expenseTypeID":"625d917500b2307c610323e1c10736fc",
    "categoryID""625d957a00b533af42b7889212909302",
    "expObjCode""EXPNS",
    "objCode":"EXPNS",
    "objID""625d957a00b533af42b7889212909302"
}
Reponse
{
    "data": {
        "objCode""EXPNS",
        "ID"null
    }
}
0 Replies