POST api/UBDeleteServiceHistory
Documentation for 'Post'.
Request Information
Request body formats
application/json, text/json
Sample:
{ "CsId": 1, "EffectiveDate": "2025-04-03T21:23:49.8471785-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" } }