POST api/Entitlement/saveProjectContractTerms

Request Information

URI Parameters

None.

Body Parameters

ProjectContractTermsModel
NameDescriptionTypeAdditional information
Id

integer

None.

ProjectId

integer

None.

InsPeriodDays

integer

None.

InsExt1Avl

integer

None.

InsExt2Avl

integer

None.

InsExt3Avl

integer

None.

InsExt1Used

integer

None.

InsExt2Used

integer

None.

InsExt3Used

integer

None.

ApprovalPeriodDays

integer

None.

APDExt1Avl

integer

None.

APDExt2Avl

integer

None.

APDExt3Avl

integer

None.

APDExt1Used

integer

None.

APDExt2Used

integer

None.

APDExt3Used

integer

None.

ClosingPeriodDays

integer

None.

CPDExt1Avl

integer

None.

CPDExt1Used

integer

None.

InspectionPeriod

integer

None.

ApprovalPeriod

integer

None.

closePeriod

integer

None.

InspectionPeriodUrgency

string

None.

ApprovalPeriodUrgency

string

None.

CloseUrgency

string

None.

ExecutionDate

date

None.

UpdateBy

integer

None.

ExecutionDateString

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "ProjectId": 2,
  "InsPeriodDays": 3,
  "InsExt1Avl": 4,
  "InsExt2Avl": 5,
  "InsExt3Avl": 6,
  "InsExt1Used": 7,
  "InsExt2Used": 8,
  "InsExt3Used": 9,
  "ApprovalPeriodDays": 10,
  "APDExt1Avl": 11,
  "APDExt2Avl": 12,
  "APDExt3Avl": 13,
  "APDExt1Used": 14,
  "APDExt2Used": 15,
  "APDExt3Used": 16,
  "ClosingPeriodDays": 17,
  "CPDExt1Avl": 18,
  "CPDExt1Used": 19,
  "InspectionPeriod": 20,
  "ApprovalPeriod": 21,
  "closePeriod": 22,
  "InspectionPeriodUrgency": "sample string 23",
  "ApprovalPeriodUrgency": "sample string 24",
  "CloseUrgency": "sample string 25",
  "ExecutionDate": "2026-01-18T08:57:25.8612786+01:00",
  "UpdateBy": 27,
  "ExecutionDateString": "01/18/2026"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.