POST api/UBSaveMeter

Documentation for 'Post'.

Request Information

Request body formats

application/json, text/json

Sample:
{
  "IsNew": true,
  "UBMeter": {
    "UB_METER_NUM": "sample string 1",
    "UOM_CODE": "sample string 2",
    "UB_METER_SRVC": "sample string 3",
    "UB_METER_MAN": "sample string 4",
    "UB_METER_MAKE": "sample string 5",
    "UB_METER_MODEL": "sample string 6",
    "UB_METER_BUILT_YEAR": 1,
    "UB_METER_SIZE": "sample string 7",
    "UB_METER_STATUS": "sample string 8",
    "UB_METER_TYPE": "sample string 9",
    "UB_METER_DIG": 1,
    "UB_METER_DIALS": 1,
    "UB_METER_DEC": 1,
    "UB_METER_PRESSURE": 1.0,
    "UB_METER_ROLL_FLAG": "sample string 10",
    "UB_METER_READ_TYPE": "sample string 11",
    "UB_METER_READ_DAILY": "sample string 12",
    "UB_METER_PURCH_DATE": "2024-09-19T04:56:36.4545749-07:00",
    "UB_METER_TRANS_NUM": "sample string 13",
    "UB_METER_SER_NUM": "sample string 14",
    "INS_USER": "sample string 15",
    "INS_DATE": "2024-09-19T04:56:36.4545749-07:00",
    "UPD_USER": "sample string 16",
    "UPD_DATE": "2024-09-19T04:56:36.4545749-07:00",
    "UB_METER_JAW": "sample string 17",
    "UB_METER_KH": 1.0,
    "UB_METER_VOLT": 1.0,
    "UB_METER_AMP": "sample string 18",
    "UB_METER_CAL_VAL": 1,
    "UB_METER_CERT_DATE": "2024-09-19T04:56:36.4545749-07:00",
    "UB_METER_CERT_NUM": "sample string 19"
  }
}

Response Information

Response body formats

application/json, text/json

Sample:
{
  "desc": "sample string 1"
}