POST api/covenants/Insert

Request Information

URI Parameters

None.

Body Parameters

CreateCovenantDtoIn
NameDescriptionTypeAdditional information
ExternalReference

string

String length: inclusive between 0 and 50

Description

string

Data type: Text

Max length: -1

DueDate

date

Required

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.

LoanId

integer

None.

IntervalType

IntervalType

None.

Request Formats

application/json, text/json

Sample:
{
  "externalReference": "sample string 1",
  "description": "sample string 2",
  "dueDate": "2024-11-19T12:38:16.2897263+02:00",
  "timeToReport": "sample string 4",
  "covenantPeriod": "sample string 5",
  "isSgFleet": true,
  "uniqueTerms": "sample string 6",
  "acquisitionAdjustment": "sample string 7",
  "disposalAdjustment": "sample string 8",
  "covenantCure": "sample string 9",
  "hasReminders": true,
  "loanId": 11,
  "intervalType": {
    "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.