PUT api/Milestones/{milestoneId}
Update milestone
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| milestoneId | integer |
Required |
Body Parameters
MilestoneCuDto| Name | Description | Type | Additional information |
|---|---|---|---|
| SectionId | integer |
None. |
|
| SubcontractId | integer |
None. |
|
| Subcontract | Subcontract |
None. |
|
| MilestoneTypeId | integer |
None. |
|
| Amount | decimal number |
None. |
|
| Percent | decimal number |
None. |
|
| Description | string |
None. |
|
| Descriptionlong | string |
None. |
|
| PlannedDate | date |
None. |
|
| ReviewDate | date |
None. |
|
| RealComplianceDate | date |
None. |
|
| Key | string |
None. |
|
| IsMain | boolean |
None. |
|
| Code | string |
None. |
|
| CodeAsNumber | integer |
None. |
|
| AppliedCertificationCode | string |
None. |
|
| LastCertifiedAmount | decimal number |
None. |
|
| EntityCertificationStatusId | integer |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
text/html
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json, text/html
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>