POST api/WorkOrders/AddExpense

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
Expense
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "WONO": 1,
  "RECNO": 2,
  "EXPDATE": "2025-06-06T20:42:29.3675457+00:00",
  "LONGDESC": "sample string 3",
  "EMPLID": "sample string 4",
  "COST": 1.1,
  "MISCCHGDTL": "sample string 5",
  "EXPENSECAT": "sample string 6",
  "USER1": "sample string 7",
  "USER2": "sample string 8",
  "USER3": "sample string 9",
  "USER4": "sample string 10",
  "USER5": "sample string 11",
  "IFMCODE": "sample string 12",
  "RECNO2": 1,
  "TOTALPRICE": 1.1,
  "INSTNO": 1,
  "ACCTSTAT": "sample string 13",
  "ACCTTRANNO": 1,
  "ACCTTAXIND": "sample string 14",
  "ORDNO": "sample string 15",
  "MITNO": "sample string 16",
  "WEEKENDNO": 1,
  "STPLINENO": 1.0,
  "WOEXPENSE2": {
    "WONO": 1,
    "RECNO": 2,
    "CHARGEFLAG": "sample string 3",
    "ENTLINENO": 1,
    "CHGACCT1": "sample string 4",
    "CHGACCT2": "sample string 5",
    "CAMOUNT": 1.1,
    "RAMOUNT": 1.1,
    "COMMENTS": "sample string 6",
    "CLAIMDISP": "sample string 7",
    "EXTERNALC": "sample string 8",
    "COVERAGE": 1.1,
    "BILLAMOUNT": 1.1,
    "LBILLAMOUN": 1.1,
    "DbFileName": "sample string 9",
    "DbForeignKeys": [
      "sample string 1",
      "sample string 2",
      "sample string 3"
    ]
  },
  "DbFileName": "sample string 17",
  "DbForeignKeys": [
    "sample string 1",
    "sample string 2",
    "sample string 3"
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.