PUT api/covenants/UpdateReminders

Request Information

URI Parameters

None.

Body Parameters

UpdateCovenantModel
NameDescriptionTypeAdditional information
Id

integer

Required

ExternalReference

string

String length: inclusive between 0 and 50

Description

string

Data type: Text

Max length: -1

DueDate

date

None.

TimeToReport

string

None.

CovenantPeriod

string

None.

IsSgFleet

boolean

None.

UniqueTerms

string

Data type: Text

Max length: -1

AcquisitionAdjustment

string

Data type: Text

Max length: -1

DisposalAdjustment

string

Data type: Text

Max length: -1

CovenantCure

string

Data type: Text

Max length: -1

HasReminders

boolean

None.

IntervalType

IntervalType

None.

FirstReminderDays

integer

None.

SecondReminderDays

integer

None.

RecurrenceInterval

IntervalType

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "externalReference": "sample string 2",
  "description": "sample string 3",
  "dueDate": "2024-11-19T12:43:09.690205+02:00",
  "timeToReport": "sample string 5",
  "covenantPeriod": "sample string 6",
  "isSgFleet": true,
  "uniqueTerms": "sample string 7",
  "acquisitionAdjustment": "sample string 8",
  "disposalAdjustment": "sample string 9",
  "covenantCure": "sample string 10",
  "hasReminders": true,
  "intervalType": {
    "name": "sample string 1",
    "isActive": true,
    "isDeleted": true,
    "id": 4
  },
  "firstReminderDays": 12,
  "secondReminderDays": 13,
  "recurrenceInterval": {
    "name": "sample string 1",
    "isActive": true,
    "isDeleted": true,
    "id": 4
  }
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.