POST api/Entitlement/saveProjectAttribute
Request Information
URI Parameters
None.
Body Parameters
EntitlementModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| EntitlementAttributeId | integer |
None. |
|
| ProjectId | integer |
None. |
|
| Required | boolean |
None. |
|
| CurrentZoning | string |
None. |
|
| RequiredZonning | string |
None. |
|
| AppDeadLine | date |
None. |
|
| DRCMTGDate | date |
None. |
|
| StaffApproval | date |
None. |
|
| PandZ | date |
None. |
|
| CityCouncil | date |
None. |
|
| Started | date |
None. |
|
| Completed | date |
None. |
|
| UpdateBy | integer |
None. |
|
| AppDeadLineString | string |
None. |
|
| DRCMTGDateString | string |
None. |
|
| StaffApprovalString | string |
None. |
|
| PandZString | string |
None. |
|
| CityCouncilString | string |
None. |
|
| StartedString | string |
None. |
|
| CompletedString | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"EntitlementAttributeId": 2,
"ProjectId": 3,
"Required": true,
"CurrentZoning": "sample string 5",
"RequiredZonning": "sample string 6",
"AppDeadLine": "2026-01-18T08:57:29.2050251+01:00",
"DRCMTGDate": "2026-01-18T08:57:29.2050251+01:00",
"StaffApproval": "2026-01-18T08:57:29.2050251+01:00",
"PandZ": "2026-01-18T08:57:29.2050251+01:00",
"CityCouncil": "2026-01-18T08:57:29.2050251+01:00",
"Started": "2026-01-18T08:57:29.2050251+01:00",
"Completed": "2026-01-18T08:57:29.2050251+01:00",
"UpdateBy": 14,
"AppDeadLineString": "01/18/2026",
"DRCMTGDateString": "01/18/2026",
"StaffApprovalString": "01/18/2026",
"PandZString": "01/18/2026",
"CityCouncilString": "01/18/2026",
"StartedString": "01/18/2026",
"CompletedString": "01/18/2026"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |