DELETE TimeSaver/DeletePersonalExceptions

Request Information

URI Parameters

None.

Body Parameters

PersonalException
NameDescriptionTypeAdditional information
ID

globally unique identifier

None.

Name

string

Required

Description

string

None.

QueryCategoryID

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "09b435ba-7ba9-453d-83dc-18ea9de404d2",
  "name": "sample string 2",
  "description": "sample string 3",
  "queryCategoryID": "adbce690-50d9-4dca-a34a-4010432ebc2b"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ServiceResponse
NameDescriptionTypeAdditional information
IsSuccess

boolean

None.

ErrorMessage

string

None.

Code

string

None.

Response

ServiceItem

None.

LatestDataTimestampUtc

date

None.

Response Formats

application/json, text/json

Sample:

Sample not available.