POST api/UBSaveServiceHistory

Documentation for 'Post'.

Request Information

Request body formats

application/json, text/json

Sample:
{
  "IsNew": true,
  "SrvcStatus": {
    "ORIG_HASH": "sample string 1",
    "CS_ID": 2,
    "STAT_EFF_DATE": "2024-09-19T05:01:58.4259946-07:00",
    "STAT_CODE": "sample string 4",
    "STAT_DESC": "sample string 5",
    "STAT_BATCH_TYPE_CODE": "sample string 6",
    "STAT_BATCH_NUM": "sample string 7",
    "INS_USER": "sample string 8",
    "INS_DATE": "2024-09-19T05:01:58.4259946-07:00",
    "UPD_USER": "sample string 9",
    "UPD_DATE": "2024-09-19T05:01:58.4259946-07:00"
  }
}

Response Information

Response body formats

application/json, text/json

Sample:
{
  "ApiResult": {
    "Success": true,
    "Warnings": true,
    "Description": "sample string 3",
    "WarningMessages": [
      "sample string 1",
      "sample string 2",
      "sample string 3"
    ],
    "NotificationErrorMessages": "sample string 4"
  }
}