POST TimeSaver/PostPersonalExceptions

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": "b921a252-721f-4411-b517-9e5a1a714c71",
  "name": "sample string 2",
  "description": "sample string 3",
  "queryCategoryID": "62d46e38-fc5e-476f-9e75-027b291f8c23"
}

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.