POST api/UBDeleteServiceHistory
Documentation for 'Post'.
Request Information
Request body formats
application/json, text/json
Sample:
{
"CsId": 1,
"EffectiveDate": "2026-05-28T10:50:18.82224-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"
}
}