POST api/UBDeleteServiceHistory

Documentation for 'Post'.

Request Information

Request body formats

application/json, text/json

Sample:
{
  "CsId": 1,
  "EffectiveDate": "2024-09-19T04:58:38.7380843-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"
  }
}