exinsertmywalletroot
API resource to create wallet entry for an expense.
Method: POST
Path: /exinsertmywalletroot/{iUserInput1}/{iUserInput2}/{iUserInput3}/{iUserInput4}/{iTransDt}/{iAmt}/{iCurr}/{iExpType}/{iLoc}/{iLoc2}
| Request Parameters | Description |
|---|---|
|
iAmt |
Transaction amount. |
|
iCurr |
Transaction currency. |
|
iExpType |
Expense type. |
|
iLoc |
Primary expense location. |
|
iLoc2 |
Secondary expense location. |
|
iTransDt |
Transaction date. |
|
iUserInput1 |
Text string that retains the initial user ask for creating wallet entry. |
|
iUserInput2 |
Expense type (as entered by user). |
|
iUserInput3 |
Expense location (as entered by user). |
|
iUserInput4 |
System-mapped expense location. |
| Response Parameters | Response Result Type | Description |
|---|---|---|
|
oConfirmMessage |
Success |
Wallet creation confirmation message. |
|
oMWAttachLink |
Success |
Wallet creation attachment link. |
|
oMWLink |
Success |
Link to Wallet Entry page. |