Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

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