Skip to content
This repository has been archived by the owner on Apr 29, 2022. It is now read-only.

Expense Report Update custom field #2904

Open
bdbais opened this issue Apr 28, 2022 · 0 comments
Open

Expense Report Update custom field #2904

bdbais opened this issue Apr 28, 2022 · 0 comments

Comments

@bdbais
Copy link

bdbais commented Apr 28, 2022

I'm trying to update a custom field, but I receive everytime error 500.

I'm following api documentation but in this case is very abstract:

PUT APIhost (emea)
/api/v3.0/expense/reports/D69511FA9B544B528708?user=[email protected]

body:

{
"Custom17":"1119"
}

Response:

Internal Server Error2022-04-28T12:38:1503DE59EC-3E49-4964-BEAD-037D041FEA4A

I've tried various formats like
{
"ID": "D69511FA9B544B528708",
"Custom17":"1119"
}

or

{
"Custom17": { ""value" : "1119" }
}

but nothing.

there is a way to massive update custom colums of a report header ?

thx

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant