POST api/Atlas/EnrolKeep

Request Information

URI Parameters

None.

Body Parameters

KeepEnrolRequestModel
NameDescriptionTypeAdditional information
KeepId

integer

None.

KeepName

string

None.

KeepURL

string

None.

DateChanged

date

None.

DateStarted

date

None.

ChangedBy

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "KeepId": 1,
  "KeepName": "sample string 1",
  "KeepURL": "sample string 2",
  "DateChanged": "2025-12-06T03:31:33.6234196+00:00",
  "DateStarted": "2025-12-06T03:31:33.6234196+00:00",
  "ChangedBy": 1
}

Response Information

Resource Description

KeepEnrolResponseModel
NameDescriptionTypeAdditional information
KeepName

string

None.

KeepId

integer

None.

Result

RequestResult

None.

Response Formats

application/json, text/json

Sample:
{
  "KeepName": "sample string 1",
  "KeepId": 2,
  "Result": {
    "Success": true,
    "Message": "sample string 2"
  }
}