POST Api/ActionPlanMasterAPI/Update
Request Information
URI Parameters
None.
Body Parameters
ActionPlanMasterDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| WorkFlowStatus | globally unique identifier |
None. |
|
| ProjectAdmin | integer |
Matching regular expression pattern: ^[0-9]*$ |
|
| ReportId | integer |
Matching regular expression pattern: ^[0-9]*$ |
|
| DivisionId | globally unique identifier |
None. |
|
| AssetId | globally unique identifier |
None. |
|
| BuildingId | globally unique identifier |
None. |
|
| SubBuildingId | globally unique identifier |
None. |
|
| LocationId | globally unique identifier |
None. |
|
| LevelId | globally unique identifier |
None. |
|
| CategoryId | globally unique identifier |
None. |
|
| SectorId | globally unique identifier |
None. |
|
| SubSectorId | globally unique identifier |
None. |
|
| ActionPlanDetails | Collection of ActionPlanDetailsDTO |
None. |
|
| CreatedBy | integer |
Matching regular expression pattern: ^[0-9]*$ |
|
| CreatedOn | date |
Required Data type: DateTime |
|
| UpdatedBy | integer |
Matching regular expression pattern: ^[0-9]*$ |
|
| UpdatedOn | date |
Data type: DateTime |
|
| IsActive | boolean |
Range: inclusive between false and true |
|
| IsDeleted | boolean |
Range: inclusive between false and true |
|
| DateFrom | date |
Data type: DateTime |
|
| DateTo | date |
Data type: DateTime |
|
| GeneratedReportName | string |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
text/html
Sample:
multipart/form-data
Sample:
application/xml
Sample:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
integerResponse Formats
application/json, text/json, text/html, multipart/form-data
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>