We want to create expense reports using Expense API and Expense Approval Status in Approved — Cloud Customer Connect
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

We want to create expense reports using Expense API and Expense Approval Status in Approved

Summary:

We want to create expense report using expenses API. And create these expense report in approved status. All the expense are getting created in "ExpenseStatusCode": "PEND_MGR_APPROVAL", status. We have tried passing the following statuses for

  1. "ExpenseStatusCode":"APPROVED",
  2. "ExpenseStatusCode":"APPROVAL_COMPLETE",

Content (please ensure you mask any confidential information):


Version (include the version you are using, if applicable):



Code Snippet (add any code snippets that support your topic, if applicable):

The request payload is uploaded and also reproduced below.

{
"PersonId":"300000025893618",
"ReimbursementCurrencyCode": "ZAR",
"ExpenseReportTotal":"100",
"Purpose":"Travel",
"ExpenseStatusCode":"APPROVED",
"SubmitReport": "Y",
"Expense": [
{
"ExpenseTemplate": "GMS Expenses",
"ExpenseType":"Stationery",
"ReceiptAmount": 100,
"ReceiptCurrencyCode": "ZAR",

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!